archivelog function does not work
39258Oct 9 2003 — edited Oct 10 2003Hello,
i have a problem with the function "archivelog" under
Oracle 8.0.5 on a Suse 8.2 Linux-machine.
I don't remember that i have typed in something like
"Parallel Server" during the installation phase.
On my office-computer under Suse 7.2 this function
works well.
===================================
SVRMGR> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SVRMGR> alter database archivelog;
alter database archivelog
*
ORA-03114: not connected to ORACLE
SVRMGR> connect internal
Connected.
SVRMGR> alter database archivelog;
alter database archivelog
*
ORA-03114: not connected to ORACLE
SVRMGR>
SQL> connect sys/change_on_install
Connect durchgef�hrt.
SQL> alter database archivelog;
alter database archivelog
*
FEHLER in Zeile 1:
ORA-01126: F�r diese Operation ist MOUNT EXCLUSIVE und geschlossene DB
erforderlich
SQL> show user
USER ist "SYS"
SQL>
===================================
J�rg Kositza