Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-03114: not connected to ORACLE while running @catcput.sql

526546Nov 1 2007 — edited Nov 1 2007
I'm patching one of our databases with the October security patch. The patch installs successfully during the opatch apply. I restart the server then so all services can start correctly on completely. Then I go into sqlplus in the cpuoct2007 directory to run the catcpu.sql script. This script commands are successful until about halfway through, then the rest of the commands in the script fail with a ORA-03114 error. Don't know why it says it's not connected. Any help is appreciated. I'm not an Oracle star in the least bit.

Here is the part of the script where the error starts. Every command fails after the initial Oracle not connected error all the way to the end.


"PL/SQL procedure successfully completed.

No errors.

PL/SQL procedure successfully completed.

No errors.

PL/SQL procedure successfully completed.

No errors.

BEGIN dbms_aw_build.build('EXPRESS', FALSE); END;

*

ERROR at line 1:
ORA-03113: end-of-file on communication channel

ERROR:
ORA-03114: not connected to ORACLE

ERROR:
ORA-03114: not connected to ORACLE

ERROR:
ORA-03114: not connected to ORACLE

ERROR:
ORA-03114: not connected to ORACLE

ERROR:
ORA-03114: not connected to ORACLE"
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 29 2007
Added on Nov 1 2007
1 comment
648 views