Oracle DBA (SQL, PLSQL, Unix Shell Scripting, DBA): How to solve ORA-12560: TNS:protocol adapter error:
'via Blog this'
Saturday, April 13, 2013
Friday, October 12, 2012
Saturday, September 22, 2012
Monday, August 20, 2012
Upgrading to Oracle Apex 4.1 Windows
upgrading to oracle Apex 4.1 in Windows
step1 -> unzip apex_4.1.1_en.zip to C:\TEMP
step2 -> go to command prompt, cmd.exe, and do cd /temp/apex
step3 -> connect to database by entering the following at command prompt -> sqlplus / as sysdba
step 4 -> Run the installation script -> SQL> @apexins SYSAUX SYSAUX TEMP /i/
Note: The installation script run for 15 to 20 minutes
step 5 -> connect again as sysdba ( sqlplus / as sysdba) and run the import image script as like follows
SQL>@apxldimg.sql C:/TEMP
Step 6 -> Congrats, Upgrade successful :)
Wednesday, August 15, 2012
Subscribe to:
Posts (Atom)