Oracle 12 c DB ORA-39000

can anyone help with this?

I took expdp little Oracle 12cR1 database schemas and it migrated to 11 GR 2.

However, whenever I try to import I get the below error:

ORA-39000: bad dump file specification

ORA-39142: incompatible version number 4. 1 in the dump file

You must add the 'version' parameter in your command expdp when exporting 12cR1

the additional parameter will be defined like this: version = 11.2

Tags: Database

Similar Questions

  • meet the ORA-39000: specification of the bad dump file when using datapump

    Hello
    I am using datapump to export a schema (Meta_data only). However, I would like to be named after the date and time of export taken the dump file.

    When I use the following command - the job runs perfectly.
    expdp system@*** dumpfile = expdp-'date' + %m %%d Y_ hour %M %s ".dmp logfile EXP_DP = directory = expdp-'date' + %m %%d Y_ hour %M %s".log SCHEMAS = MARTMGR CONTENT = METADATA_ONLY


    However, I want to run the export using a parfile. But if use below parfile, I encounter the following errors.

    UserID=System@***
    DIRECTORY = EXP_DP
    SCHEMAS = TEST
    dumpfile = expdp-'date' + %m %%d Y_ hour %M %s "
    LOGFILE = MARTMGR.log
    CONTENT = METADATA_ONLY

    expdp parfile = martmgr.par

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    With the partitioning option
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-39157: Error adding the file extension "expdp-'date' + %m %%d Y_ hour %M %s".
    ORA-07225: sldext: translation error, impossible to expand file name.
    Additional information: 7217



    How do I add the date and time of the dumpfile when you use a parfile.

    Thank you
    Rohit

    You can do this in a script

    setenv cur_date 'date' + %m %y %d "

    then, when you give parameters

    dumpfile = dumpfile_$ cur_date.dmp

  • ORA-39000 bad dump file specification

    Hi all

    I'm trying to exercise a windows scheduler job that will allow to create backup of my database every day once. So this is why I have created a batch file "PREPROD_BACKUP.bat", which contains data:

    off @echo

    setlocal EnableDelayedExpansion

    expdp PARFILE SYSTEM/Leosoft@XE = export_dump.par

    The export_dump.par file contains information:

    DIRECTORY = preprod_cron_jobs

    DUMPFILE = ratormonitor_! date: ~ 10, 4. Date: 6 ~, 2! ! Date: ~ 4, 2.! DMP

    LOGFILE = ratormonitor.log

    SCHEMAS = RATOR_MONITORING, RATOR_MONITORING_CONFIGURATION

    CONTENT = ALL

    When I try to run the "PREPROD_BACKUP.bat" I get error like 'ORA-39001:invalid argument value', ' ORA-39000 dump bad file specification ", ORA - 39087:directory name ratormonitor_! date is not valid. I try to create the dump with current datetimestamp file attached to the file for the name of the dump file should look like this "ratormonitor_2015.02.03.37.029062831", but we get an error.

    Looks like you're under Windows.

    This will not work:

    ! date: ~ 10, 4. Date: 6 ~, 2! ! Date: ~ 4, 2!

    If you use the following syntax:

    %Date:~10,4%%date:~6,2%.%D ate: ~ 4, 2%

  • IMP-00058: ORACLE error 1017 met ORA-01017: invalid username/passwo

    I want to run the Import tool with the user's system, I do not see as you see below script:
    D:\TÖÖ\exp_ddl.dmp>sqlplus system/[email protected] as sysdba
    
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Oct 4 16:40:58 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    
    Connected to:
    Personal Oracle Database 10g Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    SQL> ALTER USER "SYSTEM" IDENTIFIED BY VALUES 'a';
    
    User altered.
    
    SQL> quit;
    Disconnected from Personal Oracle Database 10g Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    D:\TÖÖ\exp_ddl.dmp>imp userid=system/[email protected] file=exp_cas_ddl.dmp log=exp_ca
    s_ddl.log full=y
    
    Import: Release 10.2.0.1.0 - Production on Mon Oct 4 16:41:31 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    
    IMP-00058: ORACLE error 1017 encountered
    ORA-01017: invalid username/password; logon deniedUsername: system
    Password:
    
    IMP-00058: ORACLE error 1017 encountered
    ORA-01017: invalid username/password; logon deniedUsername: SYSTEM
    Password:
    
    IMP-00058: ORACLE error 1017 encountered
    ORA-01017: invalid username/password; logon denied
    IMP-00005: all allowable logon attempts failed
    IMP-00000: Import terminated unsuccessfully
    
    D:\TÖÖ\exp_ddl.dmp>sqlplus system/[email protected] as sysdba
    
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Oct 4 16:41:53 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    
    Connected to:
    Personal Oracle Database 10g Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    SQL> select sysdate from dual;
    
    SYSDATE
    ---------
    04-OCT-10
    
    SQL> quit;
    Disconnected from Personal Oracle Database 10g Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    D:\TÖÖ\exp_ddl.dmp>sqlplus system/[email protected]
    
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Oct 4 16:46:13 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    ERROR:
    ORA-01017: invalid username/password; logon denied
    
    
    Enter user-name:
    I read the following thread:
    Re: how to use sys as sysdba to import the database
    That did not help much either i think.
    I want is to have a single command that works "Imp" and gives the name tns-database as an input parameter and the user_id parameter must be in pramaters. I can run this way Import?

    What about:

    alter user system identified by A;
    

    I guess that the command "change user identified byvalues '" is the command to settig the encrypted password.
    Only, it will be useful carry passwords of a database to another, but do not for the definition of passwords initially.

    Edited by: hartmutm the 04.10.2010 07:22

  • Error in db oracle Linux log-in: ORA-01034, ORA-27101

    Hello world

    I got below error when log installed on Linux REDHAT 6.4 (11 g R2) oracle database.

    [oracle@LOM-NEYTR-RHEL-NEW1 dbhome_1] $ sqlplus

    SQL * more: Production version 11.2.0.1.0 Mon. Nov 16 15:29:08 2015

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

    Enter the user name: dmadmin
    Enter the password:


    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 error: 2: no such file or directory
    Process ID: 0
    Session IDs: serial number 0: 0

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

    is that someone has an idea about this. I tried to connect as sysdba and connected successfully, but

    When I give the command "start", it gives below error.

    [oracle@LOM-NEYTR-RHEL-NEW1 dbhome_1] $ sqlplus / as sysdba

    SQL * more: Production version 11.2.0.1.0 Mon. Nov 16 15:26:49 2015

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

    Connect to an instance is idle.

    SQL > startup

    ORACLE instance started.

    Total System Global Area 1068937216 bytes

    Bytes of size 2220200 fixed

    817893208 variable size bytes

    243269632 of database buffers bytes

    Redo buffers 5554176 bytes

    Mounted database.

    ORA-03113: end of file on communication channel

    Process ID: 21048

    Session ID: 16 serial number: 3

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

    Please help me on this.

    Hello

    1. thanks for sharing the alerts log. next time on neighbourhoods - when you receive error first source/watch is in the alert log

    2 see the errors below

    ORA-27072: IO file error

    Linux-x86_64 error: 25: Inappropriate ioctl for device

    ORA-19502: error on file '/home/oracle/app/oracle/product/11.2.0/dbhome_1/dbs/arch1_28_850998828.dbf of writing.


    Is for example you didn't know that error if information I google for example IOCtl (http://www.iitk.ac.in/LDP/LDP/lkmpg/2.4/html/x856.html) his dirver / core program allows to interact to with the device (as the hard drive is peripheral)

    Now oracle dbwr written to right something to when starting after the phase of mounting to the location above. Maybe more space to a tablespace.


    3. the first thing you need to make sure there is a space / Home for example at startup

    4. change (move all files to the different location) it's not good to hold sound/home/oracle which is General for all other users (staging of situation - home directory)

    Update - your last exit

    dev/map/vg_lomneytrrhelnew1-lv_home 201915336 190056092 1602452 100% / Home

    Its filled to 100%

    It may be useful

    -Pavan Kumar N

  • Export of apex (oracle.apex.APEXExport) on Oracle 12 c and ORA-28040

    Customer running of Java oracle.apex.APEXExport (from Apex v4.2.5) against a 12.1.0.2 RAC - and JDBC connection failure made with a ORA-28040: no authentication protocol for. (works without problem against all our 11g RAC)

    Oracle MOS see Notes section Configuration of SQL * Net of parameters (SQLNET.) ALLOWED_LOGON_VERSION_CLIENT and SQLNET. ALLOWED_LOGON_VERSION_SERVER) to an earlier version (example 8) on the client and the server, bouncing the listener, etc.

    Googling turned up the solution to the CLASSPATH to include the ojdbc6.jar (as the first jar jdbc in the path) - and only using one more late JDBC driver/pot solves the problem.

    Played a bit with both options, but not luck. Always get the error ORA-28040 .

    Ideas, comments and suggestions will be appreciated on how to address this issue.

    Well, problem solved. With the CLASSPATH workaround works fine - if done correctly.

    Find an odbc6.jar on the platform, for example

    find $ORACLE_HOME-name ojdbc6.jar

    Set the classpath the jar of real and then in the utilities directory in your file Apex (i.e., the location where you have unpacked your download Apex). For example

    export CLASSPATH=/u01/app/oracle/product/11.2.0/dbhome_1/jdbc/lib/ojdbc6.jar:/software/apex/utilities

    Now run export Apex by following the instructions, for example

    Java oracle.apex.APEXExport - db :: -user -password -instance

  • IKM Partition Oracle Exchange Error loading - ORA-14006: invalid partition name

    Hello

    I use ODI Standalone Edition Version 11.1.1

    I've created an interface, the target table's partition.

    DDL script

    CREATE TABLE big_table2)

    ID NUMBER (10),

    CREATED_DATE DATE,

    lookup_id NUMBER (10),

    given VARCHAR2 (50)

    )

    PARTITION OF RANGE (created_date)

    (PARTITION big_table_2007 VALUES LESS THAN (MAXVALUE));

    the performance of the interface error: -.

    InternalCZ_SC_CONSULTINGjar:file:/D:/Oracle/middleware/Oracle_ODI1/oracledi/client/jdev/extensions/Oracle.ODI.Navigator.jar!/com/Sunopsis/graphical/gif/State/f_error.gif2015-01-28 10:58:38.02015-01-28 10:59:08.03014006ODI-1226: step INT_EXCH_PART fails after 1 attempt.

    ODI-1240: Flow INT_EXCH_PART fails during an operation of integration. This flow of charge table BIG_TABLE2 target.

    ODI-1228: failed INT_EXCH_PART (integration) task on the target of ORACLE ODI_STAGE connection.

    Caused by: java.sql.SQLException: ORA-14006: invalid partition name

    ORA-06512: at line 2

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3954)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1539)
    at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:163)
    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:102)
    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:1)
    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:366)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:662)
    10000000000invalid partition error.JPG

    Please can I know what is the problem.

    Put your name of the partition in upper case and double coate as:

    'BIG_TABLE_2007 '.

    The capital should not be a problem, but it is better to be like that because it will store like this in the table USER or ALL_TAB_PARTITIONS.

    This makes it easier to compare if you need to check if a partition already exists or not.

    Hope this can help you.

  • Data import of the AS400/P400 to Oracle using dbms_hs_passthrough throws ORA-00942

    The following code runs successfully, but when I manually delete the table, it fails with the error

    declare
      ret integer;
      c_date VARCHAR2(20);
      n_count number;
    begin
        begin
            EXECUTE IMMEDIATE 'DROP TABLE XXITGI.AGNTPF';
            exception
            when others then
            null;
         end;
        begin
            ret := dbms_hs_passthrough.execute_immediate@P400('drop table ITGDTA.AGNTPF1');
            exception
            when others then
            null;
        end;
            ret := dbms_hs_passthrough.execute_immediate@P400(
              q'|create TABLE AGNTPF1 AS
              (SELECT * FROM AGNTPF WHERE START_DATE >= DEC(REPLACE(CHAR(CURRENT_DATE - 7 DAYS, ISO), '-', ''), 8, 0) ) with data|');
            EXECUTE IMMEDIATE 'CREATE TABLE XXITGI.AGNTPF AS SELECT * FROM AGNTPF1@P400';
            ret := dbms_hs_passthrough.execute_immediate@P400('drop table ITGDTA.AGNTPF1');
            select to_char(CREATED, 'DD-MON-YYYY HH:MI AM') into c_date FROM DBA_OBJECTS where OWNER='XXITGI' AND OBJECT_NAME = 'AGNTPF' ;
            select count(*) into n_count from XXITGI.AGNTPF;
            DBMS_OUTPUT.PUT_LINE('TABLE:XXITGI.AGNTPF  CREATED ON :' || c_date);
            DBMS_OUTPUT.PUT_LINE('TOTAL ROWS IMPORTED :' || n_count);
    end;
    /
    
    
    
    
    

    TABLE: XXITGI. AGNTPF CREATED THE: MAY 21, 2014 12:47

    THE IMPORTED LINES TOTAL: 130

    PL/SQL procedure successfully completed.

    But when I remove the table and run again the block above. I get the error.

    12:47:55 CLONE > drop table xxitgi.agntpf;
    
    Table dropped.
    
    
    
    
    

    ERROR on line 25:

    ORA-06550: line 25, column 47:

    PL/SQL: ORA-00942: table or view does not exist

    ORA-06550: line 25, column 6:

    PL/SQL: SQL statement ignored


    Why his past even if I'm falling off the table in the code itself and recreated.


    Kind regards

    Gerard


    Oracle DB: 11.2.0.1

    Operating system: aix 6.1

    EXECUTE IMMEDIATE 'select count(*) from XXITGI.AGNTPF' INTO n_count
    

    would work.  I wonder still strongly the wisdom to create and delete tables on the fly.  And I'm still confused of what you're trying to accomplish here.  If your goal is to replicate the data, I would use a simple materialized view rather than to create and tables a fall on the two databases.

    Justin

  • ORACLE auxiliary database error: ORA-01152: 2 file was not restored en

    Hello

    I'm trying to clone a database. It is in log mode archive.
    I took a complete using below command
    run {
      backup
         tag 'DAILY_WHOLE'
         format 'FULL_backup_%s_%p_%c.bkp'     database
         plus archivelog
         tag 'DAILY_WHOLE'
         delete all input;
      backup
         current controlfile
         format 'FULL_backup_%s_%p_%c.bkp'     tag 'WHOLE'
         spfile
         format 'FULL_backup_%s_%p_%c.bkp'     tag 'WHOLE';
    }
    then I run a duplicate database command
    RUN
    {                         
     DUPLICATE DATABASE TO TEST_DB
              NOFILENAMECHECK
                NOREDO
               BACKUP LOCATION '/disk10/flash_recovery_area/PROD';
     }
    in the end, I got this error.
    contents of Memory Script:
    {
       Alter clone database open resetlogs;
    }
    executing Memory Script
    
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/15/2013 11:59:21
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01152: file 2 was not restored from a sufficiently old backup
    ORA-01110: data file 2: 'sysaux.dbf'
    Can someone help me? I'd be happy. Thank you

    NOREDO would be used when you have a consistent backup (i.e. backup performed while the database is mounted, but is not OPEN) and so any archivelogs must be applied. (It would also be the case for a NOARCHIVELOG database).

    See the notes on NOREDO in order to DUPLICATE documentation in the backup and recovery of reference.

    http://docs.Oracle.com/CD/E11882_01/backup.112/e10643/rcmsynta020.htm#i81724

    Hemant K Collette

  • Database Oracle ORA-01034 starts do not: ORACLE not available and ORA-27101

    Dear Sir.

    today I rebooted (GR 11, 2) database server after the database service does not start, the error message is

    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 error: 2: no such file or directory
    Process ID: 0
    Session IDs: serial number 0: 0

    http://www.krenger.ch/blog/ora-00845-memory_target-not-supported-on-this-system/

  • Oracle ASO - workaround for ORA-39181 solution?

    Hello people;
    My version of Oracle's "Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production
    With partitioning, Oracle Label Security, OLAP, Data Mining
    and Real Application Testing options"

    I would like a diagram with expdp with online backup command:
    expdp system/pwd schemas=SCHEMA directory=DATA_PUMP_DIR dumpfile=bkp_31082012.dmp logfile=bkp_31082012.log
    But this Oracle Label Security on this pattern! That's why I'm getting this problem:
    ORA-39181: Only partial table data may be exported due to fine grain access control on string ... 
    Is it possible to disable the BSL to do an expdp?

    Concerning

    Export schema with FGAC

  • Oracle 10g R2 dbms_scheduler ora-00054

    Hello

    I use dbms_scheduler in Oracle 10 g R2 to treat a list of requests in a queue table. I use work stations in my package. I realize that sometimes, one of the stage of the chain may fail with error Ora-00054. We can remedy the situation by adding a chain rule if the task has failed due to the error Ora-00054, run "dbms_scheduler.alter_running_chain (jobname, stepname, 'STATE', 'NOT_STARTED') and expect the work to run again?"

    Hello

    It is possible to do. Let go to the step that breaks down step-x, you need to create a new stage for example re-step-x, that points to a program that would do an alter the string to assign to the _started not step-x and re-step-x running.

    As a rule you check if ': step-State: x = "IMPOSSIBLE" and: step - x.error_code = 54' and if so start re-step-x.

    You can see the exact syntax of the here

    http://docs.Oracle.com/CD/B28359_01/AppDev.111/b28419/d_sched.htm#CHDBAFJE

    Hope this helps,
    Ravi.

  • Oracle 10g XE: 12154 ORA - TNS could not solve not connect identifier

    Hi all

    I'm a newbie in the world of the database. I downloaded Oracle 10 g XE and it works fine. I also downloaded Microsoft SQL Server 2008 R2 Trial Version and I want to connect to it.

    I installed the Oracle Instant Client and unpacked in ORACLE_HOME. When I add the ODBC Data Sources and test this I get an error: < h5 > ORA 15154 - TNS couldn't solve connect identifier < / h5 >

    I modified the listener.ora and tnsnames.ora files and also the environment varialbe TNS_ADMIN pointing/ORACLE_HOME/Network/Admin. I also added ORACLE_HOME to the PATH variable. I did a tnsping and in the command line lsnrctl status and all looks fine.

    TNS_ADMIN: < h5 > C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN < / h5 >
    Path: < h5 > C:\oraclexe\instantclient_11_2; C:\oraclexe\app\oracle\product\10.2.0\server\bin < / h5 >

    My listener.ora and tnsnames.ora files are as follows:

    -----
    tnsnames.ora
    -----
    < h5 >
    H1. OracleXE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.1.66)(PORT = 1521))
    (CONNECT_DATA =
    (= 192.168.1.66 SERVER)
    (SERVICE_NAME = XE)
    (HS = OK)
    )
    )

    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC_FOR_XE))
    )
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    )
    )

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

    XE1 = (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)
    (HOST = 192.168.1.66)
    (PORT = 1521))

    (CONNECT_DATA = (SERVICE_NAME = XE)
    )

    (HS = OK))

    < / h5 >
    -----
    Listener.ora
    -----
    < h5 >
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (= Extproc PROGRAM)
    )
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (= Extproc PROGRAM)
    )
    (SID_DESC =
    (SID_NAME = XE)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = HSODBC)
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.1.66)(PORT = 1521))
    )
    )

    DEFAULT_SERVICE_LISTENER = (XE)
    < / h5 >

    Any help would be much appreciated. I tried everything but no success at all.

    Is "PL/SQL Developer" installed in ...\program files (x 86)-...?

    If this is the case (and everything else is excluded) you could try to reinstall the software to another location, i.e. the drive completely without brackets.

  • ORA-27086 ORA-ORA-39000 ORA-39001 on SQL Developer Expdp 31641

    Hello, dbaers colleagues, trying to export using the developer 4.0.3.16 to a 11.2.0.3.12 sql database running on RHEL 5 as user SYSTEM and receiving the screen shown below will appear.  The log file and the dmp file are created so I know that's not a problem of permission to write.  Someone at - he experienced this?

    Thanks in advance!

    6

    My process created a unique name with a timestamp in the name so no other process might have used.  And I am aware that the message does not say it is a write permissions problem, just checking the obvious things first before everyone asking for thoughts.

    When it comes to provide more details, I don't really know how much more would be appropriate because I assumed that experienced users would know that there was a wizard provided by the SQL Developer with dialog boxes... I guess I could have aired it a spreadsheet?  I'm not sure.  I will do my best to provide minute details in the future.  And your question, I realize that I forgot to say that I have tried to write to a NFS mount point.

    To this end, the problem is resolved.  NFSLock didn't work on this box.  My Linux SA started and my export was properly executed.

    Sorry for any ambiguity.

  • ORA-01034: ORACLE not available ORA-27101: Kingdom is no Linux-x86_64 shared memory error: 2: no such file or directory process ID: ID of Session 0: 0 serial number: 0

    Hello

    In our society, we have oracle server on Suse Linux with two instances TETA and TETA201.

    One day on a server broke down, because there is no free space due growing files 'archivelog.

    After that I manually deleted several older archivelog files, but after the reboot, the server error occurs when connecting to the database:

    "ERROR:

    ORA-01034: ORACLE not available

    ORA-27101: shared memory realm does not exist

    Linux x86_64 error: 2: no such file or directory

    Process ID: 0

    "Session ID: serial number 0: 0"

    $ ORACLE_SID is set to TETA, if export it to TETA201 connection works correctly

    Oracle service startup there is no errors but only one instance is running TETA201 works correctly

    #############################################################################

    # Beginning of start O R A C L E section #.

    #############################################################################

    PARAMETERS from/etc/sysconfig/oracle

    -Set the Oracle kernel settings: Yes

    -Start the Oracle Listener: Yes

    -Start the Oracle database: Yes

    -Start the Oracle Web server: no

    -Start Oracle EManager: Yes

    -Start Oracle iSQLPLUS Manager: Yes

    -Start Oracle Agent: no

    -Start Oracle Internet Filesystem: no

    -Run Oracle Directory Manager: no

    Can not find required file: isqlplusctl - START_ORACLE_DB_ISQLPLUS setting = no

    Undefinied Agent Oracle or not properly configured. Please check.

    Setting the parameters of the kernel for Oracle, see the file

    / etc/sysconfig/Oracle of explanations.

    Shared memory: SHMMAX = SHMMNI(5) 3294967296 = 4096 SHMALL 2097152 =

    Semaphore values: SEMMSL = 1250 SEMMNS = 32000 SEMOPM = 100 SEMMNI = 256

    Other values: FILE_MAX_KERNEL = 131072 IP_LOCAL_PORT_RANGE = 1024 65000

    RMEM_DEFAULT = 4194304 WMEM_DEFAULT = 262144 = 4194304 = 262144 WMEM_MAX RMEM_MAX

    Huge pages:

    ULIMIT values: MAX_CORE_FILE_SIZE_SHELL = unlimited

    FILE_MAX_SHELL = 65536 = 16384 PROCESSES_MAX_SHELL

    Kernel defined for Oracle parameters: fact

    -Start listener... done

    + From databases...

    Start entry for SID TETATEST to /oracle/product/11.2.0/dbhome_1/ inskippedratab

    Database instance "TETA" of treatment: save the /oracle/product/11.2.0/dbhome_2/startup.log file

    Instance of database 'TETA201' of treatment: save the /oracle/product/11.2.0/dbhome_1/startup.log file

    Status of Oracle database start: fact

    -Starting Apache... unused

    -From unused application server

    -From Application Server Console... unused

    -Start of Agent... unused

    -From Enterprise Manager...

    DB console departure for TETA starting DB Console for TETA201 done

    -Jumped from iSQLPLUS Manager...

    -From... unused Oracle Internet file system

    -From Oracle Internet Directory... unused

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    /Oracle/product/11.2.0/dbhome_1/startup.log


    SQL * more: Production of the version 11.2.0.3.0 on Mon Jan 18 11:43 2016

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

    SQL > Polaczono.

    SQL > ORACLE Instancja zostala zamknieta.

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.3.0 - 64 bit Production

    SQL * more: Production of the version 11.2.0.3.0 on Mon Jan 18 11:43:01 2016

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

    SQL > connect to an idle instance.

    SQL > ORACLE instance started.

    Total System Global Area 1043886080 bytes

    Bytes of size 2234960 fixed

    603981232 variable size bytes

    432013312 of database buffers bytes

    Redo buffers 5656576 bytes

    Baza danych zostala zamontowana.

    Baza danych zostala otwarta.

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.3.0 - 64 bit Production

    /Oracle/product/11.2.0/dbhome_2/bin/DBSTART: warm welcome of the instance 'TETA201' database has started.

    /Oracle/product/11.2.0/dbhome_2/startup.log


    PON sty 18 11:42:52 THIS 2016

    SQL * more: Production of the version 11.2.0.4.0 on Mon Jan 18 11:42:52 2016

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

    SQL > connect to an idle instance.

    SQL > ORACLE instance started.

    Total System Global Area 4175568896 bytes

    Bytes of size 2259840 fixed

    1409287296 variable size bytes

    2751463424 of database buffers bytes

    Redo buffers 12558336 bytes

    Baza danych zostala zamontowana.

    ORA-03113: end of file on communication channel

    Māju ID: 10080

    Sesji ID: 33, serial number: 3

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.4.0 - 64 bit Production

    /Oracle/product/11.2.0/dbhome_2/bin/DBSTART: hot "TETA" database instance started.

    Linux: ~ # service oracle State

    #############################################################################

    # Begin State O R A C L E section #.

    #############################################################################

    Kernel parameters

    Shared memory: SHMMAX = SHMMNI(5) 3294967296 = 4096 SHMALL 2097152 =

    Semaphore values: SEMMSL, SEMMNI, SEMMNS, SEMOPM: 1250 32000 100 256

    Database Instances

    TETA instance is out of service (autostart: Y)

    Instance of TETATEST is broken (autostart: N)

    TETA201 of the instance is declining (autostart: Y)

    AMT-listener: to the top

    Webserver (Apache httpd): low (0 process)

    List of processes by user oracle:

    PID TTY STAT TIME COMMAND

    9855?        SSL 0:00 /oracle/product/11.2.0/dbhome_2/bin/tnslsnr LISTENER

    10128?        SS 0:00 ora_pmon_TETA201

    10130?        SS 0:00 ora_psp0_TETA201

    10132?        SS 0:00 ora_vktm_TETA201

    10136?        SS 0:00 ora_gen0_TETA201

    10138?        SS 0:00 ora_diag_TETA201

    10140?        SS 0:00 ora_dbrm_TETA201

    10142?        SS 0:00 ora_dia0_TETA201

    10144?        SS 0:00 ora_mman_TETA201

    10146?        SS 0:00 ora_dbw0_TETA201

    10148?        SS 0:00 ora_lgwr_TETA201

    10150?        SS 0:00 ora_ckpt_TETA201

    10152?        SS 0:00 ora_smon_TETA201

    10154?        SS 0:00 ora_reco_TETA201

    10156?        SS 0:00 ora_mmon_TETA201

    10158?        SS 0:00 ora_mmnl_TETA201

    10166?        SS 0:00 ora_qmnc_TETA201

    10338?        SS 0:00 ora_cjq0_TETA201

    11195?        SS 0:00 ora_q000_TETA201

    11197?        SS 0:00 ora_q001_TETA201

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    Help, please

    RMAN target /.

    RMAN > startup mount;

    RMAN > overlap archivelog all;

    RMAN > delete archivelog expired;

    RMAN > alter database open;

Maybe you are looking for