Database Security against 'connect internal'

Hi Dba's
Is there any way to set up a password authentication while connecting as
oracle(unix)user during 'connect internal' connection?. The reason is though oracle owner password can be kept properly, still the system admin(unix)can still use su (unix)command to become oracle user and connect to oracle without validating password.
What is the best way to set up a password by which the password will be validated during the connection time.
Please note ....!!!! Creation of exclusive password file, changes in init parameters everything has been tried.
Hence, looking for any better solution.
Regards
_RamV
null

There certainly is a need for securing your database from administrators. The idea that you MUST trust your dba or your sys admins is no longer a reasonable one. Just to give you an example, let's say a government stores its most confidential secrets in an Oracle database. Trusting the dba is not an option in this situation.
This certainly is an exterme case, but there certainly are many, many other situations that have similar requirements. I'm not sure that everyone's medical records should be available to the dba just because he's in charge of doing backups. The truth of the matter is that many, many dbas are kids straight out of college or independent consultants. This is this way in every industry, including the medical and banking industry.
There are solutions that alleviate the problem, but they are not as good as they should be. For Oracle there are encryption solutions (www.appsecinc.com) that help you prevent dbas from reading the data, but they do not help prevent the data from being destroyed. A good backup plan can help alleviate this problem.
Other possible solutions include setting up good policies that include seperation of duties and the use of a change management department. For a more thorough discourse on security policies for Oracle, check out the Oracle Security Handbook (http://www.amazon.com/exec/obidos/ASIN/0072133252/qid%3D998406055/107-7202182-0758137).
HTH,
[email protected]

Similar Messages

  • How to apply row level security against the database administrator

    I would like an advice in applying row level security against the database administrator. We need to prevent DBA from editing data in some table rows or have any indication that data was corrupted.
    There is no problem in viewing the data so we considered one way hash function or digital signature which will be stored in the same table, but we see following disadvantages:
    HASH - DBA may use the same hash function to update the stored data after he changes the sensitive row.
    Digital signature - the is a need to manage and keep the private key in a safe place outside of DB
    Is there additional ways to achieve the aim?

    Does VPD helps to prevent from DBA to edit/view a data in specific rows?Yes.
    If I correctly understand, DBA has full access to security policy used by VPD to control the access and can grant himself privileges that I don't want.You can to define which users can be exempt of the politics, for the context or by Grant EXEMPT.
    This includes DBAs.
    The simple fact of being DBA doesn't guarantee the exemption.
    Everything goes to depend of the VPD config.

  • Security socket connection with the Applications Database Table

    Friends,
    As the security of connection when it is the integration of Oracle Identity Manager and a Oracle database through the database connector (Database Applications Table).
    With the following versions:
    - Oracle Identity Manager 9.1.0.2
    - Oracle WebLogic Server 10.3.5
    - Oracle Database 11.2.0.2
    - Oracle Solaris 10
    Thanks

    I have already posted on the Progress talk forum. Just wanted to know if anyone in this forum had the same problem if so i can get the solution.

  • Connecting internally to a database

    Hi Guys, Please assist.
    ora902@deatdb1->pll01:/export/ora902>sqlplus
    SQL*Plus: Release 9.2.0.4.0 - Production on Tue Mar 18 08:15:39 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Enter user-name: ora902
    Enter password:
    ERROR:
    ORA-00257: archiver error. Connect internal only, until freed.
    How do I connect internally?

    A quick search for the error revealed this(though its straight forward )
    ORA-00257: archiver error. Connect internal only, until freed.
    Cause: The archiver process received an error while trying to archive a redo log. If the problem is not resolved soon, the database will stop executing transactions. The most likely cause of this message is the destination device is out of space to store the redo log file.
    Action: Check archiver trace file for a detailed description of the problem. Also verify that the device specified in the initialization parameter ARCHIVE_LOG_DEST is set up properly for archiving.
    Only sys logins are allowed.Free the space of your archive destination and retry.
    Aman....

  • Oracle Database Authentication against Microsoft Active Directory

    Hello
    Does anyone know if it is possible or can point me in the right direction of some documentation that discuss Oracle database user authentication against and Enterprise Directory Service, in my cases MS AD?
    My environment consists of Oracle RDBMS 10.2.0.3 on Linux Red Hat AS 4. Our users connect in from Window clients. I would like to know if there is a way to autheticate users from Windows to the database using LDAP based (AD) authentication. In oters words how do I configure authentication to be done for "identified globally accounts"? I know that the identified by globally accounts require the use of the CN which I have done, but it seems like there is some piece missing. Perhaps an Oracle schema or modification to Active Directory??
    So my questions are
    1. Is it possible to authenticate users against AD without the implementation of OID?
    2. Is there documentation someone has or can point me to that outlines the required steps?
    3. Anything I should know?
    I appreciate any help. The documentation I have found so far doesn't seem to be what I need... So I am looking for some advice.
    Thanks.

    Sure, two methods to auth from Oracle DB to MSAD:
    OID and OVD
    I am working on our own proof of concept configuring EUS connect to OVD with an MSAD as auth at the moment. OVD basically is presenting the database with OracleSchema and OracleContext info. And when you connect via netca (ldap.ora), you assign it as OID directory authentication type.
    Here's an OVD manual on Integrating with EUS (chapter 7 is for MSAD)http://www.oracle.com/technology/products/id_mgmt/ovds/pdf/e10286.pdf
    And this would be what the EUS config should look like:
    http://www.oracle.com/technology/deploy/security/database-security/howtos/eus-how-to.html
    If you've done everything in the first doc...
    Hope this answers your questions.

  • Need database JTA service connected to java service

    Hi,
       In my trial the database service was already connected up to my java service and showed in the data sources window.
       In my paid service the connection is not made - therefore my JPA datasource is not resolving  - as expected until this is fixed.
       Could you join the 2 services or direct myself to a way to manually join them.
       thank you
       /michael
       obrienlabs.org
    Exception: Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.ValidationException Exception Description: Cannot acquire data source [database]. Internal Exception: javax.naming.NameNotFoundException: Unable to resolve 'database'. Resolved ''; remaining name 'database' javax.persistence.PersistenceException: Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.ValidationException Exception Description: Cannot acquire data source [database]. Internal Exception: javax.naming.NameNotFoundException: Unable to resolve 'database'. Resolved ''; remaining name 'database'
    at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:517)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:188)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:277)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:294)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:272)
    at com.vision.cloud.jpa.VisitorServlet.readData(VisitorServlet.java:238)
    at com.vision.cloud.jpa.VisitorServlet.processRequest(VisitorServlet.java:141)
    at com.vision.cloud.jpa.VisitorServlet.doGet(VisitorServlet.java:355)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:165)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.security.internal.WebGateRedirectFilter.doFilter(WebGateRedirectFilter.java:178)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) Caused by: Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.ValidationException Exception Description: Cannot acquire data source [database]. Internal Exception: javax.naming.NameNotFoundException: Unable to resolve 'database'. Resolved ''; remaining name 'database'
    at org.eclipse.persistence.exceptions.ValidationException.cannotAcquireDataSource(ValidationException.java:497)
    at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:109)
    at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
    at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:330)
    at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:293)
    at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:418)
    at org.eclipse.persistence.sessions.server.ConnectionPool.buildConnection(ConnectionPool.java:216)
    at org.eclipse.persistence.sessions.server.ExternalConnectionPool.startUp(ExternalConnectionPool.java:146)
    at org.eclipse.persistence.sessions.server.ServerSession.connect(ServerSession.java:484)
    at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.login(DatabaseSessionImpl.java:633)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:208)
    at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:488)
    ... 38 more Caused by: javax.naming.NameNotFoundException: Unable to resolve 'database'. Resolved ''; remaining name 'database'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:402)
    at javax.naming.InitialContext.lookup(InitialContext.java:396)
    at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:103)
    ... 48 more

    going through association documentation
    http://docs.oracle.com/cloud/CSGSG/manageservices.htm#CSGSG378
    Found the tab in administration
    Associated ServicesAdd Database Association
    No associated services found.

  • SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has be

    Hello, I have a sql 2005 server, and I am a developer, with the database on my own machine.  It alwayws works for me but after some minutes the other developer cant work in the application
    He got this error
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: 192.168.1.140]
    and When I see the log event after that error, it comes with another error.
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 192.168.1.140]
    He has IIS5 and me too.
    I created a user on the domain called ASPSYS with password, then in the IIS on anonymous authentication I put that user with that password, and it works, on both machines.
    and in the connection string I have.
    <add key="sqlconn" value="Data Source=ESTACION15;Initial Catalog=GescomDefinitiva;Integrated Security=SSPI; Trusted_Connection=true"/>
    I go to the profiler, and I see that when he browses a page, the database is accesed with user ASPSYS, but when I browse a page, the database is accesed with user SE\levalencia.
    Thats strange.
    The only way that the other developer can work again on the project is to restart the whole machine. He has windows xp profession, I have windows 2000.
    If you want me to send logs please tellme

    Well here's my problem, maybe you can help. Intermittenly I get a login failed when connecting to a db engine through Server Management Studio using Windows authentication. When this happens the following entries are generated on the server's application event log:
    Event Type:        Error
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              17806
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: <ip address>]
    Event Type:        Failure Audit
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              18452
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: <ip address>]
    I've already ensured that the server is set to mixed authentication mode. Oddly enough, the workaround that I've found is that if I remote desktop into the server, log in and then log back out, Management Studio is suddenly able to connect again. No idea why it works. 
    As I said before, it is intermitten. Some days it errors on login, other days it doesn't and there are no configuration changes between them. Also, both client and server are in the same domain and same site so there is no VPN or anything in between. I'm really quite stumped. Any help would be great, or if you can point me in the right direction of where to look. Thank you in advance!

  • Using database link to connect to two databases

    Hi guys,
    Here's my question. I need to give a contractor Select rights on tables located in two schemas located on two different servers. One server is dev and one is prod. Let's say we have schema user: EMPLOYEE on dev and schema user: DEPARTMENT on prod. The outside contractor needs select rights on all tables in DEPARTMENT schema but only needs select on a few tables ( 4 to be exact) from EMPLOYEE schema.
    My initial train of thougth is: CREATE a user named: TEST (random name of course, just used for an example) for contractor on prod. Give user TEST select rights on all tables in DEPARTMENT schema.
    Create database link to dev server so user TEST can access EMPLOYEE schema.
    How do i go about limiting the user TEST via the database link to only view the 4 tables from EMPLOYEE instead of all teh tables?
    Should I also consider doing this scenario in reverse? Creating user TEST on dev, giving TEST rights to the 4 tables in EMPLOYEE, then creating the database link to connect to department schema on prod database??
    Any help will be appreciated. Thanks in advance.

    zephyr223 wrote:
    Hi guys,
    Here's my question. I need to give a contractor Select rights on tables located in two schemas located on two different servers. One server is dev and one is prod. Let's say we have schema user: EMPLOYEE on dev and schema user: DEPARTMENT on prod. The outside contractor needs select rights on all tables in DEPARTMENT schema but only needs select on a few tables ( 4 to be exact) from EMPLOYEE schema.
    My initial train of thougth is: CREATE a user named: TEST (random name of course, just used for an example) for contractor on prod. Give user TEST select rights on all tables in DEPARTMENT schema.
    Create database link to dev server so user TEST can access EMPLOYEE schema.
    How do i go about limiting the user TEST via the database link to only view the 4 tables from EMPLOYEE instead of all teh tables? Only grant them access to those four tables from EMPLOYEE. You have to explicitly grant privileges anyways, and since there is no GRANT SELECT ON <SCHEMA> ability it should not be that difficult.
    Should I also consider doing this scenario in reverse? Creating user TEST on dev, giving TEST rights to the 4 tables in EMPLOYEE, then creating the database link to connect to department schema on prod database?? Are you creating database links as the EMPLOYEE and DEPARTMENT users? If so, I would caution against that. Create a "current user" database link for TEST. I think you can manage privileges better that way.
    HTH!
    HTH!

  • How to find out which database I'm connected to

    I need to use a pl/sql to determine which database I'm connected to. I'm not using forms so I cannot use a built-in. I need to know for a report I'm building, as the display differs based on the database.
    Thanks

    In order to consult V$... views a user must have a special role (SELECT_CATALOG_ROLE). This permit to the user to access also all DBA_... views. Such things could not be desired for security.

  • ORA-00001: unique constraint during "Configure Database Security Store for OIM Domain"

    Hi Guru's,
    I am following the below steps for OIM 11.1.2.1 with SOA 11.1.1.7 Installation and facing below error during step "Configure Database Security Store for OIM Domain".
    Installed Database 11.2.0.3
    Installed RCU (Here I used two versions.
         RCU 11.1.2   - Used IDAM prefix for (Metadata Services, OPSS, OIM)
         RCU 11.1.1.7 - Used SOA prefix for(Metadata Services,SOA Infrastructure, User Messaging service)
    Installed JDK 7 (Java 1.7)
    Installed WL 10.3.6 (MW_HOME-/u01/Middleware/fmw, WL_HOME=/u01/Middleware/fmw/wlserver_10.3)
    Installed FMW 11.1.2.1 for OIM. (ORACLE_HOME=Oracle_IDM1)
    Installed FMW 11.1.1.7 for SOA (ORACLE_HOME=Oracle_SOA1)
    WL Domain creation.  (Domain Name – idam_domain1)
    Configure Database Security Store for OIM Domain.
    Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (IDAM_OPSS.IDX_JPS_RDN_PDN) violated
    Also followed the below bug solution, but issue still occurs.
    Bug 16690836 : CONFIGURE DATABASE SECURITY STORE (CONFIGURESECURITYSTORE.PY) SCRIPT IS FAILING
    @ 1. Delete the Schemas using RCU.
    @ 2. Recreate the OAM schemas.
    @ 3. Reinstall the WLS and OAM software.
    @ 4. Run config.sh to create a new domain.
    @ 5. Run setDomainEnv.sh from user_projects/domains/<Domain_name>/bin
    @ 6. Run the configureSecurityStore.py from same window.
    Not sure if anyone tried with different steps that fixed the issue? Could you please help.
    Thanks
    VG

    Hi Gurus, I got the solution from Oracle. SOA 11.1.1.7.0 shouldn't be used with Identity Management 11.1.2.1.0(11GR1-PS1) version. Identity Management 11.1.2.1.0(11GR1-PS1) is bundled with SOA 11.1.1.6.0. When used this SOA version, Installation went smooth. Thanks VG

  • ORA-00257: archiver error. Connect internal only, until freed.

    I have installed SAP in a ORacle Database.
    When i login to Oracle Datbase from the Backend, i am getting the following error.
    ORA-00257: archiver error. Connect internal only, until freed.
    I reqeust you to please let me know of what can be done on this

    PFB th log. Pls help
    Dump file d:\oracle\ism\saptrace\background\alert_ism.log
    Sat Oct 27 00:54:10 2007
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU                 : 2 - type 586, 2 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:2965M/3839M, Ph+PgF:16529M/17678M, VA:1928M/2047M
    Sat Oct 27 00:54:10 2007
    Starting ORACLE instance (normal)
    Sat Oct 27 00:54:10 2007
    Specified value of sga_max_size is too small, bumping to 633339904
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    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:
      processes                = 80
      sessions                 = 96
      event                    = 10191 trace name context forever, level 1
      sga_max_size             = 633339904
      shared_pool_size         = 301989888
      shared_pool_reserved_size= 30183260
      filesystemio_options     = setall
      control_files            = D:\ORACLE\ISM\ORIGLOGA\CNTRL\CNTLRISM.DBF, D:\ORACLE\ISM\ORIGLOGB\CNTRL\CNTRLISM.DBF, D:\ORACLE\ISM\SAPDATA1\CNTRL\CNTRLISM.DBF
      control_file_record_keep_time= 30
      db_block_size            = 8192
      db_cache_size            = 301989888
      compatible               = 10.2.0
      log_archive_dest         = D:\oracle\ISM\oraarch\ISMarch
      log_buffer               = 2894848
      log_checkpoint_interval  = 0
      db_files                 = 254
      log_checkpoints_to_alert = TRUE
      dml_locks                = 4000
      undo_management          = AUTO
      undo_tablespace          = PSAPUNDO
      undo_retention           = 43200
      recyclebin               = off
      remote_os_authent        = TRUE
      remote_login_passwordfile= EXCLUSIVE
      job_queue_processes      = 1
      background_dump_dest     = D:\ORACLE\ISM\SAPTRACE\BACKGROUND
      user_dump_dest           = D:\ORACLE\ISM\SAPTRACE\USERTRACE
      core_dump_dest           = D:\ORACLE\ISM\SAPTRACE\BACKGROUND
      optimizer_features_enable= 10.2.0.1
      sort_area_size           = 2097152
      sort_area_retained_size  = 0
      db_name                  = ISM
      open_cursors             = 800
      optimpeek_user_binds   = FALSE
      pga_aggregate_target     = 402443468
      workarea_size_policy     = AUTO
      statistics_level         = typical
    PMON started with pid=2, OS id=3424
    PSP0 started with pid=3, OS id=1240
    MMAN started with pid=4, OS id=3676
    DBW0 started with pid=5, OS id=3664
    LGWR started with pid=6, OS id=3276
    CKPT started with pid=7, OS id=3156
    SMON started with pid=8, OS id=1140
    RECO started with pid=9, OS id=3412
    CJQ0 started with pid=10, OS id=3416
    MMON started with pid=11, OS id=2400
    MMNL started with pid=12, OS id=4044
    Sat Oct 27 00:54:13 2007
    CREATE DATABASE ISM CONTROLFILE REUSE  MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 254 MAXINSTANCES 50 NOARCHIVELOG CHARACTER SET UTF8 NATIONAL CHARACTER SET UTF8 DATAFILE 'D:\oracle\ISM\sapdata1\system_1\system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M EXTENT MANAGEMENT LOCAL DEFAULT TEMPORARY TABLESPACE PSAPTEMP TEMPFILE 'D:\oracle\ISM\sapdata1\temp_1\temp.data1' SIZE 570M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M UNDO TABLESPACE PSAPUNDO DATAFILE 'D:\oracle\ISM\sapdata1\undo_1\undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M SYSAUX DATAFILE 'D:\oracle\ISM\sapdata1\sysaux_1\sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    LOGFILE GROUP 1 ('D:\oracle\ISM/origlogA/log_g11m1.dbf',
    'D:\oracle\ISM/mirrlogA/log_g11m2.dbf') SIZE 50M  REUSE ,
    GROUP 2 ('D:\oracle\ISM/origlogB/log_g12m1.dbf',
    'D:\oracle\ISM/mirrlogB/log_g12m2.dbf') SIZE 50M  REUSE ,
    GROUP 3 ('D:\oracle\ISM/origlogA/log_g13m1.dbf',
    'D:\oracle\ISM/mirrlogA/log_g13m2.dbf') SIZE 50M  REUSE ,
    GROUP 4 ('D:\oracle\ISM/origlogB/log_g14m1.dbf',
    'D:\oracle\ISM/mirrlogB/log_g14m2.dbf') SIZE 50M  REUSE
    Sat Oct 27 00:54:14 2007
    Database mounted in Exclusive Mode
    Sat Oct 27 00:54:20 2007
    Successful mount of redo thread 1, with mount id 2062190453
    Assigning activation ID 2062190453 (0x7aea8775)
    Thread 1 opened at log sequence 1
      Current log# 1 seq# 1 mem# 0: D:\ORACLE\ISM\ORIGLOGA\LOG_G11M1.DBF
      Current log# 1 seq# 1 mem# 1: D:\ORACLE\ISM\MIRRLOGA\LOG_G11M2.DBF
    Successful open of redo thread 1
    Sat Oct 27 00:54:20 2007
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sat Oct 27 00:54:20 2007
    SMON: enabling cache recovery
    Sat Oct 27 00:54:20 2007
    create tablespace SYSTEM datafile  'D:\oracle\ISM\sapdata1\system_1\system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL online
    Sat Oct 27 00:54:22 2007
    Incremental checkpoint up to RBA [0x1.3.0], current log tail at RBA [0x1.3.0]
    Sat Oct 27 00:54:23 2007
    Completed: create tablespace SYSTEM datafile  'D:\oracle\ISM\sapdata1\system_1\system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL online
    Sat Oct 27 00:54:23 2007
    create rollback segment SYSTEM tablespace SYSTEM
      storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
      storage (initial 50K next 50K)
    Sat Oct 27 00:54:28 2007
    CREATE UNDO TABLESPACE PSAPUNDO DATAFILE  'D:\oracle\ISM\sapdata1\undo_1\undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Sat Oct 27 00:54:34 2007
    Successfully onlined Undo Tablespace 1.
    Completed: CREATE UNDO TABLESPACE PSAPUNDO DATAFILE  'D:\oracle\ISM\sapdata1\undo_1\undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Sat Oct 27 00:54:34 2007
    create tablespace SYSAUX datafile  'D:\oracle\ISM\sapdata1\sysaux_1\sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO online
    Completed: create tablespace SYSAUX datafile  'D:\oracle\ISM\sapdata1\sysaux_1\sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO online
    Sat Oct 27 00:54:36 2007
    CREATE TEMPORARY TABLESPACE PSAPTEMP TEMPFILE  'D:\oracle\ISM\sapdata1\temp_1\temp.data1' SIZE 570M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Completed: CREATE TEMPORARY TABLESPACE PSAPTEMP TEMPFILE  'D:\oracle\ISM\sapdata1\temp_1\temp.data1' SIZE 570M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Sat Oct 27 00:54:36 2007
    ALTER DATABASE DEFAULT TEMPORARY TABLESPACE PSAPTEMP
    Completed: ALTER DATABASE DEFAULT TEMPORARY TABLESPACE PSAPTEMP
    Sat Oct 27 00:54:36 2007
    ALTER DATABASE DEFAULT TABLESPACE SYSTEM
    Completed: ALTER DATABASE DEFAULT TABLESPACE SYSTEM
    Sat Oct 27 00:54:38 2007
    SMON: enabling tx recovery
    Sat Oct 27 00:54:38 2007
    Beginning local checkpoint up to RBA [0x1.7651.10], SCN: 10575
    Completed checkpoint up to RBA [0x1.7651.10], SCN: 10575
    Threshold validation cannot be done before catproc is loaded.
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=14, OS id=3748
    Sat Oct 27 00:54:39 2007
    Completed: CREATE DATABASE ISM CONTROLFILE REUSE  MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 254 MAXINSTANCES 50 NOARCHIVELOG CHARACTER SET UTF8 NATIONAL CHARACTER SET UTF8 DATAFILE 'D:\oracle\ISM\sapdata1\system_1\system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M EXTENT MANAGEMENT LOCAL DEFAULT TEMPORARY TABLESPACE PSAPTEMP TEMPFILE 'D:\oracle\ISM\sapdata1\temp_1\temp.data1' SIZE 570M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M UNDO TABLESPACE PSAPUNDO DATAFILE 'D:\oracle\ISM\sapdata1\undo_1\undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M SYSAUX DATAFILE 'D:\oracle\ISM\sapdata1\sysaux_1\sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    LOGFILE GROUP 1 ('D:\oracle\ISM/origlogA/log_g11m1.dbf',
    'D:\oracle\ISM/mirrlogA/log_g11m2.dbf') SIZE 50M  REUSE ,
    GROUP 2 ('D:\oracle\ISM/origlogB/log_g12m1.dbf',
    'D:\oracle\ISM/mirrlogB/log_g12m2.dbf') SIZE 50M  REUSE ,
    GROUP 3 ('D:\oracle\ISM/origlogA/log_g13m1.dbf',
    'D:\oracle\ISM/mirrlogA/log_g13m2.dbf') SIZE 50M  REUSE ,
    GROUP 4 ('D:\oracle\ISM/origlogB/log_g14m1.dbf',
    'D:\oracle\ISM/mirrlogB/log_g14m2.dbf') SIZE 50M  REUSE
    Sat Oct 27 00:55:11 2007
    Beginning log switch checkpoint up to RBA [0x2.2.10], SCN: 36538
    Thread 1 advanced to log sequence 2
      Current log# 2 seq# 2 mem# 0: D:\ORACLE\ISM\ORIGLOGB\LOG_G12M1.DBF
      Current log# 2 seq# 2 mem# 1: D:\ORACLE\ISM\MIRRLOGB\LOG_G12M2.DBF
    Sat Oct 27 00:55:56 2007
    Beginning log switch checkpoint up to RBA [0x3.2.10], SCN: 63439
    Thread 1 advanced to log sequence 3
      Current log# 3 seq# 3 mem# 0: D:\ORACLE\ISM\ORIGLOGA\LOG_G13M1.DBF
      Current log# 3 seq# 3 mem# 1: D:\ORACLE\ISM\MIRRLOGA\LOG_G13M2.DBF
    Sat Oct 27 00:56:36 2007
    Beginning log switch checkpoint up to RBA [0x4.2.10], SCN: 81543
    Thread 1 advanced to log sequence 4
      Current log# 4 seq# 4 mem# 0: D:\ORACLE\ISM\ORIGLOGB\LOG_G14M1.DBF
      Current log# 4 seq# 4 mem# 1: D:\ORACLE\ISM\MIRRLOGB\LOG_G14M2.DBF
    Sat Oct 27 00:56:48 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2802K exceeds notification threshold (2048K)
    Sat Oct 27 00:56:48 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2795K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on PLUGGABLE_SET_CHECK to SELECT_CATALOG_ROLE
    Sat Oct 27 00:56:49 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2791K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on PLUGGABLE_SET_CHECK to SELECT_CATALOG_ROLE
    Sat Oct 27 00:56:54 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3161K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :select a.*,   case when      input_bytes/decode(output_bytes, 0, null, output_bytes) > 1   then      input_bytes/decode(output_bytes, 0, null, output_bytes)   else 1 end compression_ratio,   sys.dbms_rcvman.num2displaysize(input_bytes) input_bytes_display,   sys.dbms_rcvman.num2displaysize(output_bytes) output_bytes_display  from (select sum(num_files_backed) num_files_backed,       sum(distinct_files_backed) distinct_files_backed,       min(min_first_change#) min_first_change#,       max(max_next_change#)
    Sat Oct 27 00:57:23 2007
    Completed checkpoint up to RBA [0x2.2.10], SCN: 36538
    Sat Oct 27 00:57:29 2007
    Beginning log switch checkpoint up to RBA [0x5.2.10], SCN: 97101
    Thread 1 advanced to log sequence 5
      Current log# 1 seq# 5 mem# 0: D:\ORACLE\ISM\ORIGLOGA\LOG_G11M1.DBF
      Current log# 1 seq# 5 mem# 1: D:\ORACLE\ISM\MIRRLOGA\LOG_G11M2.DBF
    Sat Oct 27 00:57:30 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2092K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_iont_view to select_catalog_role
    Sat Oct 27 00:57:30 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2092K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_iont_view to select_catalog_role
    Sat Oct 27 00:57:31 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 4682K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:31 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5138K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_nt_parent_view to select_catalog_role
    Sat Oct 27 00:57:31 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5135K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_nt_parent_view to select_catalog_role
    Sat Oct 27 00:57:31 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2251K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:32 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2386K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_htable_view to public
    Sat Oct 27 00:57:32 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2384K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_htable_view to public
    Sat Oct 27 00:57:32 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2298K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:32 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2484K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_htable_view to public
    Sat Oct 27 00:57:32 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2481K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_htable_view to public
    Sat Oct 27 00:57:32 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3342K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:33 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3566K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_phtable_view to public
    Sat Oct 27 00:57:33 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3562K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_phtable_view to public
    Sat Oct 27 00:57:33 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3397K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:33 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3702K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_phtable_view to public
    Sat Oct 27 00:57:33 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3701K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_phtable_view to public
    Sat Oct 27 00:57:34 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7593K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:35 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8426K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_fhtable_view to public
    Sat Oct 27 00:57:35 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8424K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_fhtable_view to public
    Sat Oct 27 00:57:36 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7676K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:36 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8666K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_fhtable_view to public
    Sat Oct 27 00:57:36 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8664K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_fhtable_view to public
    Sat Oct 27 00:57:37 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8853K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:38 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9776K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_pfhtable_view to public
    Sat Oct 27 00:57:38 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9774K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_pfhtable_view to public
    Sat Oct 27 00:57:39 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8946K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:40 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 10060K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_pfhtable_view to public
    Sat Oct 27 00:57:40 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 10057K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_pfhtable_view to public
    Sat Oct 27 00:57:41 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7546K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:42 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8378K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_iotable_view to public
    Sat Oct 27 00:57:42 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8376K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_iotable_view to public
    Sat Oct 27 00:57:42 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7626K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:43 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8617K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_iotable_view to public
    Sat Oct 27 00:57:43 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8616K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_iotable_view to public
    Sat Oct 27 00:57:44 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8305K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:45 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9203K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_piotable_view to public
    Sat Oct 27 00:57:45 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9203K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_piotable_view to public
    Sat Oct 27 00:57:46 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8396K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:47 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9475K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_piotable_view to public
    Sat Oct 27 00:57:47 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9473K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_piotable_view to public
    Sat Oct 27 00:57:48 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2424K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:48 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2654K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_table_data_view to public
    Sat Oct 27 00:57:48 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2651K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_table_data_view to public
    Sat Oct 27 00:57:48 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2430K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:49 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2658K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_table_data_view to public
    Sat Oct 27 00:57:49 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2657K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_10_1_table_data_view to public
    Sat Oct 27 00:57:51 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2526K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:51 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2717K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_view_view to public
    Sat Oct 27 00:57:51 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2716K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_view_view to public
    Sat Oct 27 00:57:54 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3482K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:54 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3785K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_h_view to public
    Sat Oct 27 00:57:54 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3784K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_h_view to public
    Sat Oct 27 00:57:54 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 4586K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:54 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5007K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_ph_view to public
    Sat Oct 27 00:57:55 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5004K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_ph_view to public
    Sat Oct 27 00:57:56 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8871K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:56 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9977K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_fh_view to public
    Sat Oct 27 00:57:56 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9976K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_fh_view to public
    Sat Oct 27 00:57:58 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 10142K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:57:58 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 11371K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_pfh_view to public
    Sat Oct 27 00:57:58 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 11369K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_pfh_view to public
    Sat Oct 27 00:57:59 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8811K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:58:00 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9920K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_iot_view to public
    Sat Oct 27 00:58:00 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9919K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_iot_view to public
    Sat Oct 27 00:58:01 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9583K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:58:02 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 10777K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_piot_view to public
    Sat Oct 27 00:58:02 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 10774K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_piot_view to public
    Sat Oct 27 00:58:03 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2350K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:58:04 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2546K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_log_h_view to public
    Sat Oct 27 00:58:04 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2545K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_log_h_view to public
    Sat Oct 27 00:58:04 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3449K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:58:04 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3768K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_log_ph_view to public
    Sat Oct 27 00:58:04 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3765K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_log_ph_view to public
    Sat Oct 27 00:58:05 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7736K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:58:05 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8738K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_log_fh_view to public
    Sat Oct 27 00:58:05 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8737K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_log_fh_view to public
    Sat Oct 27 00:58:07 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9008K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:58:07 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 10132K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_log_pfh_view to public
    Sat Oct 27 00:58:07 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 10130K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on ku$_m_view_log_pfh_view to public
    Sat Oct 27 00:58:40 2007
    Thread 1 cannot allocate new log, sequence 6
    Checkpoint not complete
      Current log# 1 seq# 5 mem# 0: D:\ORACLE\ISM\ORIGLOGA\LOG_G11M1.DBF
      Current log# 1 seq# 5 mem# 1: D:\ORACLE\ISM\MIRRLOGA\LOG_G11M2.DBF
    Sat Oct 27 00:58:40 2007
    Completed checkpoint up to RBA [0x3.2.10], SCN: 63439
    Sat Oct 27 00:58:40 2007
    Beginning log switch checkpoint up to RBA [0x6.2.10], SCN: 108137
    Thread 1 advanced to log sequence 6
      Current log# 2 seq# 6 mem# 0: D:\ORACLE\ISM\ORIGLOGB\LOG_G12M1.DBF
      Current log# 2 seq# 6 mem# 1: D:\ORACLE\ISM\MIRRLOGB\LOG_G12M2.DBF
    Sat Oct 27 00:58:41 2007
    Completed checkpoint up to RBA [0x4.2.10], SCN: 81543
    Sat Oct 27 00:59:00 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2403K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:59:00 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2322K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on "_ALL_REPCOLUMN_GROUP" to PUBLIC with grant option
    Sat Oct 27 00:59:00 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2321K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on "_ALL_REPCOLUMN_GROUP" to PUBLIC with grant option
    Sat Oct 27 00:59:01 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2490K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    Sat Oct 27 00:59:01 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2406K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on "_ALL_REPRESOLUTION" to public with grant option
    Sat Oct 27 00:59:01 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2404K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_3540.trc
    KGL object name :grant select on "_ALL_REPRESOLUTION" to public with grant option
    Sat Oct 27 00:59:37 2007
    Beginning log switch checkpoint up to RBA [0x7.2.10], SCN: 124713
    Thread 1 advanced to log sequence 7
      Current log# 3 seq# 7 mem# 0: D:\ORACLE\ISM\ORIGLOGA\LOG_G13M1.DBF
      Current log# 3 seq# 7 mem# 1: D:\ORACLE\ISM\MIRRLOGA\LOG_G13M2.DBF
    Sat Oct 27 01:00:22 2007
    Completed checkpoint up to RBA [0x5.2.10], SCN: 97101
    Sat Oct 27 01:01:27 2007
    Beginning log switch checkpoint up to RBA [0x8.2.10], SCN: 145198
    Thread 1 advanced to log sequence 8
      Current log# 4 seq# 8 mem# 0: D:\ORACLE\ISM\ORIGLOGB\LOG_G14M1.DBF
      Current log# 4 seq# 8 mem# 1: D:\ORACLE\ISM\MIRRLOGB\LOG_G14M2.DBF
    Sat Oct 27 01:03:44 2007
    Completed checkpoint up to RBA [0x6.2.10], SCN: 108137
    Sat Oct 27 01:04:41 2007
    Completed checkpoint up to RBA [0x7.2.10], SCN: 124713
    Sat Oct 27 01:06:29 2007
    Completed checkpoint up to RBA [0x8.2.10], SCN: 145198
    Dump file d:\oracle\ism\saptrace\background\alert_ism.log
    Sat Oct 27 04:22:06 2007
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU                 : 2 - type 586, 2 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:3208M/3839M, Ph+PgF:11219M/11678M, VA:1928M/2047M
    Sat Oct 27 04:22:06 2007
    Starting ORACLE instance (normal)
    Sat Oct 27 04:22:06 2007
    Specified value of sga_max_size is too small, bumping to 952107008
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    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:
      processes                = 80
      sessions                 = 96
      event                    = 10191 trace name context forever, level 1
      sga_max_size             = 952107008
      shared_pool_size         = 461373440
      shared_pool_reserved_size= 45911900
      filesystemio_options     = setall
      control_files            = D:\ORACLE\ISM\ORIGLOGA\CNTRL\CNTLRISM.DBF, D:\ORACLE\ISM\ORIGLOGB\CNTRL\CNTRLISM.DBF, D:\ORACLE\ISM\SAPDATA1\CNTRL\CNTRLISM.DBF
      control_file_record_keep_time= 30
      db_block_size            = 8192
      db_cache_size            = 461373440
      compatible               = 10.2.0
      log_archive_dest         = D:\oracle\ISM\oraarch\ISMarch
      log_buffer               = 2894848
      log_checkpoint_interval  = 0
      db_files                 = 254
      log_checkpoints_to_alert = TRUE
      dml_locks                = 4000
      undo_management          = AUTO
      undo_tablespace          = PSAPUNDO
      undo_retention           = 43200
      recyclebin               = off
      remote_os_authent        = TRUE
      remote_login_passwordfile= EXCLUSIVE
      job_queue_processes      = 1
      background_dump_dest     = D:\ORACLE\ISM\SAPTRACE\BACKGROUND
      user_dump_dest           = D:\ORACLE\ISM\SAPTRACE\USERTRACE
      core_dump_dest           = D:\ORACLE\ISM\SAPTRACE\BACKGROUND
      optimizer_features_enable= 10.2.0.1
      sort_area_size           = 2097152
      sort_area_retained_size  = 0
      db_name                  = ISM
      open_cursors             = 800
      optimpeek_user_binds   = FALSE
      pga_aggregate_target     = 612158668
      workarea_size_policy     = AUTO
      statistics_level         = typical
    MMAN started with pid=4, OS id=1944
    DBW0 started with pid=5, OS id=1936
    LGWR started with pid=6, OS id=3128
    CKPT started with pid=7, OS id=2692
    SMON started with pid=8, OS id=2052
    RECO started with pid=9, OS id=2060
    CJQ0 started with pid=10, OS id=2040
    MMON started with pid=11, OS id=2056
    MMNL started with pid=12, OS id=1128
    PSP0 started with pid=3, OS id=2000
    PMON started with pid=2, OS id=1724
    Sat Oct 27 04:22:35 2007
    CREATE DATABASE ISM CONTROLFILE REUSE  MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 254 MAXINSTANCES 50 NOARCHIVELOG CHARACTER SET UTF8 NATIONAL CHARACTER SET UTF8 DATAFILE 'D:\oracle\ISM\sapdata1\system_1\system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M EXTENT MANAGEMENT LOCAL DEFAULT TEMPORARY TABLESPACE PSAPTEMP TEMPFILE 'D:\oracle\ISM\sapdata1\temp_1\temp.data1' SIZE 570M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M UNDO TABLESPACE PSAPUNDO DATAFILE 'D:\oracle\ISM\sapdata1\undo_1\undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M SYSAUX DATAFILE 'D:\oracle\ISM\sapdata1\sysaux_1\sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    LOGFILE GROUP 1 ('D:\oracle\ISM/origlogA/log_g11m1.dbf',
    'D:\oracle\ISM/mirrlogA/log_g11m2.dbf') SIZE 50M  REUSE ,
    GROUP 2 ('D:\oracle\ISM/origlogB/log_g12m1.dbf',
    'D:\oracle\ISM/mirrlogB/log_g12m2.dbf') SIZE 50M  REUSE ,
    GROUP 3 ('D:\oracle\ISM/origlogA/log_g13m1.dbf',
    'D:\oracle\ISM/mirrlogA/log_g13m2.dbf') SIZE 50M  REUSE ,
    GROUP 4 ('D:\oracle\ISM/origlogB/log_g14m1.dbf',
    'D:\oracle\ISM/mirrlogB/log_g14m2.dbf') SIZE 50M  REUSE
    Sat Oct 27 04:22:36 2007
    Database mounted in Exclusive Mode
    Sat Oct 27 04:22:40 2007
    Successful mount of redo thread 1, with mount id 2062132555
    Assigning activation ID 2062132555 (0x7ae9a54b)
    Thread 1 opened at log sequence 1
      Current log# 1 seq# 1 mem# 0: D:\ORACLE\ISM\ORIGLOGA\LOG_G11M1.DBF
      Current log# 1 seq# 1 mem# 1: D:\ORACLE\ISM\MIRRLOGA\LOG_G11M2.DBF
    Successful open of redo thread 1
    Sat Oct 27 04:22:40 2007
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sat Oct 27 04:22:40 2007
    SMON: enabling cache recovery
    Sat Oct 27 04:22:40 2007
    create tablespace SYSTEM datafile  'D:\oracle\ISM\sapdata1\system_1\system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL online
    Sat Oct 27 04:22:41 2007
    Incremental checkpoint up to RBA [0x1.3.0], current log tail at RBA [0x1.3.0]
    Sat Oct 27 04:22:44 2007
    Completed: create tablespace SYSTEM datafile  'D:\oracle\ISM\sapdata1\system_1\system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL online
    Sat Oct 27 04:22:44 2007
    create rollback segment SYSTEM tablespace SYSTEM
      storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
      storage (initial 50K next 50K)
    Sat Oct 27 04:22:49 2007
    CREATE UNDO TABLESPACE PSAPUNDO DATAFILE  'D:\oracle\ISM\sapdata1\undo_1\undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Sat Oct 27 04:22:54 2007
    Successfully onlined Undo Tablespace 1.
    Completed: CREATE UNDO TABLESPACE PSAPUNDO DATAFILE  'D:\oracle\ISM\sapdata1\undo_1\undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Sat Oct 27 04:22:54 2007
    create tablespace SYSAUX datafile  'D:\oracle\ISM\sapdata1\sysaux_1\sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO online
    Completed: create tablespace SYSAUX datafile  'D:\oracle\ISM\sapdata1\sysaux_1\sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO online
    Sat Oct 27 04:22:57 2007
    CREATE TEMPORARY TABLESPACE PSAPTEMP TEMPFILE  'D:\oracle\ISM\sapdata1\temp_1\temp.data1' SIZE 570M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Completed: CREATE TEMPORARY TABLESPACE PSAPTEMP TEMPFILE  'D:\oracle\ISM\sapdata1\temp_1\temp.data1' SIZE 570M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Sat Oct 27 04:22:57 2007
    ALTER DATABASE DEFAULT TEMPORARY TABLESPACE PSAPTEMP
    Completed: ALTER DATABASE DEFAULT TEMPORARY TABLESPACE PSAPTEMP
    Sat Oct 27 04:22:57 2007
    ALTER DATABASE DEFAULT TABLESPACE SYSTEM
    Completed: ALTER DATABASE DEFAULT TABLESPACE SYSTEM
    Sat Oct 27 04:22:59 2007
    SMON: enabling tx recovery
    Sat Oct 27 04:22:59 2007
    Beginning local checkpoint up to RBA [0x1.75fb.10], SCN: 10621
    Completed checkpoint up to RBA [0x1.75fb.10], SCN: 10621
    Threshold validation cannot be done before catproc is loaded.
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=14, OS id=2128
    Sat Oct 27 04:23:01 2007
    Completed: CREATE DATABASE ISM CONTROLFILE REUSE  MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 254 MAXINSTANCES 50 NOARCHIVELOG CHARACTER SET UTF8 NATIONAL CHARACTER SET UTF8 DATAFILE 'D:\oracle\ISM\sapdata1\system_1\system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M EXTENT MANAGEMENT LOCAL DEFAULT TEMPORARY TABLESPACE PSAPTEMP TEMPFILE 'D:\oracle\ISM\sapdata1\temp_1\temp.data1' SIZE 570M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M UNDO TABLESPACE PSAPUNDO DATAFILE 'D:\oracle\ISM\sapdata1\undo_1\undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M SYSAUX DATAFILE 'D:\oracle\ISM\sapdata1\sysaux_1\sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    LOGFILE GROUP 1 ('D:\oracle\ISM/origlogA/log_g11m1.dbf',
    'D:\oracle\ISM/mirrlogA/log_g11m2.dbf') SIZE 50M  REUSE ,
    GROUP 2 ('D:\oracle\ISM/origlogB/log_g12m1.dbf',
    'D:\oracle\ISM/mirrlogB/log_g12m2.dbf') SIZE 50M  REUSE ,
    GROUP 3 ('D:\oracle\ISM/origlogA/log_g13m1.dbf',
    'D:\oracle\ISM/mirrlogA/log_g13m2.dbf') SIZE 50M  REUSE ,
    GROUP 4 ('D:\oracle\ISM/origlogB/log_g14m1.dbf',
    'D:\oracle\ISM/mirrlogB/log_g14m2.dbf') SIZE 50M  REUSE
    Sat Oct 27 04:23:32 2007
    Beginning log switch checkpoint up to RBA [0x2.2.10], SCN: 36577
    Thread 1 advanced to log sequence 2
      Current log# 2 seq# 2 mem# 0: D:\ORACLE\ISM\ORIGLOGB\LOG_G12M1.DBF
      Current log# 2 seq# 2 mem# 1: D:\ORACLE\ISM\MIRRLOGB\LOG_G12M2.DBF
    Sat Oct 27 04:24:32 2007
    Beginning log switch checkpoint up to RBA [0x3.2.10], SCN: 63599
    Thread 1 advanced to log sequence 3
      Current log# 3 seq# 3 mem# 0: D:\ORACLE\ISM\ORIGLOGA\LOG_G13M1.DBF
      Current log# 3 seq# 3 mem# 1: D:\ORACLE\ISM\MIRRLOGA\LOG_G13M2.DBF
    Sat Oct 27 04:25:09 2007
    Beginning log switch checkpoint up to RBA [0x4.2.10], SCN: 81508
    Thread 1 advanced to log sequence 4
      Current log# 4 seq# 4 mem# 0: D:\ORACLE\ISM\ORIGLOGB\LOG_G14M1.DBF
      Current log# 4 seq# 4 mem# 1: D:\ORACLE\ISM\MIRRLOGB\LOG_G14M2.DBF
    Sat Oct 27 04:25:20 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2802K exceeds notification threshold (2048K)
    Sat Oct 27 04:25:20 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2795K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on PLUGGABLE_SET_CHECK to SELECT_CATALOG_ROLE
    Sat Oct 27 04:25:21 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2791K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on PLUGGABLE_SET_CHECK to SELECT_CATALOG_ROLE
    Sat Oct 27 04:25:26 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3161K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :select a.*,   case when      input_bytes/decode(output_bytes, 0, null, output_bytes) > 1   then      input_bytes/decode(output_bytes, 0, null, output_bytes)   else 1 end compression_ratio,   sys.dbms_rcvman.num2displaysize(input_bytes) input_bytes_display,   sys.dbms_rcvman.num2displaysize(output_bytes) output_bytes_display  from (select sum(num_files_backed) num_files_backed,       sum(distinct_files_backed) distinct_files_backed,       min(min_first_change#) min_first_change#,       max(max_next_change#)
    Sat Oct 27 04:25:54 2007
    Completed checkpoint up to RBA [0x2.2.10], SCN: 36577
    Sat Oct 27 04:25:59 2007
    Beginning log switch checkpoint up to RBA [0x5.2.10], SCN: 97222
    Thread 1 advanced to log sequence 5
      Current log# 1 seq# 5 mem# 0: D:\ORACLE\ISM\ORIGLOGA\LOG_G11M1.DBF
      Current log# 1 seq# 5 mem# 1: D:\ORACLE\ISM\MIRRLOGA\LOG_G11M2.DBF
    Sat Oct 27 04:26:00 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2092K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_iont_view to select_catalog_role
    Sat Oct 27 04:26:00 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2092K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_iont_view to select_catalog_role
    Sat Oct 27 04:26:01 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 4682K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    Sat Oct 27 04:26:01 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5138K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_nt_parent_view to select_catalog_role
    Sat Oct 27 04:26:01 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5135K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_nt_parent_view to select_catalog_role
    Sat Oct 27 04:26:02 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2251K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    Sat Oct 27 04:26:02 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2386K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_htable_view to public
    Sat Oct 27 04:26:02 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2384K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_htable_view to public
    Sat Oct 27 04:26:02 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2298K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    Sat Oct 27 04:26:02 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2484K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_10_1_htable_view to public
    Sat Oct 27 04:26:02 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2481K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_10_1_htable_view to public
    Sat Oct 27 04:26:03 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3342K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    Sat Oct 27 04:26:03 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3566K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_phtable_view to public
    Sat Oct 27 04:26:03 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3562K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_phtable_view to public
    Sat Oct 27 04:26:03 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3397K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    Sat Oct 27 04:26:03 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3702K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_10_1_phtable_view to public
    Sat Oct 27 04:26:03 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3701K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_10_1_phtable_view to public
    Sat Oct 27 04:26:04 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7593K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    Sat Oct 27 04:26:05 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8426K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_fhtable_view to public
    Sat Oct 27 04:26:05 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8424K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_fhtable_view to public
    Sat Oct 27 04:26:06 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7676K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    Sat Oct 27 04:26:06 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8666K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_10_1_fhtable_view to public
    Sat Oct 27 04:26:06 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8664K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_10_1_fhtable_view to public
    Sat Oct 27 04:26:08 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8853K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    Sat Oct 27 04:26:08 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9776K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_pfhtable_view to public
    Sat Oct 27 04:26:08 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 9774K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_pfhtable_view to public
    Sat Oct 27 04:26:09 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8946K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    Sat Oct 27 04:26:10 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 10060K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_10_1_pfhtable_view to public
    Sat Oct 27 04:26:10 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 10057K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_10_1_pfhtable_view to public
    Sat Oct 27 04:26:11 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7546K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    Sat Oct 27 04:26:12 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8378K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_iotable_view to public
    Sat Oct 27 04:26:12 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8376K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_iotable_view to public
    Sat Oct 27 04:26:12 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7626K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    Sat Oct 27 04:26:13 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8617K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_10_1_iotable_view to public
    Sat Oct 27 04:26:13 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8616K exceeds notification threshold (2048K)
    Details in trace file d:\oracle\ism\saptrace\usertrace\ism_ora_2528.trc
    KGL object name :grant select on ku$_10_1_iotable_view to public
    Sat Oct 27 04:26:14 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 8307K exceeds notification th

  • ORA-00257: archiver error. Connect internal only

    Hello everyone,
    On 10gR2, if we face the above error, the system would hang for some time. During this time no one will be able to connect. SYSDBA session will hang and wont give you SQL prompt quickly.
    I want to know if there is any way to remove this time gap.
    thanks

    Hello,
    The ORA-00257 is likely due to a lack of space which prevent generating Archived redologs:
    ORA-00257: archiver error. Connect internal only, until freed.
    Cause: The archiver process received an error while trying to archive a redo log. If the problem
    is not resolved soon, the database will stop executing transactions. The most likely cause of this
    message is the destination device is out of space to store the redo log file.
    Action: Check archiver trace file for a detailed description of the problem. Also verify that the
    device specified in the initialization parameter ARCHIVE_LOG_DEST is set up properly for archiving.So check for a File System full and the use of the Flash Recovery Area (FRA).
    The following Note from MOS explains how to check the FRA and how to free space in it:
    How to Resolve ORA-00257: Archiver is Stuck Error in 10g? [ID 278308.1]
    The database hungs for some time even after clearing the archive log destination. And it is this time that I want to reduce.I think that the best way is to monitore the Archive destination so that you can clear the space before the Database hang.
    If you use EM Database Control, you may set some Alert Notification. More over, you have the specific Archive Full Metric:
    http://download.oracle.com/docs/cd/B19306_01/em.102/b25986/oracle_database.htm#sthref540
    Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Jul 24, 2011 10:46 PM

  • ORA-00257: archiver error. Connect internal only, until freed. (DBD ERROR:

    Dear All,
    Couple of days ago I changed my database mode to archive.
    Database server is 1-gR2 on Linux.
    Today i have got this error:
    ORA-00257: archiver error. Connect internal only, until freed.
    Kindly help me to strat DB again. How to get rid of this error.
    Thanks, Imran

    This is not a tempory solution, but the way how You should proceed.
    You should regulary backup up database and archive logs and delete the latter in order to prevent such problems.
    I would sugest to monitor how fast archive logs are generating and then implement regular archive log backup and deletion. For some site it would be enough to backup and delete once per week, for some there will be need to backup several times per day.

  • ORA-00257: archiver error. Connect internal only, until freed in RAC

    Hi All,
    I have installed 2-node 10gR2 RAC on RHEL4 with MSA 1000 as a shared storage. I am using ASM to store the databases files and archive log files in different diskgroups. The ASM diskgroup where archive log file stored is of 100GB size with RAID5 enabled. The database is Archive enabled. I imported only one schema of 4GB of size to the RAC db. today i'm getting "ORA-00257: archiver error. Connect internal only, until freed". Now, i want to stop the archive log mode remove files.
    1. How can i can change the archive log mode to NOARCHIVELOG mode in RAC db?
    2. How can i delete archive log files after changing the archivelog mode from ASM? I dont want take a backup of the database as the data is not important.
    Please help..my RAC db is freezed...
    Thanks,
    Praveen

    How can i rectify this permanentlyHow do you rectify this "error" everytime you get it ? If you are clearing / deleting files in the db_recovery_file_dest location than you would know that you should either
    a. Increaes db_recovery_file_dest_size (ensuring that the filesystem does have that much space, else increase the filesystem size as well !)
    b. retain fewer files in this location (reduce retention or redundancy)
    If you aren't using a db_recovery_file_dest or the archivelogs are going elsewhere and you are manually purging archivelogs, you should look at increasing the size of the available filesystem.
    If you are retaining multiple days archivelogs on disk, and running daily full backups, re-consider why you have multiple days archivelogs on disk.
    If the problem occurs because of large batch jobs generating a large quantum of redo, either buy enough disk space OR rre-consider the jobs.

  • Alert: WebServices connectivity (Internal) transaction failure - The credentials can't be used to test Web Services.

    Hi.
    Could you please help me to resolve this issue.
    I have SCOM 2012 installed to monitor environment with Exchnage 2010 SP3. There are 2 sites with Exchnage servers within the organization. There are 2 mailboxes being created to test both sites.
    I am getting following alert:
    Alert: WebServices connectivity (Internal) transaction failure - The credentials can't be used to test Web Services.
    description: The test mailbox was not initialized. Run new-TestCasConnectivityUser.ps1 to ensure that the test mailbox is created.
    Detailed information: 
    [Microsoft.Exchange.Monitoring.CasHealthUserNotFoundException]: The user wasn't found in Active Directory. UserPrincipalName: extest*****@****.local. Additional error information: [System.Security.SecurityException]:
    Logon failure: unknown user name or bad password.
    Diagnostic command: "Test-WebServicesConnectivity -MonitoringContext:$true -TrustAnySSLCertificate:$true -LightMode:$true"
    EventSourceName: MSExchange Monitoring WebServicesConnectivity Internal
    I have tried the next steps:
    1. Verified that mailbox is exist and it's not locked (same for the second mailbox)
    2. Deleted those mailboxes and created  a new  using new-TestCasConnectivityUser.ps1  verified that this mailbox is visible on all DC's accross the forest (both mailboxes)
    and that temporary password was accepted;
    3. Cleared the cache on the SCOM 2012;
    4. Still getting the same alert
    I will really appriciate any help.
    Thanks.

    Hi,
    Hope these posts help you:
    http://thoughtsonopsmgr.blogspot.ca/2013/11/exchange-server-2010-mp-no-synthetic.html
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/437f2bbb-cd96-40c3-8c56-6d4d176a9520/exchange-2010-mp-constantly-throws-webservices-connectivity-internal-transaction-failure?forum=operationsmanagermgmtpacks
    Natalya
    ### If my post helped you, please take a moment to Vote as Helpful and\or Mark as an Answer

Maybe you are looking for

  • Memory full error while playing video in N8.... Pl...

    Hi All, I am getting memory full error while playing movie..... it plays for abt 5 minutes & then the error message pops up and the application shuts down..... I have checked C:, D: & E: & they have enough free space..... but i did find any solution.

  • Problem to trigger breakpoint in function module of idoc

    Hi, We have requirement to write the additional code in function module in IDOC to fulfill the one of business requirement.  To write the code in the function module we put the breakpoint in function module but the function module is not triggering t

  • CLR error 80004005

    I installed a software on my sony vaio with OS windows 7. I ran the software but got CLR error:80004005. I have Microsoft .Net Framework 1.1, Microsoft .Net Framework 4 Client Profile, Microsoft .Net Framework 4 Extended . Any help will be greatly ap

  • Problem in opening J2EE server..

    Dear all, When i write the address of my J2EE server in the internet browser and try to open it. The system gives an error saying that..<b>The following error occurred: [code=GATEWAY_TIMEOUT] A gateway timeout occurred. The server is unreachable. Ret

  • SD and accounting issue

    Hi All I am facing a problem I can easily create a sales order and deliver it. but after the delivery the accounting documents shows 0 cost.earlier it was showing the exact value. also the decrease stock is not shown. can anybody help me wat can be w