Oracle Instance shows connected, yet am ORA-01012: not connected

Hi experts,

Please help to connect to my database, which unfortunately happened an hour before, but now it does not work

In the meantime I did change some stuff for my home directory permission, but later again to original permissions.

It's still haunt me...

I created my SID/HOST/PATH perfectly, attempted to verify the process at the level of the BONE, they are less, still nothing happens if the database is in place and running.

I can see it at the level of the BONE and in the alerts log...

==================


Oracle@DAP-CSW-ORA01/home/Oracle > ps - ef | grep pmon
Oracle 3145946 1 0 18 Feb - 0:44 asm_pmon_ + ASM1
Oracle 7995430 1 0 18 Feb - 0:50 ora_pmon_adobe_2
Oracle 13828212 11141232 0 14:59:09 pts/0 0:00 grep pmon
Oracle 7471386 1 0 18 Feb - 0:57 ora_pmon_fxss_1
Oracle@DAP-CSW-ORA01/home/Oracle > sqlplus

SQL * more: Production of liberation 11.2.0.3.0 Thu Feb 21 14:59:12 2013

Copyright (c) 1982, 2011, Oracle. All rights reserved.

Enter the user name: virtue sysdba
Connected.
SQL > show user
The USER is "SYS".
SQL > select instance_name, status from v$ Instance;
Select instance_name, status of v$ Instance
*
ERROR on line 1:
ORA-01012: not connected
Process ID: 0
Session IDs: serial number 0: 0

Now I understand... It is not a problem with something another authorization makes this mess... Although unknown...

I have a database rebounded after taking permission from the team of apps, now it works perfectly... no problem whatsoever...

But I want to know why... I don't want to deal more...

Whenever oracle installs [YES], it knows what to assign permissions and what is needed.
You should not disturb them, who are the users, groups, executables, read, write permissions before and after any change and now?
And I wanted it is interesting to know why you wanted to test these things on the production. Its like playing with fire, so be careful, otherwise it costs a lot :)

Tags: Database

