Oracle11 Problema Init
Oracle11 Problema Init
0 Production on Mon Jul 29 10:12:44 2013 Copyright (c) 1982, 2011, Oracle. All rights reserved. Enter user-name: sys as sysdba Enter password: Connected to an idle instance. SQL> startup ORA-16032: parameter LOG_ARCHIVE_DEST destination string cannot be translated ORA-07286: sksagdi: cannot obtain device information. Linux Error: 2: No such file or directory SQL> create pfile='/data01/orcl.ora' from spfile; File created. open the pfile and check this parameter and check the path that path is available or not if not then you have to create the folder same as you set the path in the parameter. and startup the db.
*.log_archive_dest='/data/oracle11_backup/archive'