Cannot open database - ORA-03113

Hi, I'm having problem when I want to start my XE database. Previously, my server crashed, so after hardware replacement now it's fine. But, when my system is up, and when I try to start database I get this message:
# sqlplus sys as sysdba
SQL> startup
ORACLE instance started.
Total System Global Area 805306368 bytes
Fixed Size 1261444 bytes
Variable Size 218103932 bytes
Database Buffers 583008256 bytes
Redo Buffers 2932736 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
At the same time, I executed:
tail -f alert_XE.log
and the result is next:
Wed Jul 11 16:00:10 2012
Starting ORACLE instance (normal)
Cannot determine all dependent dynamic libraries for /proc/self/exe
The open() system call failed for the file /proc/self/exe
Linux Error: 13: Permission denied
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
IMODE=BR
ILAT =10
LICENSE_MAX_USERS = 0
SYS auditing is disabled
ksdpec: called for event 13740 prior to event group initialization
Starting up ORACLE RDBMS Version: 10.2.0.1.0.
System parameters with non-default values:>sessions = 49
>__shared_pool_size = 209715200
>__large_pool_size = 4194304
>__java_pool_size = 4194304
>__streams_pool_size = 0
>sga_target = 805306368
>control_files = /usr/lib/oracle/xe/oradata/XE/control.dbf
>__db_cache_size = 583008256
>compatible = 10.2.0.1.0
>db_recovery_file_dest = /usr/lib/oracle/xe/app/oracle/flash_recovery_area
>db_recovery_file_dest_size= 21474836480
>undo_management = AUTO
>undo_tablespace = UNDO
>remote_login_passwordfile= EXCLUSIVE
>dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
>shared_servers = 4
>job_queue_processes = 4
>background_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/bdump
>user_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/udump
>core_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/cdump
>audit_file_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/adump
>db_name = XE
>open_cursors = 300
>os_authent_prefix =
>pga_aggregate_target = 268435456
PMON started with pid=2, OS id=7989
PSP0 started with pid=3, OS id=7991
MMAN started with pid=4, OS id=7993
DBW0 started with pid=5, OS id=7995
LGWR started with pid=6, OS id=7997
CKPT started with pid=7, OS id=7999
SMON started with pid=8, OS id=8001
RECO started with pid=9, OS id=8003
CJQ0 started with pid=10, OS id=8005
MMON started with pid=11, OS id=8007
Wed Jul 11 16:00:10 2012
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
MMNL started with pid=12, OS id=8009
Wed Jul 11 16:00:10 2012
starting up 4 shared server(s) ...
Oracle Data Guard is not available in this edition of Oracle.
Wed Jul 11 16:00:10 2012
ALTER DATABASE MOUNT
Wed Jul 11 16:00:14 2012
Setting recovery target incarnation to 2
Wed Jul 11 16:00:14 2012
Successful mount of redo thread 1, with mount id 2669472714
Wed Jul 11 16:00:14 2012
Database mounted in Exclusive Mode
Completed: ALTER DATABASE MOUNT
Wed Jul 11 16:00:14 2012
ALTER DATABASE OPEN
Wed Jul 11 16:00:14 2012
Beginning crash recovery of 1 threads
Wed Jul 11 16:00:14 2012
Started redo scan
Wed Jul 11 16:00:14 2012
Completed redo scan
2035 redo blocks read, 328 data blocks need recovery
Wed Jul 11 16:00:14 2012
Started redo application at>Thread 1: logseq 8406, block 84609
Wed Jul 11 16:00:14 2012
Recovery of Online Redo Log: Thread 1 Group 1 Seq 8406 Reading mem 0> Mem# 0 errs 0: /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/onlinelog/o1_mf_1_5m16ohd0_.log
And that's all, I really don't know what happend, and way I cannot open my database.
I hope that you can help me.
Thanks in advance.

