Import complete with grid (datapump) error ora-39083 control

11.1.0.7 export to any 11.2.0.1 with grid control gives the following error in the import log:

Treatment of type of object DATABASE_EXPORT, SYSTEM_PROCOBJACT, PRE_SYSTEM_ACTIONS, PROCACT_SYSTEM
ORA-39083: Type as procact_system cannot be created with the object error:
ORA-20000: Incompatible Version of the Workspace Manager installed
Because sql is:
BEGIN
declare the worm varchar2 (100); entire dummy; vdummy varchar2 (30); compile_exception EXCEPTION; PRAGMA E
XCEPTION_INIT (compile_exception,-06550); invalid_table EXCEPTION; PRAGMA EXCEPTION_INIT(invalid_table,-00942); createErrorProc procedure is immediately start run "create or replace function system.wm$ _check_install return boolean is begin to return true"
Treatment of type of object DATABASE_EXPORT/SYSTEM_PROCOBJACT/PROCOBJ
ORA-39083: Type THAT PROCOBJ cannot be created with the object error:
ORA-29357: AUTO_TASK_CONSUMER_GROUP object already exists
Because sql is:
BEGIN
dbms_resource_manager.create_consumer_group ('AUTO_TASK_CONSUMER_GROUP', 'Group consumer system operational maintenance','R)
ROUND - ROBINe); COMMIT; END;

ORA-29357: AUTO_TASK_CONSUMER_GROUP object already exists

So what can we do for you?

Tags: Database

