problemas para crear una base en oracle11g a traves de scripts
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