No errors reported during boot of system.
After system booted, as oracle user through terminal I entered
*# export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server*
*# export ORACLE_SID=XE*
*# export PATH=$ORACLE_HOME/bin:$PATH*
then,
*# sqlplus sys as sysdba*
SQL> startup
that's all, database mounts, but won't open.
echo $ORACLE_HOME returns /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
echo $LD_LIBRARY_PATH returns blank, so I entered:
export LD_LIBRARY_PATH=$ORACLE_HOME/lib <------ Is this right?
When I enter:
ls -l $ORACLE_HOME everything is owned by oracle user.
and
ls -l $LD_LIBRARY_PATH
-r--r--r-- 1 oracle dba 3007 Jan 30 2006 facility.lis
-r-xr-xr-x 1 oracle dba 74952 Feb 20 2006 hsdb_odbc.so
-r-xr-xr-x 1 oracle dba 170372 Jan 30 2006 hsdb_ora.so
-r--r--r-- 1 oracle dba 241976 Jan 30 2006 lclasses12.zip
lrwxrwxrwx 1 root root 15 Dec 22 2009 libagtsh.so -> libagtsh.so.1.0
-r-xr-xr-x 1 oracle dba 3587392 Feb 20 2006 libagtsh.so.1.0
lrwxrwxrwx 1 root root 17 Dec 22 2009 libclntsh.so -> libclntsh.so.10.1
-r-xr-xr-x 1 oracle dba 14422144 Feb 20 2006 libclntsh.so.10.1
-r-xr-xr-x 1 oracle dba 32312 Feb 20 2006 libclsra10.so
-r-xr-xr-x 1 oracle dba 738376 Feb 20 2006 libcorejava.so
-r-xr-xr-x 1 oracle dba 1490808 Feb 20 2006 libcoresh10.so
-r-xr-xr-x 1 oracle dba 857816 Feb 20 2006 libcprts.so.5
-r-xr-xr-x 1 oracle dba 204000 Feb 20 2006 libcxa.so.3
-r-xr-xr-x 1 oracle dba 154720 Feb 20 2006 libcxa.so.5
-r-xr-xr-x 1 oracle dba 94412 Feb 20 2006 libdbcfg10.so
-r-xr-xr-x 1 oracle dba 37920 Feb 20 2006 libemmas10.so
-r-xr-xr-x 1 oracle dba 915032 Feb 20 2006 libhasgen10.so
-r-xr-xr-x 1 oracle dba 22232 Feb 20 2006 libheteroxa10.so
-r-xr-xr-x 1 oracle dba 2048264 Feb 20 2006 libhsbase.so
-r-xr-xr-x 1 oracle dba 2129256 Feb 20 2006 libhsnav.so
-r-xr-xr-x 1 oracle dba 1719644 Feb 20 2006 libimf.so
-r-xr-xr-x 1 oracle dba 220752 Feb 20 2006 libirc.a
-r-xr-xr-x 1 oracle dba 5704 Feb 20 2006 libjox10.so
-r-xr-xr-x 1 oracle dba 58296 Feb 20 2006 libldapjclnt10.so
-r-xr-xr-x 1 oracle dba 97748 Feb 20 2006 libnjni10.so
-r-xr-xr-x 1 oracle dba 1309244 Feb 20 2006 libnjssl10.so
-r-xr-xr-x 1 oracle dba 2150124 Feb 20 2006 libnnz10.so
-r-xr-xr-x 1 oracle dba 25420 Feb 20 2006 libnque10.so
-r-xr-xr-x 1 oracle dba 4376 Feb 20 2006 libntcpaio10.so
lrwxrwxrwx 1 root root 15 Dec 22 2009 libocci.so -> libocci.so.10.1
-r-xr-xr-x 1 oracle dba 1006316 Feb 20 2006 libocci.so.10.1
-r-xr-xr-x 1 oracle dba 105856 Feb 20 2006 libocijdbc10.so
-r-xr-xr-x 1 oracle dba 447348 Feb 20 2006 libocr10.so
-r-xr-xr-x 1 oracle dba 274788 Feb 20 2006 libocrb10.so
-r-xr-xr-x 1 oracle dba 362648 Feb 20 2006 libocrutl10.so
-r-xr-xr-x 1 oracle dba 5752 Feb 20 2006 libodm10.so
-r-xr-xr-x 1 oracle dba 4376 Feb 20 2006 libodmd10.so
-r-xr-xr-x 1 oracle dba 46892 Feb 20 2006 libons.so
lrwxrwxrwx 1 root root 21 Dec 22 2009 liborasdkbase.so -> liborasdkbase.so.10.2
-r-xr-xr-x 1 oracle dba 3776628 Feb 20 2006 liborasdkbase.so.10.2
lrwxrwxrwx 1 root root 17 Dec 22 2009 liborasdk.so -> liborasdk.so.10.2
-r-xr-xr-x 1 oracle dba 11618808 Feb 20 2006 liborasdk.so.10.2
-r-xr-xr-x 1 oracle dba 220920 Feb 20 2006 libqsmashr.so
-r-xr-xr-x 1 oracle dba 5104 Feb 20 2006 libskgxn2.so
-r-xr-xr-x 1 oracle dba 5104 Feb 20 2006 libskgxns.so
-r-xr-xr-x 1 oracle dba 7372 Feb 20 2006 libskgxp10.so
-r-xr-xr-x 1 oracle dba 5996 Feb 20 2006 libskgxpd.so
-r-xr-xr-x 1 oracle dba 138184 Feb 20 2006 libskgxpu.so
-r-xr-xr-x 1 oracle dba 744228 Feb 20 2006 libsqlplus.so
-r-xr-xr-x 1 oracle dba 594144 Feb 20 2006 libsqora.so.10.1
-r-xr-xr-x 1 oracle dba 29628 Feb 20 2006 libsrvm10.so
-r-xr-xr-x 1 oracle dba 1000344 Feb 20 2006 libsrvmhas10.so
-r-xr-xr-x 1 oracle dba 516864 Feb 20 2006 libsrvmocr10.so
-r-xr-xr-x 1 oracle dba 5024 Feb 20 2006 libuini10.so
-r-xr-xr-x 1 oracle dba 20572 Feb 20 2006 libunwind.so.5
-r-xr-xr-x 1 oracle dba 203208 Feb 20 2006 libxdb.so
-r--r--r-- 1 oracle dba 31 Jan 30 2006 sysliblistIs this ok?
Thanks again.