Similar Questions

  • TUXEDO C server using Oracle 11 g ProC receives ORA-01012 not connected by mistake on EXEC SQL PREPARE

    Porting of some former service C code for TUXEDO that used Informix to Oracle... a trial.

    Service logic uses dynamic SQL to SQL and pre-compiler instructions to then run the

    Statement and return to the client in the form of an XML doc.

    Port is done now and during the test initial (after you have configured the TUXCONFIG, environment, Oracle DB, etc) am receiving an Oracle ORA-01012 not connected when the TUXEDO service routine tries to prepare the SQL SELECT statement.

    The statement in question is a simple "SELECT * FROM EMP".

    The server is defined in a group belonging to a group that has an OPENINFO string that connects to the Oracle DB.  This seems to be the case I see the sqlplus using the view v$ session where the user sessions connect when servers of launch.

    No idea why the EXEC SQL PREPARE is causing the server to disconnect from the DB?

    THX.

    W. MacKenzie

    It was with the inclusion of the DB = orcl tag in my OPENINFO in the TUXCONFIG.  Remove that and specify the database instance in the envfile for the configuration.  Works now.

  • Basic question on the client connection to the Fund with several oracle instance

    Oracle 11:

    I have just a basic question about how doing listener/customer determine how oracle instance to connect to:

    1 tnsnames.ora and listener defines the configuration of the host and the port is that how he comes to know? I'm just trying to understand if the request comes to the listener how listener knows what Oracle instance to route traffic to?

    2. when I do sqlplus / as sysdba how knows what Oracle instance to connect to?

    Look at the differences

    [oracle@srv01-18-102 trace]$ cat $ORACLE_HOME/network/admin/listener.ora
    
    cat: /u01/app/oracle/product/ 11.1.0/dbhome_1/network/admin/listener.ora: No such file or directory
    
    -- start listener
    
    [oracle@srv01-18-102 trace]$ lsnrctl start
    
    LSNRCTL for Linux: Version 11.1.0.7.0   on 09-JUN-2009 01:05:42
    
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    
    Starting /u01/app/oracle/product/ 11.1.0/dbhome_1/bin/tnslsnr: please wait...
    
    TNSLSNR for Linux: Version 11.1.0.7.0
    Log messages written to /u01/app/oracle/diag/tnslsnr/srv01-18-102/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=1521)))
    
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.1.0.7.0
    Start Date                09-JUN-2009 01:05:42
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         /u01/app/oracle/diag/tnslsnr/srv01-18-102/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    
    -- startup database
    
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    
    SQL> startup
    ORACLE instance started.
    
    Total System Global Area  849530880 bytes
    Fixed Size                  1346664 bytes
    Variable Size             725615512 bytes
    Database Buffers          117440512 bytes
    Redo Buffers                5128192 bytes
    Database mounted.
    Database opened.
    
    SQL> alter system register;
    
    System altered.
    
    -- check again after a while (or for registration via "alter system register")
    
    [oracle@srv01-18-102 trace]$ lsnrctl status
    
    LSNRCTL for Linux: Version 11.1.0.7.0    on 09-JUN-2009 01:05:50
    
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.1.0.7.0
    Start Date                09-JUN-2009 01:05:42
    Uptime                    0 days 0 hr. 0 min. 8 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         /u01/app/oracle/diag/tnslsnr/srv01-18-102/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=8080))(Presentation=HTTP)(Session=RAW))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "DEMO" has 1 instance(s).
      Instance "DEMO", status READY, has 1 handler(s) for this service...
    Service "DEMOXDB" has 1 instance(s).
      Instance "DEMO", status READY, has 1 handler(s) for this service...
    The command completed successfully
    
    -- BEQUEATH
    
    SQL> host
    [oracle@srv01-18-102 ~]$ set ORACLE_SID=DEMO
    [oracle@srv01-18-102 ~]$ sqlplus / as sysdba
    
    SQL*Plus: Release 11.1.0.7.0   on Tue Jun 9 01:17:42 2009
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0
    With the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    
    -- Query V$PROCESS
    
    SQL> desc v$process
    
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     ADDR                                               RAW(4)
     PID                                                NUMBER
     SPID                                               VARCHAR2(24)   <---
     USERNAME                                           VARCHAR2(15)
     SERIAL#                                            NUMBER
     TERMINAL                                           VARCHAR2(30)
     PROGRAM                                            VARCHAR2(48)
     TRACEID                                            VARCHAR2(255)
     TRACEFILE                                          VARCHAR2(513)
     BACKGROUND                                         VARCHAR2(1)
     LATCHWAIT                                          VARCHAR2(8)
     LATCHSPIN                                          VARCHAR2(8)
     PGA_USED_MEM                                       NUMBER
     PGA_ALLOC_MEM                                      NUMBER
     PGA_FREEABLE_MEM                                   NUMBER
     PGA_MAX_MEM                                        NUMBER
    
    SQL> select * from v$process where program like '%(TNS V1-V3)%';
    
    52ACC7FC         19 26000                    oracle                   2
    UNKNOWN                        [email protected] (TNS V1-V3)
    
    /u01/app/oracle/diag/rdbms/DEMO/DEMO/trace/DEMO_ora_26000.trc
                                                               1286124       2699092
             1048576     4616664
    
    1 row selected.
    
    -- "Jump to OS"
    
    SQL> host ps -ef|grep 26000
    
    oracle   26000 14346  0 01:09 ?        00:00:01 oracleDEMO (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle   27040 14346  0 01:16 pts/1    00:00:00 /bin/bash -c  ps -ef|grep 26000
    oracle   27042 27040  0 01:16 pts/1    00:00:00 grep 26000
    
    -- Connect via listener to the database
    
    -- content off tnsnames.ora
    
    [oracle@srv01-18-102 trace]$ cat $ORACLE_HOME/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/ 11.1.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    
    DEMO =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = srv01-18-102.amis.local)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = DEMO)
        )
      )
    
    [oracle@srv01-18-102 ~]$ sqlplus otn/otn@DEMO
    
    SQL*Plus: Release 11.1.0.7.0   on Tue Jun 9 01:28:52 2009
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0
    With the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    
    SQL> set head off feed on
    
    SQL> desc v$process
    
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     ADDR                                               RAW(4)
     PID                                                NUMBER
     SPID                                               VARCHAR2(24)   <---
     USERNAME                                           VARCHAR2(15)
     SERIAL#                                            NUMBER
     TERMINAL                                           VARCHAR2(30)
     PROGRAM                                            VARCHAR2(48)
     TRACEID                                            VARCHAR2(255)
     TRACEFILE                                          VARCHAR2(513)
     BACKGROUND                                         VARCHAR2(1)
     LATCHWAIT                                          VARCHAR2(8)
     LATCHSPIN                                          VARCHAR2(8)
     PGA_USED_MEM                                       NUMBER
     PGA_ALLOC_MEM                                      NUMBER
     PGA_FREEABLE_MEM                                   NUMBER
     PGA_MAX_MEM                                        NUMBER
    
    SQL> select * from v$process where spid in (27372);
    
    52ACC7FC         19 27372                    oracle                   4
    UNKNOWN                        [email protected]
    
    /u01/app/oracle/diag/rdbms/DEMO/DEMO/trace/DEMO_ora_27372.trc
                                                                705064        938372
                   0      938372
    
    -- Use info off v$process to join with v$session
    
    SQL> select * from v$session where paddr = '52ACC7FC';
    
    52112690        170          9     107441 52ACC7FC         93
    OTN                                     3 2147483644
                             ACTIVE   DEDICATED         93
    OTN                            oracle
    27370
    srv01-18-102.amis.local
    pts/1                          [email protected] (TNS V1-V3)
    USER       4C83D838     1817844678 4qpuh5jq5n6y6                0
    09-JUN-09             16777216 4C83443C      1421292656 b1vt3u9abfd3h
                    0 09-JUN-09              16777216
    
    SQL*Plus                                          3669949024
                                               0
    
                    8244            -1              0               0             0
    09-JUN-09                     0 NO  NONE          NONE       NO
    OTHER_GROUPS                     DISABLED ENABLED  ENABLED
                         0
                                                                     NOT IN WAIT
                                               41        322
    SQL*Net message to client
    driver id                                                        1413697536
    0000000054435000
    #bytes                                                                    1
    0000000000000001
                                                                              0
    
    00                  2000153315           7
    Network                                                                  -1
                  0 WAITED SHORT TIME                14
                          3730
    DEMO                                                            DISABLED FALSE
    FALSE FIRST EXEC                100 52ACC7FC               4
    
    -- Use info off V$process to look pid on OS
    
    SQL> host ps -ef | grep 27372
    
    oracle   27372     1  0 01:30 ?        00:00:00 oracleDEMO (LOCAL=NO)
    oracle   27413 27380  0 01:30 pts/1    00:00:00 /bin/bash -c  ps -ef|grep 27372
    oracle   27415 27413  0 01:30 pts/1    00:00:00 grep 27372
    
  • ORA-01092: ORACLE instance is complete. Disconnection forced

    Hi all

    I created a primary database with two databases on hold. But after completing the configuration, the primary and the first Eve began...

    At the start of the second database ensures I get the below error.

    SQL > startup;

    ORACLE instance started.

    Total System Global Area 2137886720 bytes

    Bytes of size 2177456 fixed

    1493173840 variable size bytes

    637534208 of database buffers bytes

    Redo buffers 5001216 bytes

    Mounted database.

    ORA-01092: ORACLE instance is complete. Disconnection forced

    ORA-00704: bootstrap failure process

    ORA-39700: database must be opened with the UPGRADE option

    Process ID: 7840

    Session ID: serial number 33: 1

    Please help on this.

    Thank you.

    Hi John, yes the version has been upgraded now and the error got erased.

  • ORA-01092: ORACLE instance is complete. Forced logoff ORA-00942: table or view does not exist on the 12 c CARS

    Hey Geeks,

    I met a problem when starting my 12 c RAC database.

    To mount it fine, but when I try to open, he throws me an error.

    System Global area 1.5400E + 10 bytes

    Bytes of size 4737560 fixed

    2952791528 variable size bytes

    1.2415E + 10 bytes database buffers

    Redo buffers 26857472 bytes

    Mounted database.

    SQL > alter database open;

    change the database open

    *

    ERROR on line 1:

    ORA-01092: ORACLE instance is complete. Disconnection forced

    ORA-00942: table or view does not exist

    Process ID: 11338068

    Session ID: 1429: No.3

    Here is the output of the trace file...

    ORACLE_HOME = / oracle_home/app/orahome

    Name of the system: AIX

    Name of the node: INS1

    Version: 1

    Version: 7

    Machine: 00C8CCA74C00

    Instance name: INST1

    Redo thread mounted by this instance: 1

    Oracle process number: 7

    The Unix process PID: 20381876, image: oracle@ins1 (TNS V1 - V3)

    2014-11-27 22:49:20.892

    SESSION ID: (197.5) 2014-11-27 22:49:20.892

    CUSTOMER ID :() 2014-11-27 22:49:20.892

    NAME OF THE SERVICE :() 2014-11-27 22:49:20.892

    NAME of the MODULE: (sqlplus@ins1 (TNS V1 - V3)) 22:49:20.892 2014-11-27

    ACTION NAME :() 2014-11-27 22:49:20.892

    2014-11-27 22:49:20.889716: start the recovery of field = 0, valid = 0, flags = 0 x 4

    2014-11-27 22:49:24.580

    Awarded with 32 slaves of recovery success

    With the help of 3 buffers overflow by slave of recovery

    2014-11-27 22:49:24.740

    1 post of thread: logseq 15, block 2, CHN 3510749

    cache-bass rba: logseq 15, block 3

    RBA on disk: logseq 15, block 72, RCS 3510824

    Start the recovery at logseq 15, block 3, Yvert 0

    2014-11-27 22:49:24.981

    Started the resilvering redo thread 1 seq 15 blocks 72-73

    2014-11-27 22:49:24.994

    Finished resilvering redo thread 1 seq 15

    2014-11-27 22:49:24.994

    Started writing zeroblks thread 1 seq 15 blocks 74-81

    2014-11-27 22:49:24.994

    Completed written zeroblks thread 1 seq 15

    = Redo read statistics for thread 1 =.

    Total physical reads (from disk and memory): 4096 KB

    -Redo read_disk - statistics

    Read rate (ASYNC): 35KO in 0,25 s = > 0.14 Mb / s

    Long: 0 Ko, moves: 0/104 (0%)

    Longer LWN: 2 k, moves: 0/33 (0%), moved: 0 MB

    Redo last scn: 0x0000.0035922b (3510827)

    ----------------------------------------------

    -Recovery Hash Table statistics

    Hash table buckets = 262144

    More long string hash = 1

    Hash string average = 25/25 = 1.0

    Max compares by lookup = 1

    AVG compares by lookup = 151/176 = 0.9

    ----------------------------------------------

    2014-11-27 22:49:25.007

    KCRA: start the debt for 25 blocks of data collection

    2014-11-27 22:49:25.039

    KCRA: treated blocks = 25/25, has claimed = 25, eliminated = 0

    2014-11-27 22:49:25.054

    Online Redo Log recovery: thread 1 mem Group 6 Seq 15 reading 0

    2014-11-27 22:49:25.060

    Ask again filled with 0.02 MB

    2014-11-27 22:49:25.235

    Control of completed recovery point

    -Recovery Hash Table statistics

    Hash table buckets = 262144

    More long string hash = 1

    Hash string average = 25/25 = 1.0

    Max compares by lookup = 1

    AVG compares by lookup = 176/176 = 1.0

    ----------------------------------------------

    Recovery thread nab 1 seq 15 to 74 with 8 zeroblks sets

    2014-11-27 22:49:26.000

    2014-11-27 22:49:26.000433: validate the domain 0

    2014-11-27 22:49:26.001348: valid domain 0, flags = 0x0

    2014-11-27 22:49:28.315

    County ofsmtab$: 0 entries

    2014-11-27 22:49:28.732

    ORA-00942: table or view does not exist

    ORA-00942: table or view does not exist

    2014-11-27 22:49:28.738

    USER (ospid: 20381876): put an end to litigation because of the 942 error

    In my case, the problem solved by running the following...

    GRANT SELECT on SYS. The USER$ in XDB.
    GRANT SELECT on SYS. The USER$ in CTXSYS.
    GRANT SELECT on SYS. The USER$ to DVSYS;
    GRANT SELECT on SYS. The USER$ to LBACSYS.
    GRANT SELECT on SYS. The USER$ to APEX_040200;
    GRANT SELECT on SYS. The USER$ to DV_SECANALYST;

    See the screenshot above.

  • ORA-01092: ORACLE instance is complete. Forced logoff.

    Hello

    I have restore and recover my backup rman set (to another server) and I don't have any error, it is open.

    in the end, I am trying to open my database and I have this error, is there someone at - it an idea on the question please?

    Thank you


    SQL > alter database open;
    change the database open
    *
    ERROR on line 1:
    ORA-01092: ORACLE instance is complete. Disconnection forced
    Process ID: 2484
    Session ID: 170 serial number: 5

    Looks like you are trying to upgrade your database to 11G.

    Follow the guide of upgrade:

    http://www.Oracle.com/technology/products/database/Oracle11g/upgrade/index.html

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28300/intro.htm#UPGRD001

    Concerning
    Rajesh

  • ORA-03114: not connected to ORACLE

    Hello
    When an application (connected to a remote server to the database server) gives the following:
    Error Message   : ORA-03114: not connected to ORACLE cuted
    How do I know if the problem of connection comes from the database server or client remote server?
    Thank you and best regards.

    The cause of this error may vary. First of all, I would like to start by looking in the file database at the time of the disconnection alert.log. Then go through the application server logs. The system event log files can provide information on the loss of network connectivity e.t.c.

    Sincere friendships, I hope these points help you.

  • A question about the Oracle SQL Developer Oracle instance connection

    Hi all

    I would be grateful if you could kindly give me a helping hand.

    Recently, I installed the Oracle 11 g on Linux (ubuntu 8.10) database. I not create startup scripts. So here's how I start the server: (my linux user name is "dariyoosh", but in order to start the server I have connection on the terminal shell as user 'oracle')
    dariyoosh@alborz:~$ su oracle
    Password: 
    oracle@alborz:/home/dariyoosh$ cd
    oracle@alborz:~$ ORACLE_SID=database01
    oracle@alborz:~$ . oraenv
    ORACLE_SID = [database01] ? 
    The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1 is /u01/app/oracle
    oracle@alborz:~$ sqlplus '/as sysdba'
    ...
    SQL> STARTUP NOMOUNT
    ORACLE instance started.
    ...
    SQL> ALTER DATABASE MOUNT;
    ...
    SQL> ALTER DATABASE OPEN;
    
    Database altered.
    Then I can work without any problems with my database and everything works pretty well. Today, I decided to install Oracle SQL Developer IDE as it makes it easier to modify the SQL code. My problem is that after reading the tutorial Oracle online, that I am still able to connect to my database. Firstly according to the method that I wrote, I have set up the Oracle instance. But then when I run Oracle SQL Developer I don't know what to choose for the user name and password? because since SQL * Plus shell as you can see I always write: "sqlplus 'virtue sysdba' and it does not prompt me for any password, I can access the database directly." Any idea? What password? What user name? for Oracle SQL Developer?

    Thanks in advance.

    When you connect "/ as sysdba", you actually connect as the user named SYS from the privileges of your operating system. SYS is the owner of the database and a privileged user. You really want to use this username for the day to day operations, but only for what can do only SYS. If you need a different user name. Several Oracle databases have a user named SCOTT who has a number of tables for use tutorial. By default, the password for SCOTT's "Tiger." You may also have other demo users, such as "HR". I admit that I forgot what is the password of the HR, but it doesn't really matter because SYS can change with this command:

    ALTER USER hr IDENTIFIED BY whateveryouwant;
    

    This command:

    SELECT USERNAME FROM ALL_USERS;
    

    lists all the users in your database. Understand that many of these users are there as owners of objects such as stored procedures and tables for Application Express, or TYPEs for Oracle Locator, not for general use. When you are ready to create your own objects, ask SYS create a username for them with

    CREATE USER myusername IDENTIFIED BY mypassword;
    

    and grant that user the privileges as necessary. You'll want to read before you get too far - I think that the developer of the Application Guide is a good starting point.

  • Oracle Instance crashes during the allocation of channels using the Oracle database backup Service

    I am running Oracle Version 11.2.0.3 on a 64 bit Windows Server 2008 SP 2 OS.  Today when I tried to allocate a channel for 'SBT_TAPE' my instance has crashed.  Everyone knows this?

    Set ORACLE_HOME=D:\app\oracle\product\11.2.0\dbhome_1\

    Set ORACLE_SID = CNFCRAC1

    Set SBT_LIBRARY=D:\app\oracle\product\11.2.0\dbhome_1\BIN\oraopc.dll

    Set OPC_PFILE=D:\app\oracle\product\11.2.0\dbhome_1\database\opccnfcrac1.ora

    RMAN > Connect target

    RMAN > run {}

    allocate channel t1 'SBT_TAPE' device type

    PARMS ' SBT_LIBRARY=D:\app\oracle\product\11.2.0\dbhome_1\BIN\oraopc.dll, ENV=OPC_PFILE=D:\app\oracle\product\11.2.0\dbhome_1\database\opccnfcrac1.ora)';

    }

    Windows Event Viewer:

    The failing application name: ORACLE. EXE, version 11.2.0.3

    Module failed name: oraopc.dll, version 12.1.0.0

    Exception code: 0xc0000005

    Offset: 0x00000000000249af

    ID of the process failed: 0 x 1510

    Failed application start tiem: 0x01d0eb098ecd2d2f

    The failing application path: d:\app\oracle\product\11.2.0\dbhome_1\bin\ORACLE. EXE

    Flaws Path E-mail: D:\app\oracle\product\11.2.0\dbhome_1\BIN\oraopc.dll

    I made sure that the PATH environment variable has the following entry.  D:\app\oracle\product\11.2.0\dbhome_1\BIN

    RAC1 Table of contents alerts journal:

    Fri Sep 11 09:04:23 2015

    Thread 1 Advanced to record the sequence 11277 (switch LGWR)

    Currently Journal # 3 seq # 11277 mem # 0: +REDO/cnfcrac/onlinelog/group_3.258.824214591

    Fri Sep 11 09:04:31 2015

    Archived journal 23067 extra for each sequence 1 11276 0x82a6e611 dest ID thread entry 1:

    Fri Sep 11 09:06:20 2015

    Reconfiguration began (old Inc. 16, new Inc. 18)

    List of instances:

    1 (myinst: 1)

    Fri Sep 11 09:06:44 2015

    Global Resource Directory frozen

    * death detected instance - invalid domain 0 = TRUE

    Restored communication channels

    Diffuse master hash resource bitmaps

    Blocks of non-local process cleaned

    Fri Sep 11 09:06:44 2015

    LMS 0: GCS shadows cancelled 0 1 closed, 0 Xw survived

    Fri Sep 11 09:06:44 2015

    Shadows GCS LMS 1: 1 cancelled, 1 closed, 0 Xw survived

    Set of master node info

    Subject to all requests for remote enqueue

    DWN-cvts replayed, questionable VALBLKs

    All enqueues grant awarded

    Post SMON start 1 IR pass

    Fri Sep 11 09:06:46 2015

    Instance recovery: looking for dead threads

    Beginning of thread 1 instance recovery

    Subject to all requests for remote-cache GCS

    Post SMON start 1 IR pass

    Fix write in SCM resources

    Contents of the journal of alerts 2 RAC

    Fri Sep 11 08:57:47 2015

    Archived journal 23064 extra for each sequence 2 11793 0x82a6e611 dest ID thread entry 1:

    Fri Sep 11 09:06:42 2015

    Starting ORACLE instance (normal)

    LICENSE_MAX_SESSION = 0

    LICENSE_SESSIONS_WARNING = 0

    Monitoring of normal startup parameters... I looked in the CRS, ORAAGENT, OCTSSD, and CRSD marbles, but I can't find anything that stands out as to what caused the end of abnomal, another of the communication between the two bodies has not responded within the specified time.

    -Jen

    Hi Jen,

    There is a known issue with Windows module. We are working on fixing it and the new module should be available soon. I'll update as soon as we release the fixed module.

    Sridhar

  • SQL server from Oracle 11 g connection

    Hello
    I know there are a lot of threads available for this post, but please help me
    * step by step in the process by linking the 2 servers.
    I tried everything on internet, but received the error connection closed after DNS name tnsping. Should I run any sort of thing instance in SQL server?
    I don't have any access on SQL server. All what I have to do this must be only to the Oracle server. I obtained all this information and created ODBC (using the SQL server driver) and successfully tested the connection to the Oracle server. Altered INIT *. ORA, TNSNAMES. ORA and LISTENER. ORA but when ping TNS terribly getting the afore said error.

    My environment: Server Oracle 11 g - SQL server 2008 (both in the windows platform).

    My
    TNS names entry


    GSIS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.1.1.1)(PORT = 63455))
    (CONNECT_DATA = (SID = GSIS)
    (SERVER = DEDICATED)
    (HS = OK)
    )
    )


    Entrance to the listener


    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1522))
    (ADDRESS = (PROTOCOL = TCP) (HOST = COB417147.cob.apac.bosch.com)(PORT = 1522))
    )
    )

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1)
    (= Extproc PROGRAM)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    )
    (SID_DESC =
    (SID_NAME = GSIS)
    (ORACLE_HOME = C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1)
    (PROGRAM = hsodbc)
    )
    )


    and

    initGSIS


    entry


    # This is an example of initialization file of the agent that contains the HS settings
    # necessary for the database to ODBC gateway

    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO = GSIS
    HS_FDS_TRACE_LEVEL = OFF


    #
    # Required for the non-Oracle system environment variables
    #
    #set


    **************************************************
    When I get tnsping

    AMT closed connection.

    I'm stuck here terribly.

    Please guide...

    Sam,
    The link between DG4ODBC and SQL * Server is managed by the information and the driver specified in the system DSN defined as parameter HS_FDS_CONNECT_INFO.
    When you create the database link, you should double quotes around the user and the password under SQL * Server is case-sensitive. If quotes are not used, they are translated to uppercase, so try-

    create database GSIS_PQSR link
    connect to 'User_name' identified by 'PASSWORD' using 'GSIS ';

    in the correct case as defined on SQL * Server.

    For the ora-2019 check that-

    -initGSIS.ora is located in the C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1\hs\admin directory
    -that the tnsnames.ora entry is located in the directory $ORACLE_HOME\network\admin for the RDBMS not the C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1\network\admin of the entry door.

    Kind regards
    Mike

  • How to restart the customer Oracle oracle instance

    I have a server Oracle 10 g with DEVEL instance on AIX machine. I have an Oracle Client on the Windows machine as well. I want to stop and start the instance of my client DEV using .bat file. Is this possible? Does anyone know how to do it?


    KP >

    Well, right now the correct question should be: how to start the database.
    I am able to connect as sysdba DEVEL on AIX (as from Windows clients) and stop it but when I try to start it returns this message:

    ORA-12505: TNS:listener is not currently of SID given in connect descriptor

    but I'm still able to tnsping my client DEVEL...

    Display the status of the listener, its content and the tnsnames.ora file entry. Here is how I got connected stopped and started. The process that I follow:
    (1) entry Made in listener.ora file as I said earlier, restarted the listener
    (2) Made in the tnsnames.ora file change
    (3) Connect since the closing of the client and started.

    SQL * more: release 9.0.1.0.1 - Production on Fri Sep 18 16:30:58 2009

    (c) Copyright 2001 Oracle Corporation. All rights reserved.

    SQL > conn sys/hawaii@ia1dev as sysdba
    Connected.
    SQL > shutdown immediate
    The database is closed.
    The database is dismounted.
    ORACLE instance stops.
    SQL > startup
    ORACLE instance started.

    Total System Global Area 364904448 bytes
    Fixed size 1287356 bytes
    226495300 variable size bytes
    130023424 of database buffers bytes
    Redo buffers 7098368 bytes
    Mounted database.
    Open database.
    SQL > select * from v version $;

    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - production
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    AMT for Solaris: release 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production

    SQL >

    Kind regards.

    Published by: virendra.k on September 18, 2009 16:36

  • Oracle instance

    Hi friends,

    I was wondering how the Oracle instance.

    I googled on oracle instances but didn't have that piece of information I was looking for.

    Multiple instances can be used on an oracle database oracle at the same time?

    Also, how the Scriptures that we define in tnsnames.ora to drive the oracle on a particular database instance?

    Thanks in advance,

    Published by: Caitanya on January 6, 2009 02:43

    Instance is a combination of structures of memory and the background process that is created in memory when we start the database. For a database of single simple database node that is, there can only be one instance per database. And a single instance can only corresponds to a database. When there is RAC environment, there may be multiple instances of a database according to the number of nodes from the server.

    TNSNAMES. ORA is a file that is used on the client machines to access the oracle server, but not to drive it. It contains the data connection from the client to the server
    For the TNSNAMES file. See file ORA

    ORACLE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.17.144)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORACLE)
    )
    )

    Concerning

  • Is an Oracle Instance a Cluster resource

    Hello

    I try to understand what is considered to be a cluster resource - the Oracle Instance, Oracle Database or both?

    When I use "crsctl resource" the Oracle Instance doesn't seem to be a kind of resource

    To my knowledge, a cluster resource is something that the cluster monitors and restarts in case of failure - but when you think about it, it's the Oracle Instance that the cluster services monitors on a node given and he'll try to restart in case of failure. So why the Instance does not appear as a Type of resource?

    I saw the other definitions for "Resource" that define it as any application that the cluster is running using several nodes.

    Thank you

    Jim

    Hello

    Both the database and the instances are resources.

    When you create a database register first the database with the CRS and then all instances (srvctl add/database instance).

    crsctl res stat - shows you the database as a resource and its associated bodies.

    srvctl config database db_name d shows the database as being registered and all instances that are registered with the database.

  • ORACLE instance is complete. Disconnection forced

    Hello

    When I try to log in, it is to launch "ORACLE instance is complete.» Forced logoff'

    Here is the message saved in the journal ALERTS

    Completed: ALTER ROLLBACK SEGMENT RBSL1 offline
    Sun Jun 23 00:42:35 2013
    Errors in the D:\HA_salesupp\Dump_files\ssdtCKPT.TRC file:
    ORA-00206: Message not found 206; No product message file = RDBMS, facility = ORA; arguments: [3] [1]
    ORA-00202: Message not found 202; No product message file = RDBMS, facility = ORA; arguments: [D:\HA_SALESUPP\CONTROL_FILES\SSDT2. CON]
    ORA-27072: Message not found; 27072 No product message file = RDBMS, facility = ORA
    OSD-04008: WriteFile() failure, cannot write to the file
    S/O-error: (OS 33), the process cannot access the file because
    another process has locked a portion of the file.

    Sun Jun 23 00:42:36 2013
    Errors in the D:\HA_salesupp\Dump_files\ssdtCKPT.TRC file:
    ORA-00221: Message not found 221; No product message file = RDBMS, facility = ORA
    ORA-00206: Message not found 206; No product message file = RDBMS, facility = ORA; arguments: [3] [1]
    ORA-00202: Message not found 202; No product message file = RDBMS, facility = ORA; arguments: [D:\HA_SALESUPP\CONTROL_FILES\SSDT2. CON]
    ORA-27072: Message not found; 27072 No product message file = RDBMS, facility = ORA
    OSD-04008: WriteFile() failure, cannot write to the file
    S/O-error: (OS 33), the process cannot access the file because
    another process has locked a portion of the file.

    Sun Jun 23 00:42:36 2013
    CKPT: termination litigation because of the error 221
    Sun Jun 23 00:42:39 2013
    Errors in the D:\HA_salesupp\Dump_files\ssdtDBW0.TRC file:
    ORA-00221: Message not found 221; No product message file = RDBMS, facility = ORA

    Sun Jun 23 00:42:39 2013
    Errors in the D:\HA_salesupp\Dump_files\ssdtPMON.TRC file:
    ORA-00221: Message not found 221; No product message file = RDBMS, facility = ORA

    Instance terminated by CKPT, pid = 78

    Please let me know if I can directly start services using "net start < myservicesName >" or any other steps must be followed.

    Hi Hulk

    You * should * be able to directly start services (Oracle will make crash recovery). The cause is

    S/O-error: (OS 33), the process cannot access the file because another process has locked a portion of the file.

    This majority often occurs when a backup or AV program strives to save or to analyze the virus file. The solution, assuming that it is one of them, do not use backup directly on the database (or use an agent provided with the program backup or RMAN) or exclude directories from Virus detection database.

    Niall

  • We get error #2154 when the NetConnection instance is connected.

    There is a certain line of code in which I get this error when you try to access the news a NetStream or soundTransform property, at least when using RTMP connections.  The problem?  It happens even when the NetConnection instance is connected and has not lost its connection, but all documentation says about it is that it "may be due to a failed NetConnection.  What else could be the cause of the problem?  Thank you.

    you check in for the success of your netstream before trying to access its properties?

    If you think you are, show your code.  If you're not, fix that.

Maybe you are looking for