Recurring error ORA-01654

Dear all
We are running a batch process and consistently getting this error. (Unexpected error in package pk_rts_con_daily_rates, program "p_create_cpr_record". Error is "ORA-01654: unable to extend index RTS.CRP_CPA_FK_I by 1280 in tablespace RTS_INDEX_LARGE".).
The DBA has extended the table space but the error still comes up. Is this error a problem with amount of data being collected at the process level or is there a problem with the extended table space reverting to it's original size after backups finish or some other process finishes?
Cheers .

Hi,
Did you verify how much space was left in the tablespace when the error occurred ?
This error is a "no space" error, so the only way to resolve it should be to resize the tablespace.
When you resize a tablespace, the change is permanent, and not dependent on any process.

Similar Messages

  • Error: ORA-01654: unable to extend index APPLSYS.SYS_IOT_TOP_34179 by 16 in

    Hi,
    I am using Oracle API (HzLocationV2Pub.LocationRec) to update record and getting the following error message in JDeveloper log and couldn't able to update.
    x_return_status : U
    x_msg_data : Unexpected SQL error encountered during synchronization:
    Procedure: sync_party_site
    Error: ORA-01654: unable to extend index APPLSYS.SYS_IOT_TOP_34179 by 16 in tablespace APPS_TS_QUEUES
    Please contact the system administrator.
    x_msg_count : 1
    What is the reason behind this error?
    How to resolve this?
    Thanks & Regards,
    Sagarika

    Hi,
    You need to add more space to your datafile/tablespace, or extend the index.
    SQL> alter index APPLSYS.SYS_IOT_TOP_34179 storage (maxextents unlimited);
    SQL> ALTER TABLESPACE <tablespace name> ADD DATAFILE '<full path and file name>' SIZE <integer> <K|M>; Note: 1025288.6 - How to Diagnose and Resolve UNABLE TO EXTEND Errors
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=1025288.6
    Note: 19049.1 - OERR: ORA 1654 unable to extend index by for tablespace
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=19049.1
    Note: 762273.1 - ORA-1654: unable to extend index
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=762273.1
    Regards,
    Hussein

  • ORA-01654 error message when inserting multiple records

    Hello all,
    I have a Test table with attributes TEST_ID, TEST_NAME, TEST_DATE, STATUS, and want to insert multiple records into this table based on user input form. If user select a value from the drop down list, and the number of records to insert into the Test table, the application should insert that many into the Test table with the same TEST_DATE, STATUS, but TEST_NAME should be the drop down list value + i (1....the number of inserted records). I manually created the form, and wrote a sql for the process.
    For example if the user select MUSIC, 3 then data should look like this
    TEST_ID TEST_NAME TEST_DATE STATUS
    1 MUSIC1 04/06/2010 Y
    2 MUSIC2 04/06/2010 Y
    3 MUSIC3 04/06/2010 Y
    I got the error ORA-01654: unable to extend index TEST_TOOL_ID.TEST_PK by 128 in table space FLOW_13120862905990037739.
    The process query
    DECLARE IDTEST NUMBER := 1;
    BEGIN
    WHILE (IDTEST < :P1_COUNT + 1) LOOP
    INSERT INTO TEST ( TEST_NAME, TEST_DATE, STATUS )
    VALUES ((:P1_TEST_NAME || ' ' ||IDTEST), SYSDATE, 'Y');
    END LOOP;
    END;
    Here is the link to this application
    http://apex.oracle.com/pls/apex/f?p=4000:1:3173416575551580::NO:RP:FB_FLOW_ID,F4000_P1_FLOW:32828,32828
    Any help would be appreciated.
    Thanks,
    Karoline

    This is the output i get when i change the getMessage with printStackTrace.
    String getMessage() replaced with printStackTrace:
    G:\studies\Chapter11\MakeDB.java:33: 'void' type not allowed here
                   System.out.println("Could not drop primary key on UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:43: 'void' type not allowed here
                   System.out.println("Could not drop UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:54: 'void' type not allowed here
                   System.out.println("Could not drop Users table: "
    ^
    G:\studies\Chapter11\MakeDB.java:64: 'void' type not allowed here
                   System.out.println("Could not drop Stocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:83: 'void' type not allowed here
                   System.out.println("Exception creating Stocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:102: 'void' type not allowed here
                   System.out.println("Exception creating Users table: "
    ^
    G:\studies\Chapter11\MakeDB.java:119: 'void' type not allowed here
                   System.out.println("Exception creating UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:133: 'void' type not allowed here
                   System.out.println("Exception creating UserStocks index: "
    ^
    G:\studies\Chapter11\MakeDB.java:159: 'void' type not allowed here
                   System.out.println("Exception inserting user: "
    ^
    9 errors
    Tool completed with exit code 1

  • Ora-01654 error

    Hi all,
    We are getting this following short dump in our system.
    ora-01654 unable to extend index sapsr3.d010inc~1 by 8192 in the tablespace psapsr3701.
    When i checked in the db02 the tablespace was having sufficient space.I tried to add another data file to it.
    I was getting the below error then.
    ORA-01119: error in creating database file
    '/oracle/DS3/sapdata1/sr3701_9/sr3701.data9'
    ORA-27040: file create error, unable to create file
    Could someone help us in understanding the issue.Thanks.

    Hi,
    Eventhough u seem to have enough space at the OS, the actual disk space might have been occupied if the datafiles are set to auto extend. Try to turn off the auto extend so that u can gain some space at the OS level. Then try to extend the tablespace by adding a new datafile.
    Steps to turn off the auto extend.
    Login to the server as ora<SID>
    Execute BRTools
    2 - Space Management
    5 - Alter data file
    c - cont
    c - cont
    4 - Turn off autoextend
    Select the datafile for which u want to turn off the tablespace by entering the corresponding number(for example 1).
    c - cont
    c - cont
    Repeat the steps mentioned above till u gain space at the OS level.
    Hope this will resolve ur issue.
    Regards,
    Varadharajan M

  • Disco for Oracle Apps with Scheduling not in Apps ~ Throws Error ORA-06502

    Hi All,
    I have had an SR with Oracle for almost 1/2 year now to set-up scheduling with the scheduling schema not being Apps. They have not been able to fix this yet.
    I have used note 757831.1. When I try to set-up a schedule that is recurring, the following error is thrown: ORA-06502.
    Does any one have a success story associated with setting-up scheduling in a Disco Oracle Apps end user layer where the scheduling schema is not apps?
    Thanks,
    Patrick
    Edited by: Patrick Bacon on Dec 10, 2010 7:18 AM
    Edited by: Patrick Bacon on Dec 10, 2010 8:21 AM

    Pl do not post contents of MOS Docs publicly - this violates terms of your support contract.
    We were successful in doing this with Disco 4i a long time ago. I am assuming the process is the same for 10g. Pl see if these MOS Docs can help. Pl post the complete error message.
    Error When Trying To Schedule Workbooks: The Batch Repository Schema Must Have Been Granted Direct Access To All Of The Tables Referenced In This Sheet (Doc ID 1125208.1)
    How To Store Scheduled Workbooks Results In A Different Schema Other than APPS? (Doc ID 370855.1)
    Error When Trying To Schedule Workbooks: The Batch Repository Schema Must Have Been Granted Direct Access To All Of The Tables Referenced In This Sheet (Doc ID 464968.1)
    Discoverer Quick Start: Setting Up Workbook Scheduling (Doc ID 74116.1)
    Scheduling Workbooks In A Applications Mode EUL Configured With A Batch User Fails With Errors ORA-06502, ORA-06512 (Doc ID 331165.1)
    HTH
    Srini

  • ORA-01654: unable to extend index user.index_x by 16 in tablespace tablespa

    Hi all,
    I get the error message : ORA-01654: unable to extend index user.index_x by 16 in tablespace tablespace_t after an insert into table table_x(having the index index_x ).
    Could you please help me ? Should I add new datafile? Is there any other solution
    I have get this message before, I have added new datafile to this tablespace,
    ALTER TABLESPACE tablespace_t ADD DATAFILE 'C:\APP\...\ORADATA\MABASE\S_TAB_user02.DBF' SIZE 500M
    AUTOEXTEND ON NEXT 100M MAX SIZE 1000M;
         TABLESPACE_NAME     ALLOUE     OCCUPE     LIBRE
    1     tablespace_t     5720     5421     297

    i think that would work.. And also if the error still persists then you have to tune the queries which are cost effective..For that you have to wait until you get the same error after addition of the datafile..Cheers!

  • ORA-01654 unable to extend index

    Hello,
    while inserting a new record with this statment:
    INSERT INTO vocc.VOC_CM_ANNUNCIO ( ID_RECORD, TIPO_AZIONE, ID_VOC_OPERATORE, ID_ANN_FONTE, COD_NAZIONE,
    COD_REGIONE, COD_PROVINCIA, COD_COMUNE, LOCALITA_ESTERA, DATORE_LAVORO, FLG_PUBBLICA_DATORE,
    TELEFONO, FLG_PUBBLICA_TELEFONO, FAX, FLG_PUBBLICA_FAX, EMAIL, FLG_PUBBLICA_EMAIL, SITO_INTERNET,
    FLG_PUBBLICA_SITO_INTERNET, CLASSIFICAZIONE, POSIZIONE, NUMERO_POSTI, COD_CONTRATTO,
    COD_ORARIO_LAVORO, DURATA_CONTRATTO, NOTE, ETA_MINIMA, ETA_MASSIMA, COD_MILITARE, COD_AUTOMUNITO,
    COD_DISPONIBILITA_TRASFERTA, COD_DISPONIBILITA_TURNI, COD_DISPONIBILITA_FORMAZIONE,
    COD_FIGURA_PROFESSIONALE, COMPETENZE, DATA_PUBBLICAZIONE, DATA_SCADENZA, TIPO_RAPPORTO,
    FLG_FORMA ) VALUES (
    14781, 'ins', '20', '1', NULL, '01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
    , NULL, NULL, NULL, NULL, NULL, NULL, '3', NULL, NULL, NULL, 'Disponibili immediatamente'
    , '20', '50', NULL, NULL, NULL, NULL, NULL, '122504', NULL, '01/01/2006', '31/01/2006'
    , 'CLI', 'D');
    I got the following error.
    ORA-01654: unable to extend index VOCC.PK_VOC_CM_ANNUNCIO by 128 in tablespace VOCC_IDX
    Instead if I execute this statment:
    INSERT INTO vocc.VOC_CM_ANNUNCIO ( ID_RECORD, TIPO_AZIONE, ID_VOC_OPERATORE, ID_ANN_FONTE, COD_NAZIONE,
    COD_REGIONE, COD_PROVINCIA, COD_COMUNE, LOCALITA_ESTERA, DATORE_LAVORO, FLG_PUBBLICA_DATORE,
    TELEFONO, FLG_PUBBLICA_TELEFONO, FAX, FLG_PUBBLICA_FAX, EMAIL, FLG_PUBBLICA_EMAIL, SITO_INTERNET,
    FLG_PUBBLICA_SITO_INTERNET, CLASSIFICAZIONE, POSIZIONE, NUMERO_POSTI, COD_CONTRATTO,
    COD_ORARIO_LAVORO, DURATA_CONTRATTO, NOTE, ETA_MINIMA, ETA_MASSIMA, COD_MILITARE, COD_AUTOMUNITO,
    COD_DISPONIBILITA_TRASFERTA, COD_DISPONIBILITA_TURNI, COD_DISPONIBILITA_FORMAZIONE,
    COD_FIGURA_PROFESSIONALE, COMPETENZE, DATA_PUBBLICAZIONE, DATA_SCADENZA, TIPO_RAPPORTO,
    FLG_FORMA ) VALUES (
    1999, 'ins', '20', '1', NULL, '01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
    , NULL, NULL, NULL, NULL, NULL, NULL, '3', NULL, NULL, NULL, 'Disponibili immediatamente'
    , '20', '50', NULL, NULL, NULL, NULL, NULL, '122504', NULL, '01/01/2006', '31/01/2006'
    , 'CLI', 'D');
    I have no problem.
    select max(ID_RECORD) from vocc.VOC_CM_ANNUNCIO = 14785
    Could anyone please explain, how to solve this problem.
    Thank you,
    Regards,
    Lavinia

    Okay,
    this is table structure:
    CREATE TABLE VOC_CM_ANNUNCIO
    ID_RECORD NUMBER NOT NULL,
    TIPO_AZIONE VARCHAR2(3),
    ID_VOC_OPERATORE VARCHAR2(10),
    ID_ANN_FONTE VARCHAR2(20),
    COD_NAZIONE VARCHAR2(4),
    COD_REGIONE VARCHAR2(2),
    COD_PROVINCIA VARCHAR2(3),
    COD_COMUNE VARCHAR2(4),
    LOCALITA_ESTERA VARCHAR2(100),
    DATORE_LAVORO VARCHAR2(305),
    FLG_PUBBLICA_DATORE VARCHAR2(1),
    TELEFONO VARCHAR2(20),
    FLG_PUBBLICA_TELEFONO VARCHAR2(1),
    FAX VARCHAR2(20),
    FLG_PUBBLICA_FAX VARCHAR2(1),
    EMAIL VARCHAR2(50),
    FLG_PUBBLICA_EMAIL VARCHAR2(1),
    SITO_INTERNET VARCHAR2(105),
    FLG_PUBBLICA_SITO_INTERNET VARCHAR2(1),
    CLASSIFICAZIONE VARCHAR2(4),
    POSIZIONE VARCHAR2(300),
    NUMERO_POSTI VARCHAR2(3),
    COD_CONTRATTO VARCHAR2(4),
    COD_ORARIO_LAVORO VARCHAR2(3),
    DURATA_CONTRATTO VARCHAR2(2),
    NOTE VARCHAR2(200),
    ETA_MINIMA VARCHAR2(2),
    ETA_MASSIMA VARCHAR2(2),
    COD_MILITARE VARCHAR2(1),
    COD_AUTOMUNITO VARCHAR2(1),
    COD_DISPONIBILITA_TRASFERTA VARCHAR2(1),
    COD_DISPONIBILITA_TURNI VARCHAR2(1),
    COD_DISPONIBILITA_FORMAZIONE VARCHAR2(1),
    COD_FIGURA_PROFESSIONALE VARCHAR2(6),
    COMPETENZE VARCHAR2(300),
    DATA_PUBBLICAZIONE VARCHAR2(10),
    DATA_SCADENZA VARCHAR2(10),
    TIPO_RAPPORTO VARCHAR2(3),
    FLG_FORMA VARCHAR2(1)
    TABLESPACE VOCC_TBL
    PCTUSED 40
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 168K
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    FREELISTS 1
    FREELIST GROUPS 1
    BUFFER_POOL DEFAULT
    LOGGING
    NOCACHE
    NOPARALLEL;
    The PK is:
    CREATE UNIQUE INDEX PK_VOC_CM_ANNUNCIO ON VOC_CM_ANNUNCIO
    (ID_RECORD)
    NOLOGGING
    TABLESPACE VOCC_IDX
    PCTFREE 10
    INITRANS 2
    MAXTRANS 255
    STORAGE (
    INITIAL 32K
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    FREELISTS 1
    FREELIST GROUPS 1
    BUFFER_POOL DEFAULT
    NOPARALLEL;
    And the tbl:
    CREATE TABLESPACE VOCC_IDX DATAFILE
    MINIMUM EXTENT 512K
    LOGGING
    DEFAULT STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    ONLINE
    PERMANENT
    EXTENT MANAGEMENT DICTIONARY;

  • ORA-01654: unable to extend index DRM_DB.IDXREL02 by 1024 in tablespace DRM_INDEX

    Hi
    I am running an action script in DRM 11.1.2.1 and I received the following error on some of the lines of the script: ORA-01654: unable to extend index DRM_DB.IDXREL02 by 1024 in tablespace DRM_INDEX.
    Does anyone know what this means, and what is the fix?
    Thanks,

    The issue was caused because the  DRM_DB.IDXREL02 tablespace was maxed out.
    Add the datafile to existing 'IDXREL02' tablespace to increase the size.
    example -
    sql> alter tablespace DRM_DB.IDXREL02 add datafile 'file>/IDXREL02.dbf' size 500M autoextend on;
    Thanks,
    ~KKT~

  • ORA-01654: unable to extend index BNE.BNE_CONTENT_COLS_B_UK2 by 15 in table

    Dear Gurus:
    Following workers fail during upgrade from 11.5.10 to 12.1.1, i am u6678700.drv :
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file pqpzzossempintg.ldt on worker 1.
    FAILED: file pqpzzflxcnt.ldt on worker 2.
    FAILED: file pqpzzflxmap.ldt on worker 3.
    FAILED: file pqpzzossempmap.ldt on worker 4.
    Adworker Log file Details:
    Loading data using FNDLOAD function.
    FNDLOAD APPS/***** 0 Y UPLOAD @BNE:patch/115/import/bnecont.lct @PQP:patch/115/import/US/pqpzzflxcnt.ldt -
    Connecting to APPS......Connected successfully.
    Calling FNDLOAD function.
    Returned from FNDLOAD function.
    Log file: /data/oracle/PRD/apps/apps_st/appl/admin/PRD/log/US_pqpzzflxcnt_ldt.log
    Error calling FNDLOAD function.
    Time when worker failed: Sat Oct 17 2009 16:53:51
    Now i have alos checked the US_pqpzzflxcnt_ldt.log details are mention below:
    Current system time is Sat Oct 17 14:39:52 2009
    Uploading from the data file /data/oracle/PRD/apps/apps_st/appl/pqp/12.0.0/patch/115/import/US/pqpzzflxcnt.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/data/oracle/PRD/apps/apps_st/appl/bne/12.0.0/patch/115/import/bnecont.lct(120.0), /data/oracle/PRD/apps/apps_st/appl/pqp/12.0.0/patch/115/import/US/pqpzzflxcnt.ldt) to staging tables
    Dumping LCT file /data/oracle/PRD/apps/apps_st/appl/bne/12.0.0/patch/115/import/bnecont.lct(120.0) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /data/oracle/PRD/apps/apps_st/appl/pqp/12.0.0/patch/115/import/US/pqpzzflxcnt.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (BNE_CONTENTS PQP PQP_FLEXI_WEBADI_CNT , BNE_CONTENT_COLS 286 ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for BNE_CONTENT_COLS: CONTENT_ASN = PQP, CONTENT_CODE = PQP_FLEXI_WEBADI_CSV_CNT, SEQUENCE_NUM = 26, ORA-01654: unable to extend index BNE.BNE_CONTENT_COLS_B_UK2 by 15 in tablespace BNEX
    ORA-06512: at "APPS.BNE_CONTENT_COLS_PKG", line 25
    ORA-06512: at "APPS.BNE_CONTENT_COLS_PKG", line 441
    ORA-01403: no data found
    Concurrent request completed
    Current system time is Sat Oct 17 14:39:53 2009
    After looking at the error i did the following:
    alter database datafile '/data/oracle/prddata/benx01.dbf' resize 2G;
    alter database datafile '/data/oracle/prddata/benx01.dbf' autoextend on next 100m maxsize 3G;
    ALTER TABLESPACE BENX ADD DATAFILE '/data/oracle/prddata/benx02.dbf' size 500m AUTOEXTEND ON;
    But still the issue remains, please help in resolving the same
    Thanks & Regards
    Kiran Rana

    Dear Guru,
    Followed both the documents which i have already followed, but no much of use as following query alos does not return any rows:
    select segment_name, owner, extents, max_extents
    from dba_segments
    where segment_type = 'INDEX' and
    (extents +1) >= max_extents;
    Any other thing which i need to check
    Regards
    Kiran Rana

  • Options to avoid error ORA-01653

    Hi all,
    Error - ORA 01653,01654
    Since this error message is related to tablespace overflow. So using what all options can we avoid this error, apart from table reorganisation ?
    Regards,
    Sanjeev Kumar

    Hello Sanjeev,
    This error as you know oocurs when there are no free contigous data block to be allocated in the data file.
    There are two solutions for this.
    1. Extend the table space i.e you add new data files in the table space.
    2. Resize the datafile size.
    Also if you are using Locally managed tablespaces, you can set the autoextend option on for a reasonable size if you can afford diskspace.
    All this can be done using BR*TOOLs (which i am sure you are already aware of :-).
    Hope this helps.
    Regards,
    Prashant

  • Not valid month Error Ora 01843

    hi
    This is an error while running a report 6i. in Oracle 8i Environment.
    "Not valid month Error Ora 01843"
    This report is working fine in Production. But it is not working in Development Database.
    Development database is the image of Production system.
    Any reason for this Error?

    Dear Naseer C ,
    We got similar experiences for several time.
    We quried like that.
    Selet moth from table;
    08-AUG-1988
    08-08-1988
    08-08-88
    We changed several time until diappear the message.
    Hopefully, it will help you.
    Best regards,
    S!G

  • Unable to add external data source in BAM : Error ORA-12505

    Hi,
    In BAM,
    Im trying to add an external data source for creating a data object.
    But when i try to test the connection i get the following error:
    Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    Source: "java.sql.SQLException: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor "
    Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    Source: "oracle.net.ns.NetException: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor "
    As mentioned in another post ((Listener does not currently know of SID given in connection descriptor
    i tried
    lsnrctl stop.
    delete listener.ora
    lsnrctl start
    lsnrctl reload
    But still get the same error;
    Im able to access the database with the specified username and password using sqlplus.
    Your help will be appreciated.
    Regards
    Vignesh Ramanathan

    For #5, not Windows, ConfigMgr 2012 R2. Anything before ConfigMgr 2012 R2 is not supported for the 8.1 ADK.
    For the permissions, what accounts are you setting this for. In general, if the share is on the same server, Everyone Full or Read on the Share and System Full or Read on the NTFS should work.
    For the error message, it looks like you are trying to import an OS Image and not an OS Install Package. OS images use a WIM file and OS Install Packages use the entire set of source files from the media. For OS images, you must thus explicitly point it
    to a specific WIM file.
    Jason | http://blog.configmgrftw.com

  • Error ORA-12560 prompts when trying to log in to the Enterprise Manager

    Hi all,
    I am a newbie to Oracle.
    Just installed the Oracle 9i Database Enterprise Edition (9.0.1) into Windows Server 2003 Standard Edition. Problem is encountered when trying to log in to the Enterprise Manager Standalone mode using either system/oracle or scott/tiger as credentials. Error "ORA-12560: TNS:protocol adapter error" prompts.
    I tried to check with some configuration and see whether the services are started. Services of "OracleOraHome90TNSListener" and "OracleServiceORCL" have been started and the database exists in the dedicated directory. Environment variables of "ORACLE_HOME" and "ORACLE_SID" have been added manually as the SID is set to orcl, which I just follow what the instruction manual has stated. Moreover, I can't get access using command prompt typing "svrmgrl"; error returned stating " 'svrmgrl' is not recognized as an internal or external command, operable program or batch file."
    Another information is that there is no domain set in my server. Just a server with a name being assigned in a workgroup.
    Hence, would you mind please advice me what to do in order to get access into the Enterprise Manager? It's quite an urgent task.
    A million thx in advance!
    Best Regards,
    Karen

    Hi Jigneshrp,
    Thanks for your reply.
    It is checked that the listener is running and TNS name service exists. Following your advice, I did create a new listener and another name service and use them, but the same error turns out when trying to log in to the Enterprise Manager again.
    Additional information to take note for is that while reconfiguring the existing listener or creating a new listener, a mesage prompts stating "The information provided for this listener is currently in use by other software on this computer. You can proceed with the configuration as it is, but it will not be possible to start this listener until the conflict is resolved. Would you like to continue with the continue with the configuration anyway? Yes/No".
    As for the reconfiguration or the new creation of TNS names service, when I am trying to test for the connection, the results in the details pane states that "Connecting... ORA-12560: TNS:protocol adapter error. The test did not succeed...."
    Would you mind pls advice me on these?
    Furthermore, there exist 2 questions I am wondering is that it is stated in the instruction manual that prior to the installation, a static IP should be specified for it instead of the DHCP one; hence, I wanna ask after the complete insallation, is it that the server should be running in the network, i.e. allow it to get connected with the outside network?
    2nd question is that can Oracle 9i Database Server Standard Edition (9.0.1) be installed under a Windows Server 2003 Standard Edition and just a Window XP Professional?
    Thanks for your reply.
    Best Regards,
    Karen

  • Error while trying to retrieve text for error ORA-12154

    Hello,
    I try to install php 5.1.2 on a WIN2003 server and IIS6 with the OCi8 extension without success from several days.
    On my server I've a 920 oracle client and the 10.1 instant client, I copy the tnsnames.ora in the instant client's directory.
    I've declare many environnement variables :
    - NLS_LANG : AMERICAN_AMERICA.WE8MSWIN1252
    - TNS_ADMIN : E:\...\oracle\instantclient_10_1
    - ORA_NLS33 : E:\..\oracle\920\ocommon\nls\ADMIN\DATA
    With the php command line the oci_connect function correctly works : the php command line use the instant client's tnsnames.ora. I can query with success my database.
    When I try to load a web php script (the same as the php command line script) I have the following error " Error while trying to retrieve text for error ORA-12154" ( oci_connect( $user , $pass, $sid ) . The $sid variable have the value of an alias declared in the tnsnames.ora.
    If I replace the sid's alias by something like this " (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xx.xx.xx.xx)(PORT=1521)))(CONNECT_DATA=(SID=xx)" in the oci_connect function, I have another error : Error while trying to retrieve text for error ORA-12705.
    A web page with the phpinfo function displays the following messages about oci8 extension : It seems to be correct.
    oci8
    OCI8 Support enabled
    Revision $Revision: 1.269.2.8 $
    Active Persistent Connections 0
    Active Connections 0
    Temporary Lob support enabled
    Collections support enabled
    Do you have any idea ? Thanks a lot

    The web server is not seeing the Oracle environment correctly. You need to set PATH to the instant client libraries. ORA_NLS33 is not used for Oracle 10g clients. Perhaps you have some library conflict with two versions of Oracle on the machine?
    These may help:
    http://www.oracle.com/technology/tech/php/htdocs/php_troubleshooting_faq.html#envvars
    http://blogs.oracle.com/opal/2006/05/01

  • Error ORA-03113: end-of-file on communication channel in droppping  a table

    Good evening,
    I am very new on Oracle and I have a problem with some tables. Without any reason, apparently, I can't drop some of my table. Oracle gives me this error:
    ORA-03113: end-of-file on communication channel
    and then close the connection of the user.
    What I should have to do?
    It is very important.
    Thanks a lot
    best regards
    Anna Zanetti

    Good morning, I still have the same problem, I can't drop a table from my database.
    The message is again:
    Re: Error ORA-03113: end-of-file on communication channel
    The alert log file says:
    Fri Nov 17 12:27:31 2006
    Errors in file /usr/oracle/admin/oracledb/udump/oracledb_ora_4369.trc:
    ORA-07445: exception encountered: core dump [0955C61F] [SIGSEGV] [Address not mapped to object] [0xC] [] []
    and in file oracledb_ora_4369.trc there is:
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0xc, PC: [0x955c61f, 0955C61F]
    Registers:
    %eax: 0x00000000 %ebx: 0x00012d95 %ecx: 0x58301930
    %edx: 0x00000000 %edi: 0x5830d9e8 %esi: 0x00000000
    %esp: 0xbfffae1c %ebp: 0xbfffb060 %eip: 0x0955c61f
    %efl: 0x00210282
    (0x955c61f) movzw 0xc(%eax),%eax(0x955c623) cmp $30,%eax
    (0x955c626) jle 0x955c63e
    (0x955c628) xor %edx,%edx
    (0x955c62a) push %edx
    *** 2006-11-17 12:27:31.658
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [0955C61F] [SIGSEGV] [Address not mapped to object] [0xC] [] []
    Current SQL statement for this session:
    drop table fiumiforjoin
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    08856247 call 0885776A 1 ? 0 ? 1 ? 1 ? 0 ? 0 ?
    08290320 call 0885605A 3 ? 0 ? 0 ? 0 ? 0 ? 0 ?
    0955C61F signal 08290320 B ? BFFFAAB0 ? BFFFAB30 ?
    0955D6BE call 0955C61F 5830F01C ? 0 ? FFFFFFFF ? 0 ?
    1 ? 5830F01C ?
    08DD1EEB call 0955CC22 BFFFB394 ? 0 ? 0 ? BFFFB348 ?
    58EAB2B0 ? C ?
    09434EF3 call 08DD1A28 BF2A8C4 ? BFFFC0C0 ?
    BFFFC0C0 ? 4 ? B6AB0300 ?
    B6ABC2E0 ?
    094106E0 call 094326D4 4 ? 0 ? BFFFC0C0 ?
    093D7BB5 call 0940FEF8 3 ? E ? BFFFC1F8 ? A4 ?
    093D630C call 093D7AC4 BFFFCDF0 ? BFFFCD08 ? 17 ?
    1 ? 0 ? A4 ?
    08293DE6 call 0850FFFF 5E ? 14 ? BFFFCDEC ?
    0A1ED44D call 08293DE6 5E ? 14 ? BFFFCDEC ? 0 ?
    08292122 call 0A1ECAE4 BF2A8C0 ? 5E ? BFFFCDEC ? 0 ?
    BFFFD6E8 ? BFFFD6E4 ?
    0941F190 call 0829193C 0 ? 0 ? BF2A8C0 ? BF83090 ?
    F1 ? 0 ?
    08293DE6 call 0850FFFF 3C ? 4 ? BFFFEB08 ?
    08291238 call 082937A8 3C ? 4 ? BFFFEB08 ? 0 ?
    0828F403 call 08291012 3C ? 4 ? BFFFEB08 ?
    08274A3D call 0828F39C BFFFEAEC ? 3C ? 4 ?
    BFFFEB08 ? B6CC017C ?
    B6C1A17C ?
    __libc_start_main() call 08274A3D 2 ? BFFFEBA4 ? BFFFEBB0 ? 0 ?
    +218 B6C1C898 ? B7600020 ?
    Any idea of what I have to do?
    Thanks for your help..
    Best Regards
    Anna Zanetti

Maybe you are looking for

  • "Past Due - Will be installed", but the app never tries to install

    I have gone over the existing threads and found none that fit my situation. Here is what I know: The deadline has passed with a status of Past due - will be installed. The deployment is targeted to a computer collection. If I manually start the insta

  • Convert character sets for one or more characters

    Hello, Issue: Source File: Test.csv Source file dropped on application server as csv file via FTP Total records in csv file 102396 while loading into PSA  I can able to load only 38,000 records after that I am getting error message " convert characte

  • CANopen: the PC doesn't communicate with the motor controller

    Hi there, I'm new with both Labview and CANopen and I'm trying to write a RXPDO on my Linmot motor controller(VI attached). I'm using a PCI CAN Series 2 card.  My VI worked just once ; I was able for example to move the motor with the JOG commands. 

  • Table maintanence generator Events and BADI

    hi, We are in middle of creating technical design.  The scenario is given below. A BADI is implemented and the we are writing code for saving data in a table and we are writing events in table maintanence generator for this table to validate the data

  • Partially locked layer

    I am using CS4. I have a partially locked layer. It is not the background layer. I partially locked it myself but forgot how I did it. How do I unlock it?