Similar Messages

  • Cannot create database ORA-03113 error

    Hi all,
    I ve just installed oracle 9i on win2k server , after installation i went to create a
    database using DBCA. After filling up the necessary, when i click on create database it gives me the following error.
    ORA-03113: end-of-file on communication channel
    Though i am getting a ignore option i preferred aborting it.
    Someone please help

    hi 477985,
    Is it some thing tat you want to create the db using wizard. you can actually save it as a script and run tat.
    Anyway, just check for disk & physical memory. Stop if any other server or service is running and give a try
    Cheers,
    kamaslesh jk

  • Cannot open database "ReportServer" requested by the login. The login failed. Login failed for user 'USER LOGON'

    I want to grant permissions to all domain users to view reports on our Report Server. Domain users are able to access our Report Server URL and folder, but when they click on a report item they get an error message: 
    "Cannot open database "ReportServer" requested by the login. The login failed. Login failed for user 'USER LOGON'"
    I'm using windows authentication and configured the local service account in SSReportS Config Manager as the credentials to connect to the Report Server DB. 
    Can someone please help how I should properly do this step by step to give all domain users permissions to view a report in SSRS?
    Thanks much! - Rookie DBA

    Hi IWAR,
    The error message "Cannot open database "ReportServer" requested by the login. The login failed. Login failed for user 'USER LOGON'" means the user 'USER LOGON' does not have permissions to access the "ReportServer" database.
    To fix this issue, please verify that the user has a valid database user login. For more details, please refer to the following steps.
    In SQL Server Management Studio, open Object Explorer and expand the Databases folder.
    Expand the database in which to create the new database user.
    Right-click the Security folder, point to New, and then click User.
    On the General page, enter a name for the new user in the User name box.
    In the Login name box, enter the name of a SQL Server login to map to the database user.
    Click OK.
    Reference:
    http://technet.microsoft.com/en-us/library/ms156468(v=sql.105).aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • System.Data.SqlClient.SqlException: Cannot open database "MSCRM_CONFIG" requested by the login. The login failed. Login failed for user 'NT AUTHORITY\SYSTEM

    Dear ALL 
    After successfully shifting the CRM from 2011 to 2013 i found a problem in Reporting section none of the report is working after some finding i conclude that MSCRM_FetchDataSource is not able to connect successfully 
    Through my report manager i tried to test the connection of MSCRM_FetchDataSource but i got the following error 
    System.Data.SqlClient.SqlException: Cannot open database "MSCRM_CONFIG" requested by the login. The login failed. Login failed for
    user 'NT AUTHORITY\SYSTEM'. 
    I already add the NT Authority \ System as a db_owner under my database user of MSCRM_CONFIG
    But still no success any one have any idea why it's happaning 
    Regards 
    RB

    I found a solution I hope my post will help other
    I gave the  db_owner to 'NT AUTHORITY\SYSTEM' and 'NT AUTHORITY\NETWORK' and assigned with both CRM and Config database
    It resolved my issue
    RB

  • Cannot open database " " requested by the login. The login failed. SQL Server 2008 Express

    I am getting this message when I try to create a path to a work file from my application.
    Cannot open database " " requested by the login.  The login failed. 
    SQL Server 2008 is installed.  I have placed the computer name and instance in the application's config file as connection source. 
    The database is also not showing up in SQl Server Management Studio in list of databases.
    Thanks.

    Hello,
    Can you please confirm login exist in the sql server and its mapped to particular database.
    Are you directly connecting to SSMS?
    Or using any 4 part query?
    Please share how you are accessing the DB and screen hots of error messages.
    Thank You.
    Regards, Pradyothana DP. Please Mark This As Answer if it solved your issue. Please Mark This As Helpful if it helps to solve your issue. ========================================================== http://www.dbainhouse.blogspot.in/

  • Using ASP with oo4o - cannot open database

    I was using ODBC - ADODB in some ASP pages to interact with an Oracle DB (8.17). Everything works fine but large queries get very slow.
    I was trying to move to Oracle oo4o but I cannot connect to the DB.
    Here's the code (pretty basic)...
    Dim OO4OServer, OO4ODB
    Set OO4OServer = CreateObject("OracleInProcServer.XOraServer")
    Set OO4ODB = OO4OServer.OpenDatabase("Applix", "Applix_View/view", 0)
    SQL = "SELECT first_name,last_name,ext FROM hd_contact where contact_id=" & BadgeNo
    Set RS = OO4ODB.CreateDynaset(SQL , ORADYN_NOCACHE)
    It fails on the OpenDatabase statement:
    Microsoft VBScript runtime (0x800A000D)
    Type mismatch: 'OpenDatabase'
    Any ideas?

    user6732738 wrote:
    hi, i'm trying to do an small program, where i'm connecting to the DB, using JDBC driver for sql server 2008. This is my connection code:
    try{
    Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
    parametros = "jdbc:sqlserver://localhost:1433;databaseName=java;integratedSecurity=true;";
    con = DriverManager.getConnection(parametros);
    msg.showMessageDialog(this,"Connection to DB OK","information",1);
    }catch(SQLException e){
    mensaje.showMessageDialog(this,e.getMessage(),"Sql Error",0);
    System.out.println(e.getMessage());
    }catch(ClassNotFoundException e2){
    msg.showMessageDialog(this,e2.getMessage(),"Sql Error",0);
    This is the error message i get: Cannot open database java requested by the login. The login failed
    If i change my database "java" to "master", I can make a successfull connection. I don't want to use a user and password on my java code, instead i want to use integrated security. How can i fix this?Did you load the library required for integrated security as described in the Microsoft SQL Server JDBC driver documentation?

  • SCOM not generating alerts & The request to synchronize state for OpsMgr Health Service identified by "bdb1712b-0a9a-bbe3-9630-41f2da9f64a1" failed due to the following exception "System.Data.SqlClient.SqlException: Cannot open database "OperationsManager

    Hi Anyone can assisting on this. The SCOM 2007r2 i managed suddenly do not pump out alerts.
    I have perform full scom service restart(data access, agent, config). it no load up related datawarehouse like(stored, write)
    I also restarted my sql db services. It show me the error like this. Anyhow i can fix it
    The request to synchronize state for OpsMgr Health Service identified by "bdb1712b-0a9a-bbe3-9630-41f2da9f64a1" failed due to the following exception "System.Data.SqlClient.SqlException: Cannot open database "OperationsManager" requested
    by the login. The login failed.
    Login failed for user 'HK\svc-scomsdk'.
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at System.Data.SqlClient.SqlConnection.Open()
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at System.Data.SqlClient.SqlConnection.Open()
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Run(Guid source, String cookie, Managers managers, IConfigurationDataAccessor dataAccessor, Stream stream, IConnection connection)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Run(Guid source, String cookie, Managers managers, IConfigurationDataAccessor dataAccessor, Stream stream, IConnection connection)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Run(Guid source, String cookie, Managers managers, IConfigurationDataAccessor dataAccessor, Stream stream, IConnection connection)".

    Hi,
    I would like to suggest you reset the SDK account password (in this case, it seems like that the account is 'scomsdk'). And change the password for the account in service configuration.
    Please go through the below article for details:
    How to change the credentials for the SDK Service and for the Config Service in Microsoft System Center Operations Manager
    http://support.microsoft.com/kb/936220/en-us
    Regards,
    Yan Li
    Regards, Yan Li

  • (0x80131904): Cannot open database "SUSDB" requested by the login.

    Hi everybody,
    Currently i have the following error in the WCM.log file and WSUS synchronization failes as well:
    System.Data.SqlClient.SqlException (0x80131904): Cannot open database "SUSDB" requested by the login. 
    The login failed.~~Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.~~   at Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException)~~   at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPGetComponentsWithErrors()~~
      at Microsoft.SystemsManagementServer.WSUS.WSUSServer.get_ComponentsWithErrors()
    Current environment:
    - SCCM 2012 SP1 and WSUS 3 SP2 on the same server.
    - WSUS is using the windows internal database.
    any advise??
    thanks

    Check these steps.
    go to Sql Server Configuration management->SQL Server network config->protocols for 'servername' and check TCP/IP is enabled.
    Open SSMS in run, and check you are able to login to server using specfied username/password and/or using windows authentication.
    repeat step 1 for SQL native client config also

  • Install Lightroom on a new computer - error message 2203.database Cannot open database file system error 2147287037. Can anyone help me with this?

    I am trying to install lightroom on a new computer and am getting error message 2203.database Cannot open database file system error 2147287037. Can anyone help me with this?

    This site has some info
    Error 2203 | Install | Creative Suite 4, 5, or 5.5 products or updates

  • Cannot open database " " requested by the login. The login failed for user " "

    Am noticing application event log error that states as the title Cannot open database "ReportingService_4a1e5b9cd6364e8389ed0af69d2628f5_Alerting" requested by the login. The login failed for user "domain\user"
    I think a couple weeks ago while troubleshooting something for a new backup appliance we were installing a password was changed on the user that it is displaying...it seems that this has happened before and I had to go into SQL Server Management studio to
    update the password but I'm not sure where it is I need to do this.
    Any assistance greatly appreciated.

    DOMAIN\User would refer to a domain user account, and SQL does not store passwords for those accounts. It does store passwords for SQL users. Can you validate the type of account and what level of access it has to that db?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Same message 2 dnld Plugin, (Java), and Adobe Reader: Error 2203.Database: C:\Windows\Installer\ced2e.ipi. Cannot open database file. System error -2147287035.E

    Spent all afternoon downloading Java plugiins and Adobe reader; each with the following "failure message."
    Error 2203.Database: C:\Windows\Installer\ced2e.ipi. Cannot open database file. System error -2147287035.Error 2203.Database: C:\Windows\Installer\ced2e.ipi. Cannot open database file. System error -2147287035.

    This is going to sound lame, but... have you shut down and restarted Windows since this problem began? Sometimes the Windows Installer starts behaving erratically, perhaps due to a backlog of deferred updates, and the only way to get around it is to reboot.

  • Cannot open database due to incorrect file size

    Hi,
    we have a oracle database 8.0.5 and it crashed yesterday. now we cannot open the database (only mount readonly) due to an incorrect filesize of usr1orcl.ora. is there a simple way to open the database?

    i'm sorry but it wasnt in archivelog mode.
    the ora error codes are:
    ORA-01122: datafile name - failed verification check
    Cause: The information in the datafile is inconsistent with information from the control file. This could be for any of the following reasons:
    The control file is from a time earlier than the datafiles.
    The datafile size does not match the size specified in the control file.
    The datafile is corrupted.
    Action: Make certain that the datafiles and control files are the correct files for this database, then retry the operation.
    ORA-01110: datafile name: str
    Cause: This message reports the filename involved with other messages.
    Action: See the associated messages for a description of the problem.
    ORA-01200: actual file size of num is smaller than correct size of num blocks
    Cause: The size of the file, as returned by the operating system, is smaller than the size of the file as indicated in the file header and the control file. Somehow the file has been truncated.
    Action: Restore a good copy of the datafile from a backup and perform recovery as needed.

  • Newbie needs help!  Cannot open database home page...

    Hi all,
    I know this sort of question has been posted before but either it never got resolved or the thread seems to just die...
    I have just installed 10gXE and have tried to open the 'homepage' but all I get is 'page not available' errors in either IE Firefox or Opera. I have turned off the windows Firewall to see if that had anything to do with it but it made no difference.
    the out put of 'lsnrctl status' is:
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 08-MAR-2007 14:19:22
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 08-MAR-2007 13:31:01
    Uptime 0 days 0 hr. 48 min. 21 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fawlty-towers)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    which seems ok but then I've never used Oracvle before so I don't know what to look for. (I have years of database experience btw using MySQL, PostgreSQL, SQL Server, hell, even Access!)
    If I do 'netstat -na' I get:
    Active Connections
    Proto Local Address Foreign Address State
    TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:1521 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:3260 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:3261 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:1026 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:1027 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:1597 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:2691 127.0.0.1:2692 ESTABLISHED
    TCP 127.0.0.1:2692 127.0.0.1:2691 ESTABLISHED
    TCP 127.0.0.1:2693 127.0.0.1:2694 ESTABLISHED
    TCP 127.0.0.1:2694 127.0.0.1:2693 ESTABLISHED
    TCP 127.0.0.1:2695 127.0.0.1:2696 ESTABLISHED
    TCP 127.0.0.1:2696 127.0.0.1:2695 ESTABLISHED
    TCP 127.0.0.1:6880 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:45100 0.0.0.0:0 LISTENING
    TCP 192.168.1.64:139 0.0.0.0:0 LISTENING
    TCP 192.168.1.64:1912 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1913 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1914 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1919 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1920 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1921 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1945 194.106.56.35:110 TIME_WAIT
    TCP 192.168.1.64:4550 82.11.36.182:33445 ESTABLISHED
    UDP 0.0.0.0:445 *:*
    UDP 0.0.0.0:500 *:*
    UDP 0.0.0.0:1032 *:*
    UDP 0.0.0.0:1034 *:*
    UDP 0.0.0.0:1066 *:*
    UDP 0.0.0.0:1067 *:*
    UDP 0.0.0.0:4500 *:*
    UDP 0.0.0.0:16680 *:*
    UDP 127.0.0.1:123 *:*
    UDP 127.0.0.1:1640 *:*
    UDP 127.0.0.1:1700 *:*
    UDP 127.0.0.1:1900 *:*
    UDP 127.0.0.1:2629 *:*
    UDP 127.0.0.1:4765 *:*
    UDP 192.168.1.64:123 *:*
    UDP 192.168.1.64:137 *:*
    UDP 192.168.1.64:138 *:*
    UDP 192.168.1.64:1900 *:*
    UDP 192.168.1.64:2697 *:*
    UDP 192.168.1.64:56841 *:*
    My local PC IP is 192.168.1.64 incase you didn't guess from all that!
    My 'hosts' file has nothing in it except '127.0.0.1 localhost' which I tried commenting out but, rather obviously, didn't make a jot of difference.
    Any help would be appreciated.

    sqlplus / as sysdbaThis will tell you if you are connected to an idle
    instance or not. If it says your are connected to an
    idle instance ...It does indeed say that I am connected to an idle instance
    ... do the following:
    SQL> startup
    When I do that I get the following:
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file 'C:\oraclexe\app\oracle\product\10.2.0\serv
    er\dbs/spfileXE.ora'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.Legatti, the dump log you mentioned is this (Hope you don't mind me pasting the whole thing...):
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Thu Mar 08 13:31:14 2007
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU                 : 1 - type 586
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:1068M/2047M, Ph+PgF:2871M/3939M, VA:1943M/2047M
    Thu Mar 08 13:31:14 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      sessions                 = 49
      sga_target               = 599785472
      control_files            = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
      compatible               = 10.2.0.1.0
      db_recovery_file_dest    = C:\oraclexe\app\oracle\flash_recovery_area
      db_recovery_file_dest_size= 10737418240
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      dispatchers              = (PROTOCOL=TCP) (SERVICE=XEXDB)
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
      background_dump_dest     = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
      user_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
      core_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
      db_name                  = XE
      open_cursors             = 300
      os_authent_prefix        =
      pga_aggregate_target     = 199229440
    PMON started with pid=2, OS id=5344
    PSP0 started with pid=3, OS id=1424
    MMAN started with pid=4, OS id=4928
    DBW0 started with pid=5, OS id=2092
    LGWR started with pid=6, OS id=3088
    CKPT started with pid=7, OS id=1920
    SMON started with pid=8, OS id=2148
    RECO started with pid=9, OS id=5296
    CJQ0 started with pid=10, OS id=5960
    MMON started with pid=11, OS id=3720
    Thu Mar 08 13:31:18 2007
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=5076
    Thu Mar 08 13:31:18 2007
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Thu Mar 08 13:31:22 2007
    The input backup piece C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\CONFIG\SEEDDB\EXPRESS.DFB is in compressed format.
    Thu Mar 08 13:31:41 2007
    Full restore complete of datafile 4 to datafile copy C:\ORACLEXE\ORADATA\XE\USERS.DBF.  Elapsed time: 0:00:19
      checkpoint is 193065
    Full restore complete of datafile 2 to datafile copy C:\ORACLEXE\ORADATA\XE\UNDO.DBF.  Elapsed time: 0:00:20
      checkpoint is 193065
    Thu Mar 08 13:32:04 2007
    Full restore complete of datafile 3 to datafile copy C:\ORACLEXE\ORADATA\XE\SYSAUX.DBF.  Elapsed time: 0:00:42
      checkpoint is 193065
    Full restore complete of datafile 1 to datafile copy C:\ORACLEXE\ORADATA\XE\SYSTEM.DBF.  Elapsed time: 0:00:52
      checkpoint is 193065
    Thu Mar 08 13:32:14 2007
    Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\oraclexe\oradata\XE\system.dbf',
    'C:\oraclexe\oradata\XE\undo.dbf',
    'C:\oraclexe\oradata\XE\sysaux.dbf',
    'C:\oraclexe\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Setting recovery target incarnation to 1
    Thu Mar 08 13:32:15 2007
    Successful mount of redo thread 1, with mount id 2497757598
    Thu Mar 08 13:32:15 2007
    Completed: Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\oraclexe\oradata\XE\system.dbf',
    'C:\oraclexe\oradata\XE\undo.dbf',
    'C:\oraclexe\oradata\XE\sysaux.dbf',
    'C:\oraclexe\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS
    Shutting down instance: further logons disabled
    Thu Mar 08 13:32:15 2007
    Stopping background process CJQ0
    Thu Mar 08 13:32:15 2007
    Stopping background process MMNL
    Thu Mar 08 13:32:15 2007
    Stopping background process MMON
    Thu Mar 08 13:32:16 2007
    Shutting down instance (immediate)
    License high water mark = 1
    Thu Mar 08 13:32:16 2007
    Stopping Job queue slave processes
    Thu Mar 08 13:32:16 2007
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Thu Mar 08 13:32:18 2007
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Thu Mar 08 13:32:18 2007
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 activeAny ideas?

  • Cannot open database after power outage

    We had a power outage that took down our Sun server. On that server I have two Oracle 10.1.0 instances. One instance comes up without issue. The second I can mount but I get an error when I attempt to open it.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    if I look at the alert log the only thing I see is
    Thu Apr 25 16:44:31 2013
    Running without dynamic strand for Non-Enterprise Edition
    And here is the trc file
    Oracle Database 10g Release 10.1.0.5.0 - 64bit Production
    ORACLE_HOME = /oracle/product/10.1.0
    System name: SunOS
    Node name: oracle-pratt
    Release: 5.9
    Version: Generic_117171-05
    Machine: sun4u
    Instance name: train
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    2882
    kstwlb: SGA is no longer mapped
    AUM timeouts: MQL_TUNE(300s) TUR_TUNE(60s) SESS_EXPRN(1800s) QRY_EXPRN(1800s) SL
    OT_PERIOD(600s) MQL_CUSHION(300s) KSUCKI_FG_PERIOD(150s) MMNL_EXPRN(1200s) KTTSI
    NFO(300s)
    Any suggestions on how to get it connected? This is an old system but there is some data in that database I would like to recover.
    Thanks in advance.
    Joe

    This is what I got on the startup attempt:
    SQL> connect / as sysdba
    Connected to an idle instance.
    SQL> shutdown abort
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 536870912 bytes
    Fixed Size 1303824 bytes
    Variable Size 270801648 bytes
    Database Buffers 264241152 bytes
    Redo Buffers 524288 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    This is all that is shown in the alert log:
    Mon May 6 09:01:14 2013
    Shutting down instance (abort)
    Mon May 6 09:01:22 2013
    Running without dynamic strand for Non-Enterprise Edition
    Thanks

  • Cannot open database

    i cannot transfer the pics/sms from my n73 to pc as the mob gets disconnected after flashing the message that unable to open data base

    What software and connection are you using, and what do you mean by 'database' ?
    Suggest Ovi Suite with usb cable, select pc suite mode, and sync (you can save sms to Ovi Suite, but cannot restore to phone)
    Good Luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

