
I’ve seen this error happen on Oracle Enterprise Manager Grid Control 10g many times. The error is
503 Service Unavailable
Servlet error: Service is not initialized correctly.
Verify that the repository connection information provided is correct.
Yeah, this error quite frustrating me. There are almost no clue regarding this error. All opmn component is …
This is the basic and important command that I always forgot when working with Oracle RAC. Haish..!!!
Faiz, please remember this OK!!! :p
Start All Oracle Instance
srvctl start database -d <dbname>
Start Single Oracle Instance, ASM and Nodeapps
srvctl start instance -d <dbname> -i <instancename>
srvctl start asm -n <nodename>
srvctl start nodeapps -n <nodename>
Stop All …
Yesterday, I am attempted a creation of auto start/stop script for Oracle Database 11g R2 on Solaris 10 (SPARC).
As usual (I’ve created on Linux environment before), I’ve created the auto start script on /etc/init.d/.
Then created symbolic links on /etc/rc3.d to the script that I created on /etc/init.d (in this case …
Oracle Error ORA-12557 – TNS:protocol adapter not loadable occurs on my Windows machine whenever I want to access sqlplus using command prompt.
Once hit [Enter] button after issuing command sqlplus / as sysdba, an unwanted popup appearĀ and it said:
The procedure entry point snlseFreeSecAttrib could not be located in the dynamic …
Owh, ORA-12560: TNS:protocol adapter error..
This is the error that always I faced and always forgot what is this error about.
This error was like dejavu all over again. I ever faced and solved this but, how eh? Every time this error comes, I’m start looking and navigate to tnsnames.ora, sqlnet.ora and …