Similar Questions

  • Listener to refuse the connection with the following error ORA-12505

    Hi everyone, Am really new to the oracle database, I work on my school project work and am stuck in the middle of this error (listener refused the connection with the following error ORA-12505).

    I started the time serveral listener and it is said that 'no service supported by the LISTENER', I can't access the database via sqldeveloper including trows on the same error (listener refused the connection with the following error ORA-12505, TNS:Listener currently know of SID given in connect descriptor.) In addition, my em show red arrow down to the listener. Here are my coordinates hard & software.


    Oracle 11.1.0
    OS: Red Hat Enterprise Linux 4 (running the operating system through Vmware workstation)
    TNSNAME. ORA

    LISTENER2 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    ((ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST=localhost.localdomain))
    )
    )

    AUDITEUR1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1523))
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))




    Listner, ora




    LISTNER_ORCL
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1523))
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))
    )

    IMT_ADMI =
    (= DESRIPTION
    (PORT = 1522))
    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST=localhost.localdomain))
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1523))
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))

    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = imt_admin
    )
    )

    LISTENER_IMTADMIN =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST=localhost.localdomain))
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1523))
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))

    )

    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1523))
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))

    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)

    I read on some forums that I need to edit somethings that am not sure cos I don't want to mess with the database, I need help on what to.
    Thanks for the help in advance.

    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))

    Try to edit listener.ora by:
    (ADDRESS = (PROTOCOL = TCP) (HOST = HOST_NAME_OF_YOUR_DATABASE_MACHINE/OR TRY USING THE IP ADDRESS OF THE DATABASE SERVER MACHINE)(PORT=1521))
    Just try to edit HOST = value line above. You must use HOST_NAME_OF_YOUR_DATABASE_MACHINE or IP OF the DATABASE SERVER MACHINE.

    Host name can be obtained by the hostname command on the database server.

    With localhost, no one can connect to the database remotely.

    Concerning
    Girish Sharma

    Published by: Girish Sharma January 11, 2013 18:26

    then after the output of commands below:
    lsnrctl stop
    lsnrctl start
    Wait 60 seconds...
    ORACLE_SID =
    sqlplus scott/tiger@tnsname

    Show us what is happening now.

  • Listener refused the connection with the following error: ORA-12505

    Hello
    Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: 127.0.0.1:1521:XE 
    Windows XP + Oracle 10.1.0.20

    I checked my *.ora files and found the host 127.0.0.1 but I noticed by running the netstat command on prompt back most of my ports is captured by www.360.cn including 1521

    When I try to stop the following message is displayed:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exists
    Thank you and best regards

    Hello

    [oracle@myoramachine ~]$ oerr ora 12505
    12505, 00000, "TNS:listener does not currently know of SID given in connect descriptor"
    // *Cause:  The listener received a request to establish a connection to a
    // database or other service. The connect descriptor received by the listener
    // specified a SID for an instance (usually a database instance) that either
    // has not yet dynamically registered with the listener or has not been
    // statically configured for the listener. This may be a temporary condition
    // such as after the listener has started, but before the database instance
    // has registered with the listener.
    // *Action:
    //  - Wait a moment and try to connect a second time.
    //  - Check which instances are currently known by the listener by executing:
    //    lsnrctl services 
    //  - Check that the SID parameter in the connect descriptor specifies
    //    an instance known by the listener.
    //  - Check for an event in the listener.log file.
    [oracle@myoramachine ~]$
    

    1. check the lsnrctl services

    2 check the tnsping output:

    tnsping MYORACLE

    3. check the connectivity to the computer hosting your Oracle server to the port (I guess 1521):

    Telnet 1521

    4. in case you are not able to connect to the Oracle Server - I investigate it in several directions:

    -problem of network infrastructure

    -some process disturbing / virus on the server Oracle itself

    -firewall problem

    Good luck!

    ---------------------------------
    http://DBA-star.blogspot.com/

  • Test failed: listener refused the connection with the following error: ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    Hello

    I was trying to set up a database connection in Oracle developer j 12 c.

    It's showing this exception.

    I m in this news. Could someone help me pls to solve this issue.

    I have attached the screen for reference.

    https://www.dropbox.com/SC/ua5a92q6kwwflui/wiuCXO_gaG

    Thank you

    Lax

    Database, you are trying to connect is ORCL? If Yes, then you suggest that you write ORCL in the dialog box where you are supposed to write the instance that is directed by the attachment instead of XE what we ORCL

  • Help me solve pls error ORA-06512

    I create a full dump of database with the following command:
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    expdp %DB_USERNAME%/%DB_PASSWORD%@%TNS_ALIAS% full = Y CONTENT = all THE directory = % ORADMPDIRNAME % % DMP_BKP_FILENAME % logfile LOGFILE = % = dumpfile
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------

    But when I try to created import dump file, with the command:
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Impdp %DB_USERNAME%/%DB_PASSWORD%@%TNS_ALIAS% full = Y CONTENT = all THE TABLE_EXISTS_ACTION = REPLACE directory = % ORADMPDIRNAME % % DMP_BKP_FILENAME % logfile LOGFILE = % = dumpfile
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------

    I get the following in my console error:
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    ...
    Treatment of type of object DATABASE_EXPORT, SYSTEM_PROCOBJACT, PRE_SYSTEM_ACTIONS, PROCACT_SYSTEM
    ORA-39083: Type as procact_system cannot be created with the object error:
    ORA-01843: not one month valid
    Because sql is:
    BEGIN
    If (system.wm$ _check_install) then
    return;
    end if;
    start to run immediately ' insert into wmsys.wm$ workspaces_table
    values ("LIVE",
    '''',
    ''0'',
    '''',
    ''-1'',
    '''',
    "' SYS
    Treatment of type of object DATABASE_EXPORT, SYSTEM_PROCOBJACT, POST_SYSTEM_ACTIONS, PROCACT_SYSTEM
    ORA-39083: Type as procact_system cannot be created with the object error:
    ORA-06550: line 2, column 93:
    PLS-00302: component 'OPERATOR_NONE' must be declared.
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    Because sql is:
    BEGIN
    dbms_server_alert.set_threshold (2104, dbms_server_alert.operator_GT, '1200', dbms_server_alert.operator_NONE, ", 1,3, 'ias', dbms_server_alert.object_type_SYSTEM,"); COMMIT; END;
    DATABASE_EXPORT/SCHEMA/PROCACT_SCHEMA processing object type
    DATABASE_EXPORT/SCHEMA/TABLE/TABLE processing object type
    ORA-39126: worker unexpected fatal worker error of $ MAIN. PROCESS_TABLE_EXISTS_ACTION [TABLE: 'IX'.] ["" AQ$ _STREAMS_QUEUE_TABLE_T ']
    ORA-24019: QUEUE_TABLE identifier too long, should not exceed 24 characters
    ORA-00955: name is already used by an existing object

    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 95
    ORA-06512: at "SYS." "MAIN$ WORKER", line 6266

    -PL/SQL call stack-
    the line object
    serial number of handle
    14916 package body SYS 3069F2A0. MAIN$ WORKER
    3069F2A0 6293 SYS package body. MAIN$ WORKER
    3069F2A0 11663 SYS package body. MAIN$ WORKER
    3069F2A0 SYS 12429 package body. MAIN$ WORKER
    3069F2A0 11969 SYS package body. MAIN$ WORKER
    3069F2A0 3278 SYS package body. MAIN$ WORKER
    3069F2A0 6882 SYS package body. MAIN$ WORKER
    3069F2A0 1259 SYS package body. MAIN$ WORKER
    2D7B6B4C anonymous block 2
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    short failure message:
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    ...
    ORA-31684: SEQUENCE object type: 'GMT_META '. "' MD_ERRORSEQ ' already exists
    ORA-39083: Type LIBRARY THAT could not create object error:
    ORA-39083: Type as procact_system cannot be created with the object error:
    ORA-39083: Type as procact_system cannot be created with the object error:
    ORA-39126: worker unexpected fatal worker error of $ MAIN. PROCESS_TABLE_EXISTS_ACTION [TABLE: 'IX'.] ["" AQ$ _STREAMS_QUEUE_TABLE_T ']
    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 95
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    in my D:\oracle\product\10.2.0\admin\ias\bdump\alert_ias.log:
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    ...
    WARNING: drop table queue: SYSMAN. Dictionary _MGMT_NOTIFY_QTABLE_T AQ$ does not exist
    WARNING: drop table queue: will try to move the table to the queue and other paintings, IOT, rules, rulesets associated queue table by force
    WARNING: drop_queue_table: no evaluation for the queue table: SYSMAN. AQ$ _MGMT_NOTIFY_QTABLE_T
    WARNING: drop table queue: SYSMAN. Dictionary _MGMT_NOTIFY_QTABLE_H AQ$ does not exist
    WARNING: drop table queue: will try to move the table to the queue and other paintings, IOT, rules, rulesets associated queue table by force
    WARNING: drop_queue_table: no evaluation for the queue table: SYSMAN. AQ$ _MGMT_NOTIFY_QTABLE_H
    WARNING: drop table queue: SYSMAN. Dictionary _MGMT_NOTIFY_QTABLE_G AQ$ does not exist
    WARNING: drop table queue: will try to move the table to the queue and other paintings, IOT, rules, rulesets associated queue table by force
    WARNING: drop_queue_table: no evaluation for the queue table: SYSMAN. AQ$ _MGMT_NOTIFY_QTABLE_G
    WARNING: drop table queue: SYSMAN. Dictionary _MGMT_NOTIFY_QTABLE_I AQ$ does not exist
    WARNING: drop table queue: will try to move the table to the queue and other paintings, IOT, rules, rulesets associated queue table by force
    WARNING: drop_queue_table: no evaluation for the queue table: SYSMAN. AQ$ _MGMT_NOTIFY_QTABLE_I
    WARNING: drop table queue: IX. AQ$ _ORDERS_QUEUETABLE_T dictionary does not exist
    WARNING: drop table queue: will try to move the table to the queue and other paintings, IOT, rules, rulesets associated queue table by force
    WARNING: drop_queue_table: no evaluation for the queue table: IX. AQ$ _ORDERS_QUEUETABLE_T
    WARNING: drop table queue: IX. AQ$ _ORDERS_QUEUETABLE_H dictionary does not exist
    WARNING: drop table queue: will try to move the table to the queue and other paintings, IOT, rules, rulesets associated queue table by force
    WARNING: drop_queue_table: no evaluation for the queue table: IX. AQ$ _ORDERS_QUEUETABLE_H
    WARNING: drop table queue: IX. AQ$ _ORDERS_QUEUETABLE_G dictionary does not exist
    WARNING: drop table queue: will try to move the table to the queue and other paintings, IOT, rules, rulesets associated queue table by force
    WARNING: drop_queue_table: no evaluation for the queue table: IX. AQ$ _ORDERS_QUEUETABLE_G
    WARNING: drop table queue: IX. AQ$ _ORDERS_QUEUETABLE_I dictionary does not exist
    WARNING: drop table queue: will try to move the table to the queue and other paintings, IOT, rules, rulesets associated queue table by force
    WARNING: drop_queue_table: no evaluation for the queue table: IX. AQ$ _ORDERS_QUEUETABLE_I
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    My settings:
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    SQL > select * from v version $;

    BANNER
    ----------------------------------------------------------------
    Oracle Database 10 g Enterprise Edition release 10.2.0.3.0 - production
    PL/SQL version 10.2.0.3.0 - Production
    CORE Production 10.2.0.3.0
    AMT for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    SQL > show parameter recov.
    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    db_recovery_file_dest string D:\oracle\product\10.2.0\flash_recovery_area
    whole large db_recovery_file_dest_size 20G
    recovery_parallelism integer 0
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    SQL > archive logs list;
    Database log mode Archive Mode
    Active AutoArchive
    Destination of archive USE_DB_RECOVERY_FILE_DEST
    More old sequence of journal online 57
    Log sequence archive 59
    Current log sequence 59
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    D:\oracle\product\10.2.0\flash_recovery_area\IAS\ARCHIVELOG\2009_05_26 > dir
    ...
    26.05.2009 18:12 < DIR >.
    26.05.2009 18:12 < DIR >...
    26.05.2009 16:19 2 898 944 O1_MF_1_57_51QV2KC7_. ARC
    26.05.2009 17:15 48 465 408 O1_MF_1_58_51QYD4PG_. ARC
    26.05.2009 18:12 47 736 O1_MF_1_59_51R1QR5C_ 832. ARC
    3 file (s) on 99 101 184 bytes
    2 dir 473 158 713 344 bytes free

    D:\oracle\product\10.2.0\flash_recovery_area\IAS\ARCHIVELOG\2009_05_26 >
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------

    How can I solve this problem? Any suggestions would be very apprecialble.

    Thanks in advance!

    Please mark the rewards points for responses that answered your question.

  • ORA-39083: Type as procact_schema cannot be created with the object error:

    Hello

    on 11.2.0.4 on Win 2008

    Impdp is over, but with the error:

    ORA-39083: Object type PROCACT_SCHEMA failed to create with error:

    All tables are imported.

    If I create just the PROCACT_SCHEMA would it be sufficient?

    I can't DDL script for PROCACT_SCHEMA using dbms_metadata.get_ddl ('USER')?




    Thank you

    Hello

    Check this blog refrence:

    Error: ORA-39083, DBMS_CUBE_EXP PLS-00201 while impdp in Oracle DB Server v11.2.0.4 | DBA blog

    I hope this helps.

    Kind regards

  • ORA-39083: Object type TRIGGER could not create with error: ORA-04072:

    OS: windows Server 2003 STD 64 Bit
    DB version: 11g Enterprise Edition Release 11.2.0.1.0 - 64 bit

    I use impdp to a certain pattern and you get the following error:

    ORA-39083: Type WHAT TRIGGER could not create object error:
    ORA-04072: invalid trigger type
    Because sql is:
    DBMS_DDL BEGIN. SET_TRIGGER_FIRING_PROPERTY ('"AGILETEST" "," "SWAPOPTIMIZER" ', ALF)
    SE); END;

    Processing object type SCHEMA_EXPORT/TABLE/INDEX/FUNCTIONAL_AND_BITMAP/INDEX
    Object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/FUNCTIONAL_AND_BITMA of treatment
    P/INDEX_STATISTICS
    Object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS treatment
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/DOMAIN_INDEX/INDEX

    ----------
    I check in Metalink and found it to be a bug with no construction nearby.
    Bug 9858539 : DATA PUMP IMPORT FAILED TO TRIGGER LOGON ORA-04072: INVALID TYPE of TRIGGER

    ---------
    Any ideas?

    Well Yes, the patch is available for this bug 9858539 for 11.2.0.1 and 11.2.0.3.

    Salman

  • complete impdp 2 500 errors!

    I performed a full database export of 10g (complete expdp = y...)

    I then created a new database 11g db and tried to import the complete db using impdp (full user = y = system / *)... I usually export schema, but this time I have so many patterns and thought it would be more quick if I full of export...


    the imprort was successful, but it has also generated 2 500 errors (ORA!) - sample erros are below... mainly object exists erros of type...

    ORA-31684: SYNONYM object type: 'SYSTEM '. "' TABQUOTAS ' already exists
    ORA-31684: type of the object TYPE: "SYSMAN." "' SMP_EMD_LSNR_GEN_STATUS_OBJ ' already exists
    ORA-39151: table "SYSMAN." "" AQ$ _MGMT_NOTIFY_QTABLE_H "exists. All data and metadata dependent will be ignored due to skip table_exists_action
    ORA-39151: table 'SYSTEM '. ' ' DEF$ _DEFAULTDEST "exists. All data and metadata dependent will be ignored due to skip table_exists_action
    ORA-39151: table 'OLAPSYS. "" CWM$ ITEMUSE "exists. All data and metadata dependent will be ignored due to skip table_exists_action

    OA-39083: INDEX_STATISTICS object Type has failed with the error:
    ORA-20000: INDEX 'OE '. "' LINEITEM_TABLE_MEMBERS ' does not exist or insufficient privileges
    Because sql is:
    DECLARE I_N VARCHAR2 (60); RELATED VARCHAR2 (60); c DBMS_METADATA. T_VAR_COLL; DF varchar2 (21): = ' YYYY-MM - DD:HH24:MI:SS'; BEGIN DELETE FROM 'SYS '. "" IMPDP_STATS "; i_n: = "LINEITEM_TABLE_MEMBERS"; related: = "OE". INSERT INTO 'SYS '. "" IMPDP_STATS "(type, version, flags, c1, c2, c3, c5, n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12, d1, cl1) VALUES ('I'
    ORA-39083: INDEX_STATISTICS object Type has failed with the error:
    ORA-20000: INDEX 'OE '. "' ACTION_TABLE_MEMBERS ' does not exist or insufficient privileges
    ORA-39111: type of dependent object OBJECT_GRANT: "OLAPSYS" ignored, base PACKAGE object type: "OLAPSYS. "' CWM2_OLAP_DIMENSION_ATTRIBUTE ' already exists


    Just out of curiosity why does oracle (impdp) attempts to import or change the system and other default schemas? Is there any point to modify or attempt to re - import these schemas? especially sys and system...

    Do I have reason to say that I should ignore these errors?

    I also have some erros below...

    ORA-39083: Type as ref_constraint cannot be created with the object error:
    ORA-02298: cannot validate (abc. FK_customer) - parent key not found

    I know for sure that the db was not in use when I performed the exp (for export must conform) what else could be causing this?

    Thank you

    Brian

    DataPump does not export sys belonging to objects. It exports no system property of objects. SYS possessed of objects contain things like the oracle dictionary, and you do not want to import these types of tables into a new database. They also contain objects like the package body which are the specific version. As far as system objects, these can contain data of the user and must be exported. Some are not exported, but it is by design.

    The errors you encounter can usually be ignored, but with 2,500 of them, it is difficult to walk through each of them to check.

    I do not have excludeschema:sys todo, System... and the content = data_only?

    off the sys schema is not necessary
    excluding the diagram of the system may cause problems. This could have items there that must be moved.

    Dean

  • Listener refused the connection with the following error

    Hi all,

    I faced this problem. So after searching the forum I found the most important command for this questions as follows but until now I have not found the solution to this problem

    Error: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
     
    I have run the following commands
    lsnrctl start
    lsnrctl service
    lsnrctl status
    results as follows
    C:\Windows\system32>lsnrctl start
    
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 07-JAN-2013 00:28
    :01
    
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    
    TNS-01106: Listener using listener name LISTENER has already been started
    C:\Windows\system32>lsnrctl service
    
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 07-JAN-2013 00:28
    :06
    
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    The command completed successfully
    C:\Windows\system32>lsnrctl status
    
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 07-JAN-2013 00:28
    :08
    
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                07-JAN-2013 00:24:39
    Uptime                    0 days 0 hr. 3 min. 28 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   d:\app\DELL2\product\11.2.0\dbhome_1\network\admin\lis
    tener.ora
    Listener Log File         d:\app\dell2\diag\tnslsnr\DELL2-PC\listener\alert\log.
    xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    
    C:\Windows\system32>
    This is the 
    
    listener.ora  file 
    
    
    # listener.ora Network Configuration File: d:\app\DELL2\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = d:\app\DELL2\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:d:\app\DELL2\product\11.2.0\dbhome_1\bin\oraclr11.dll")
        )
      )
    
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        )
      )
    
    ADR_BASE_LISTENER = d:\app\DELL2
    It's tnsnames.ora

    # tnsnames.ora Network Configuration File: d:\app\DELL2\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        )
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
        )
      )
    
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
        )
      )

    Please try with it:

    ALTER system set local_listener ='(ADRESSE = (PROTOCOL=TCP) (HOST = hostname)(PORT=1521))';

    I recommend you to change the value "localhost" to the hostname of the server.
    Also try to ping the server name, example: ping serveroracle.com

    Once the execute the alter system command, try again, please I hope your comments.

    Published by: Francisco Riccio on 2013-ene-06 09:10

  • error: ORA-12505

    java.sql.SQLException: listener refused the connection with the following error:
    ORA-12505, TNS:listener is not currently of SID given in connect descriptor
    Used by the client connect descriptor was:
    * 127.0.0.1:1521:XE *.



    My Java Code:
    import java.io.*;
    import java.sql.*;
    
    public class db{
    
        public static Connection getOracleConnection() throws Exception {
        String driver = "oracle.jdbc.driver.OracleDriver";
        String url = "jdbc:oracle:thin:@127.0.0.1:1521:XE";
        String username = "login";
        String password = "*****";
    
        Class.forName(driver); 
        Connection cnn = DriverManager.getConnection(url, username, password);
        return cnn;
      }
    }
    My Listener.ora:
    # listener.ora Network Configuration File:
    
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
          (PROGRAM = extproc)
        )
      )
    
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
        )
      )
    
    DEFAULT_SERVICE_LISTENER = (XE)
    My tnsnames.ora
    # tnsnames.ora Network Configuration File:
    
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
        )
      )
    
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        )
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
        )
      )
    -bash-3, 1 # hostname
    100


    My/etc/hosts
    127.0.0.1  100  localhost localhost.localdomain
    My sysconfig
    NETWORKING="yes"
    GATEWAY="67.19.xx.xx"
    HOSTNAME="100"
    My status of the listener:
    -bash-3.1# lsnrctl status
    
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 11-MAR-2009 05:44:49
    
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                11-MAR-2009 05:39:58
    Uptime                    0 days 0 hr. 4 min. 51 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File         /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    My listener services:
    -bash-3.1# lsnrctl service
    
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 11-MAR-2009 05:45:41
    
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    The command completed successfully
    Thank you and best regards

    Hello!

    Your "lsnrctl status" tells you that the listener unaware of XE services. Try the following steps:

    (1.) to connect to SQL * Plus as SYSDBA enter

    ALTER SYSTEM REGISTER;
    

    (2.) to check if your listener knows XE after that

    If this does not work, try:

    1.) modify your listener.ora like that

    # listener.ora Network Configuration File:
    
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
          (PROGRAM = extproc)
        )
        (SID_DESC =
              (GLOBAL_DBNAME=XE)
              (SID_NAME=XE)
              (ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
        )
      )
    
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
        )
      )
    

    Recharge 2.) the listenerparameters

    lsnrctl reload
    

    3.) again once check your status as a listener and try to connect from your Java application.

    Yours sincerely

    Florian W.

  • ORA-39083: Type THAT TABLESPACE could not create object

    Hello
    I am importing a dump file into a new database by the following command line:

    Impdp system/***@orcl DUMPFILE is EXP_FUL_H9DEV. LOGFILE = mYLOG.log DMP

    But I have this error:
    ORA-39083: Type THAT TABLESPACE could not create object error:
    ORA-01119: error in creating database file ' D:\BASE\H9DEV\DATA\PSDEFAULT. DBF'
    ORA-27040: create file error, cannot create the file
    04002 - OSD: could not open the file
    S/O-error: (OS 21) the device is not ready.


    In the original database tablespace PSDEFAULT was on D: file system. But D: does not exist on the new server. How to tell datapump/oracle to create it on the same file system where the other new database datafile are (E:\oradata...)? An impdp command line parameter?

    Thank you.

    See the documentation for the following impdp option:
    REMAP_DATAFILE
    REMAP_TABLESPACE

    (and perhaps EXCLUDE?)

  • RMAN Duplicate Database Error error ORA-00201

    Hello

    I tried to create the restore scenario backup in vmware. I have 2 similar server in Oracle Linux 6.2 (64-bit) where 11.2.0.4 has been installed. In my source server I orcl database and in the destination, there is no database. I took RMAN backup of database in the Source. Then I tried to Clone of Destination on Backup-based database without connection to the target and the catalog. Backup Destination and issued the command as follows:

    1 has created a pfile.ora with db_name = "orcl" only

    2. in the sqlplus command line: Startup nomount pfile = 'pfile.ora'

    Then

    started with RMAN, auxiliary

    Auxiliary RMAN.

    RMAN > duplicated to the backup location "orcl" database "/ home/Oracle/tmp";

    After some progress appears error ORA-00201 control file not compatible with 11.2.0.0.0 . Attempted to solve all day but failed. In trying so I even uninstalled and reinstalled several times oracle.

    Help, please

    Hasan Al Mamun

    Hello

    The problem is resolved. I added a line in the pfile.ora, i.e. * full = '11.2.0.4.0' then it's OK, Clone of database was complete.


  • Error ORA-12505 only in SQL Developer - 11g Express

    Hello

    I found many similar problems but no answering mine.

    I installed the Oracle 11g Express version.  I can connect to my database order online when I try Developer SQL I get the following error code:

    Status: Failure-Test failed: listener refused the connection with the following error:
    ORA-12505, TNS:listener is not currently of SID given in connect descriptor.

    i\m data trying to connect to is xe.

    Here are my tnsnames.ora file content:

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

    XE =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = Jon-portable)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = XE)

    )

    )

    EXTPROC_CONNECTION_DATA =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))

    )

    (CONNECT_DATA =

    (SID = PLSExtProc)

    (PRESENTATION = RO)

    )

    )

    ORACLR_CONNECTION_DATA =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))

    )

    (CONNECT_DATA =

    (SID = CLRExtProc)

    (PRESENTATION = RO)

    )

    )

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

    Here is the output of "tnsping xe:

    Use settings files:

    C:\oraclexe\app\oracle\product\11.2.0\server\network\admin\sqlnet.ora

    TNSNAMES adapter used to resolve the alias

    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = Jon-Lapt

    OP) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))

    OK (0 msec)

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

    The production of SERVICES of LSNRTCL are:

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0

    LOCAL SERVER

    Service 'PLSExtProc' has 1 instance (s).

    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0

    LOCAL SERVER

    Service 'XEXDB' has 1 instance (s).

    Instance "xe", State LOAN, has 1 operation for this service...

    Managers:

    "D000" put in place: 0 denied: current: 0 0 max: 1022 State: loan

    DISPATCHER < machine: JON-laptop, pid: 2636 >

    (ADDRESS = (PROTOCOL = tcp) (HOST = Jon-Laptop)(PORT=1064))

    "Xe" service has 1 instance (s).

    Instance "xe", State LOAN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0 status: ready

    LOCAL SERVER

    The command completed successfully

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

    NOTE: I tried to connect to ORCL with SQL Developer and put with the SYSTEM account.

    Please let me know if you need more information.  Thanks in advance.

    you typed in the 'OracleServiceXE' chain & the listener isn't aware of any Service with this exact name.

    You must only enter "XE".

  • Listener refused the connection with the following error: 12505

    Hello experts,

    I am facing the problem for the last two days, when I'm trying to connect to the oracle with sql developer and Jdeveloper database. Previously, it was running fing.

    The description of the detal problem is

    To perform the requested operation, an error has occurred:

    Listener refused the connection with the following error:
    ORA-12505, TNS:listener is not currently of SID given in connect descriptor


    Code provider 12505

    I tested the following text, and every thing seems fine
    ==============================================================

    E:\Users\Anutosh > lsnrctl services

    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on August 25, 2012 20:25:34

    Copyright (c) 1991, 2010, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    Summary of services...
    Service 'CLRExtProc' has 1 instance (s).
    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...
    Managers:
    "DEDICATED" set up: 0 denied: 0
    LOCAL SERVER
    The command completed successfully

    E:\Users\Anutosh > lsnrctl status

    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on August 25, 2012 20:26:13

    Copyright (c) 1991, 2010, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Production
    Start date August 25, 2012 19:04:12
    Uptime 0 days 1 hour 22 min 1 s
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    D:\app\Anutosh\product\11.2.0\dbhome_1\network\admin\listener.ora Listener parameter file
    D:\app\anutosh\diag\tnslsnr\MTECH\listener\alert\log.XML log listener
    Summary of endpoints listening...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))
    Summary of services...
    Service 'CLRExtProc' has 1 instance (s).
    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...
    The command completed successfully

    E:\Users\Anutosh > tnsping orcl

    AMT Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on August 25, 2012 21:35:44

    Copyright (c) 1997, 2010, Oracle. All rights reserved.

    Use settings files:
    d:\app\Anutosh\product\11.2.0\dbhome_1\network\admin\sqlnet.ora


    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521)) (CONNECT_DATA = (SERVER =

    DED
    (ED) (SERVICE_NAME = orcl)))
    OK (20 ms)

    Content of tnsnames.ora
    ---------------------------------------

    tnsnames.ora # Network Configuration file: d:\app\Anutosh\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.

    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )
    )

    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    )
    )

    Listener.ora
    -------------------

    listener.ora # Network Configuration file: d:\app\Anutosh\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = d:\app\Anutosh\product\11.2.0\dbhome_1)
    (= Extproc PROGRAM)
    (ENVS = "EXTPROC_DLLS=ONLY:d:\app\Anutosh\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    )
    )

    ADR_BASE_LISTENER = d:\app\Anutosh

    Init.ora
    ------------

    # Change '< ORACLE_BASE >' to point to the oracle base (that you specify to)
    (# install times)

    db_name = "ORCL".
    memory_target = 1 G
    process = 150
    audit_file_dest =' < ORACLE_BASE > / admin/orcl/adump '
    AUDIT_TRAIL = 'db '.
    DB_BLOCK_SIZE = 8192
    db_domain = "
    db_recovery_file_dest =' < ORACLE_BASE > / flash_recovery_area'
    db_recovery_file_dest_size = 2G
    diagnostic_dest = "< ORACLE_BASE >.
    Dispatchers ='(Protocol=TCP) (SERVICE = ORCLXDB)"
    open_cursors = 300
    Remote_login_passwordfile = 'EXCLUSIVE '.
    undo_tablespace = 'UNDOTBS1.
    # You can ensure that the control files are created on the separate physical
    features of #.
    control_files = (ora_control1, ora_control2)
    ' compatible ' 11.2.0 = ".

    Rajat says:
    How can I fix the ITI.
    Could you please suggest anything.

    no listener.ora file is necessary for the LISTENER to operate.
    move, rename, delete, or remove the listener.ora file & then reboot the system.

    each Oracle DB tries once every 60 seconds to register with EARPHONE as shown below

    tail -10 /u01/app/oracle/product/11.2.0/dbhome_1/log/diag/tnslsnr/bcm-laptop/listener/alert/log.xml
     host_addr='127.0.0.1'>
     25-AUG-2012 12:58:48 * service_update * v112 * 0
     
    
    
     25-AUG-2012 12:59:18 * service_update * v112 * 0
     
    
    
  • error ORA-04030 in environment dataguard

    Oracle Database 11 g Enterprise Edition Release 11.1.0.6.0 - 64 bit Production
    Name of the system: Linux
    News Release: 2.6.18 - 53.el5
    Version: #1 SMP Wed Oct 10 16:34:19 EDT 2007
    Machine: x86_64

    DATAGUARD ACTIVE WITH THE OBSERVER. error ORA-04030
    Alert log information:
    Thu Sep 02 02:00:00 2010
    Clearing Resource Manager plan via parameter
    Thu Sep 02 10:16:31 2010
    Errors in file /u01/app/oracle/diag/rdbms/agbcdb/agbc/trace/agbc_asmb_4312.trc  (incident=88030):
    ORA-04030: out of process memory when trying to allocate 592 bytes (callheap,kfmditer)
    Incident details in: /u01/app/oracle/diag/rdbms/agbcdb/agbc/incident/incdir_88030/agbc_asmb_4312_i88030.trc
    Thu Sep 02 10:16:36 2010
    Trace dumping is performing id=[cdmp_20100902101636]
    Errors in file /u01/app/oracle/diag/rdbms/agbcdb/agbc/trace/agbc_asmb_4312.trc:
    ORA-04030: out of process memory when trying to allocate 592 bytes (callheap,kfmditer)
    ASMB (ospid: 4312): terminating the instance due to error 4030
    Thu Sep 02 10:16:36 2010
    ORA-1092 : opidrv aborting process unknown ospid (13456_46912513432672)
    Instance terminated by ASMB, pid = 4312
    Thu Sep 02 10:16:37 2010
    Instance termination got error 27120 from SGA destruction.
      Error cleared. Process exiting.
                                                                                                                          49270,3       Bot
    trace file information:
    Trace file /u01/app/oracle/diag/rdbms/agbcdb/agbc/trace/agbc_asmb_4312.trc
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /u01/app/oracle/product/11.1.0/db
    System name:    Linux
    Release:        2.6.18-53.el5
    Version:        #1 SMP Wed Oct 10 16:34:19 EDT 2007
    Machine:        x86_64
    Instance name: agbc
    Redo thread mounted by this instance: 1
    Oracle process number: 15
    Unix process pid: 4312
    
    
    *** 2010-09-02 10:16:31.510
    *** SESSION ID:(321.1) 2010-09-02 10:16:31.510
    *** CLIENT ID:() 2010-09-02 10:16:31.510
    *** SERVICE NAME:(SYS$BACKGROUND) 2010-09-02 10:16:31.510
    *** MODULE NAME:() 2010-09-02 10:16:31.510
    *** ACTION NAME:() 2010-09-02 10:16:31.510
    
    Incident 88030 created, dump file: /u01/app/oracle/diag/rdbms/agbcdb/agbc/incident/incdir_88030/agbc_asmb_4312_i88030.trc
    "/u01/app/oracle/diag/rdbms/agbcdb/agbc/trace/agbc_asmb_4312.trc" 31L, 1346C                                          13,1          Top
    
    ORA-04030: out of process memory when trying to allocate 592 bytes (callheap,kfmditer)
    
    error 4030 detected in background process
    ORA-04030: out of process memory when trying to allocate 592 bytes (callheap,kfmditer)
    
    *** 2010-09-02 10:16:36.501
    ASMB (ospid: 4312): terminating the instance due to error 4030
    skgm error 27120: errno = 12, info = 5, 163842, 0, 0, 46912513437872, 1, 46912513437872
    the failover of the database on STANBY, today morning the database instance ensures also finished with the same error message.

    We followed the metalink documents to solve problems.
    SQL> ! ulimit -a
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    max nice                        (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 139264
    max locked memory       (kbytes, -l) 32
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 65536
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    max rt priority                 (-r) 0
    stack size              (kbytes, -s) 32768
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 2047
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    
    SQL> show parameter pga
    
    NAME                     TYPE     VALUE
    ------------------------------------ ----------- ------------------------------
    pga_aggregate_target             big integer 0
    SQL>
    
    SQL> select * from v$pgastat;
    
    NAME                           VALUE UNIT
    --------------------------------------------- ---------- ------------
    aggregate PGA target parameter              2684354560 bytes
    aggregate PGA auto target               167772160 bytes
    global memory bound                   268431360 bytes
    total PGA inuse                   4780392448 bytes
    total PGA allocated                  5534604288 bytes
    maximum PGA allocated                  5551688704 bytes
    total freeable PGA memory               269811712 bytes
    process count                         180
    max processes count                     181
    PGA memory freed back to OS               681246720 bytes
    total PGA used for auto workareas               0 bytes
    
    NAME                           VALUE UNIT
    --------------------------------------------- ---------- ------------
    maximum PGA used for auto workareas         2717696 bytes
    total PGA used for manual workareas               0 bytes
    maximum PGA used for manual workareas               0 bytes
    over allocation count                    2757
    bytes processed                   4510057472 bytes
    extra bytes read/written                   0 bytes
    cache hit percentage                     100 percent
    recompute count (total)                 2757
    
    19 rows selected.
    
    SQL>
    set linesize 120
    col program format a10
    col used format 999999.99
    col alloc format 999999,99
    col max format 9999999.9
    select spid,program,trunc(pga_used_mem/1024/1024) USED,
    trunc(pga_alloc_mem/1024/1024) ALLOC, trunc(pga_max_mem/1024/1024) MAX
    FROM V$PROCESS
    ORDER BY PGA_ALLOC_MEM DESC;
    
    SQL> COL PROGRAM FORMAT A40
    SQL> RUN
      1  select spid,program,trunc(pga_used_mem/1024/1024) USED,
      2  trunc(pga_alloc_mem/1024/1024) ALLOC,
      3  trunc(pga_max_mem/1024/1024) MAX
      4  FROM V$PROCESS
      5* ORDER BY PGA_ALLOC_MEM DESC
    
    SPID             PROGRAM                    USED      ALLOC        MAX
    ------------------------ ---------------------------------------- ---------- ---------- ----------
    *4348             [email protected] (ASMB)         4068.00      40,70     4070.0*
    4448             [email protected] (RSM0)        3.00       2,26      446.0
    4336             [email protected] (DBW0)        5.00         33       41.0
    4429             [email protected] (ARCt)           11.00         28       32.0
    
    SQL>
    
    SQL>  SELECT SUM(VALUE)/1024/1024 MB
      2   FROM V$SESSTAT S,V$STATNAME N
      3   WHERE N.STATISTIC#=S.STATISTIC#
      4  AND NAME='session pga memory';
    
        MB
    ----------
    4578.77262
    
    SQL>
    
    SQL> run
      1  select sid,name,value
      2  from v$statname n,v$sesstat s
      3   WHERE N.STATISTIC#=S.STATISTIC#
      4  and name like'session%memory%'
      5* order by 3 asc
    
    
          SID NAME                    VALUE
    ---------- ------------------------------ ----------
    
           119 session pga memory max        22846056
           280 session pga memory max       235067848
           321 session pga memory max      4267874920
    
           SID NAME                    VALUE
    ---------- ------------------------------ ----------
           321 session pga memory          4267874920
    
    716 rows selected.
    
    SQL> show parameter sort_area_size
    
    NAME                     TYPE     VALUE
    ------------------------------------ ----------- ------------------------------
    sort_area_size                 integer     65536
    
    SQL>  show parameter workarea_size_policy
    
    NAME                     TYPE     VALUE
    ------------------------------------ ----------- ------------------------------
    workarea_size_policy             string     AUTO
    our Director increased SR, today in the morning watch is also down because of the same error ora-04030. We started the night before now and check the stats on the PGA Tour.
    SQL> select spid,program,trunc(pga_used_mem/1024/1024) USED,
      2  trunc(pga_alloc_mem/1024/1024) ALLOC,
      3  trunc(pga_max_mem/1024/1024) MAX
      4  FROM V$PROCESS
      5  ORDER BY PGA_ALLOC_MEM DESC
      6  /
    
    SPID             PROGRAM                       Used (in MB)     ALLOC           MAX
    ------------------------ --------------------------------------------- ------------ ---------- -----------
    4372             [email protected] (LGWR)              11.00     24.00         24.00
    4473             [email protected] (ARCd)              11.00     24.00         24.00
    4503             [email protected] (ARCs)              11.00     24.00         24.00
    
    SQL>  SELECT SUM(VALUE)/1024/1024 MB
      2  FROM V$SESSTAT S,V$STATNAME N
      3  WHERE N.STATISTIC#=S.STATISTIC#
      4  AND NAME='session pga memory';
    
        MB
    ----------
    453.999092
    
    SQL> run
      1   select sid,name,value
      2  from v$statname n,v$sesstat s
      3   WHERE N.STATISTIC#=S.STATISTIC#
      4  and name like'session%memory%'
      5* order by 3 asc
    309 session pga memory            12753512
           326 session pga memory            12810392
           326 session pga memory max        12827448
    
    336 rows selected.
    
    SQL>
    now the memory used by pga is very less,

    My question: 1 why FILIPE takes too much memory?
    2. After switching to the standby database also the memory used by the process of FILIPE is not released very high almost 99.99%?

    Thank you and best regards,
    Olivier Claude.

    Hello
    you're welcome :)

    Salman

Maybe you are looking for