Maybe you are looking for

  • Multi language web site

    Multi language web site What is the best way to have my web site switchable (initially from links on the main index.html page) between different languages? Do I simply clone the English version (including all the sub-directories and structure) into a

  • Can't print from my laptop to network printer HP CP1515n

    Hi, in our office we have a HP CP1515n printer on the network set to a static ip. Everyone but me can print on it so I guess the printer is set up correctly. Even I was able to print on it till a couple of weeks ago. I don't remmember changing anythi

  • Benchmark scores of the iPad Air & iPad Mini are odd.

    Go to this page below: http://gfxbench.com/result.jsp?benchmark=gfx30&data-source=1&version=all&test=54 6&text-filter=&order=median&os-Android_gl=true&os-iOS_gl=true&arch-ARM=true&arch -x86=true&base=device Notice anything odd? I do. Why is that iPho

  • THERE IS A RUNTIME ERROR WHEN SEARCHING IN THE ITUNES STORE. R6050

    I have windows vista OS. i-tunes 10.6. when searching on the itunes store, there is a Runtime error R6050 and itunes shut down. Anyone can help with this error? I have tried to reinstalled the program already, same problem.

  • Unable to convert FO PR to FO PO

    Hi Gurus, I had created Framework PR for a material. In that the order unit system has taken as "AU". While trying to convert this FO PR ot FO PO, system is giving error"Order unit EA is not convertiable into unit AU" of requisition. Please suggest h