Database ORA-600 / ORA-7445 Analysis , Diagnostic Repository (ADR) & Packaging (MOSC)

MOSC Banner

problemas para crear una base en oracle11g a traves de scripts

Hola cuento con estos scripts los cuales me permiten la creacion de bases ahora en oracle 11 el catproc.sql falla perdiendo coneccion a la base

PL/SQL procedure successfully completed.

SQL> SQL>
SQL> /* register all the features and high water marks */
SQL> begin
  2    DBMS_FEATURE_REGISTER_ALLFEAT;
  3    DBMS_FEATURE_REGISTER_ALLHWM;
  4  end;
  5  /

PL/SQL procedure successfully completed.

SQL> --
SQL> -- Execute call to register the local DBID in AWR
SQL> --
SQL> BEGIN
  2    /* register the local database into AWR */
  3    dbms_swrf_internal.register_local_dbid;
  4  END;
  5  /
BEGIN
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Process ID: 4873
Session ID: 89 Serial number: 1

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center