ORA-31626: there is no job

Hello
I have tose errors when exporting in 10 g R2 on Win 2003:
ORA-31626: job does not exist

ORA-06512:  "SYS.DBMS_DATAPUMP", line 2745
ORA-06512:  "SYS.DBMS_DATAPUMP", line 3712
Looking around, I found the same thing but for ORA-06512: at "SYS." DBMS_SYS_ERROR', line 95ORA-06512: at "SYS." "KUPV$ FT", line 863

Thanks for help

Its the same name of new job expdp from old issue. Link doc below to metalink

https://metalink2.Oracle.com/MetaLink/PLSQL/f?p=130:14:7360345825777486806:p14_database_id, p14_docid, p14_show_header, p14_show_help, p14_black_frame, p14_font:NOT, 556425.1, 1, 1, 1, helvetica

Doc - id: 556425.1

Kind regards

Vassallo

Tags: Database

Similar Questions

  • IMPDP import DataPump fails with error ORA-31626 ORA-6512 31637 ORA ORA-31632 ORA-31635

    Hello


    As he attempted an impdp, I get after the sequence of errors-


    ORA-31626: there is no job
    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 79
    ORA-06512: at "SYS." "KUPV$ FT", line 885
    ORA-31637: failed to create the SYS_IMPORT_TABLE_01 work for user LSU
    ORA-31632: table main "LSU. SYS_IMPORT_TABLE_01"not found, invalid or unreachable
    ORA-31635: impossible to establish synchronization job resources
    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 79
    ORA-06512: at "SYS." "KUPV$ FT_INT", line 1986
    ORA-04063: package body 'SYS. DBMS_LOCK"contains errors
    ORA-06508: PL/SQL: called program unit is not found: 'SYS. DBMS_LOCK.


    Parameters passed to impdp are also less

    Impdp sjm/xxxxxx@flman700 DIRECTORY = temp_dir DUMPFILE = dyman01_exp01.dmp, dyman01_exp02.dmp, dyman01_exp03.dmp, dyman01_exp04.dmp, dyman01_exp05.dmp, dyman01_exp06.dmp LOGFILE is one. JOURNAL OF THE TABLES = CST_ACTVT TABLE_EXISTS_ACTION = ADD


    Any help on how to proceed to another. Cannot find jobs datapump hung in the target database.

    Version of data source and target - 10.2.0.3


    Thank you


    Sery

    Hello

    According to DBA_DEPENDENCIES (for 11.1 anyway) the dependencies of the table for DBMS_LOCK are DUAL and DBMS_LOCK_ALLOCATED - these two exist?

    I suggest that you get a failure and the rerun catalog and the catproc.

    See you soon,.

    Rich

  • tablespace expdp 10g default ORA-31626 31633 - ORA ORA-06512 ORA-06512 ORA-01647

    Hello

    I have currently a database 10g running on a server, AIX, one of its tablespace (CTSPRODDOC) data files located in two places;

    1 /doc/ctsproddoc.dbf

    2 /image/ctsproddoc_01.dbf

    As he tried to export the tablespace for help after a command;

    Directory of cts/cts expdp = tablespaces dumpfile = CTSPRODDOC.dmp dmpdir1 = CTSPRODDOC

    It fails with following error messages;

    ORA-31626: there is no job

    ORA-31633: could not create the main table 'CTSPRODDOC. SYS_EXPORT_TABLESPACE_05 ".

    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 95

    ORA-06512: at "SYS." "KUPV$ FT", line 863

    ORA-01647: tablespace "CTSPRODDOC" is read-only, cannot allocate space inside

    I was able to export a different tablespace with success of the same database to the same directory. But I'm unable to export CTSPRODDOC.

    Can someone please advise.

    Thank you

    Hem

    Hello

    I suspect that the default tablesapce for the user of the CTS is CTSPRODDOC. You can change this something else? or do some export under a different name that has a different default tablespace?

    See you soon,.

    Harry

  • ORA-31626 dbms_datapump running

    I wrote some PL/SQL to do nightly exports of my database, but I have been unable to operate. I'm getting an ORA-31626. A search of Metalink has not yield well except a few possible references to the aq_tm_processes and streams_pool_size.

    Has anyone else seen elsewhere? My streams_pool_size is 0, but I use the automatic SGA sizing so what I understand pool of watercourses should not be defined more precisely and Oracle will allocate space to the pool shared according to the needs. Code pasted below:

    Thank you

    < pre >
    DECLARE
    l_dp_handle NUMBER;
    l_last_job_state VARCHAR2 (30): = "UNDEFINED";
    l_job_state VARCHAR2 (30): = "UNDEFINED";
    l_sts KU$ _STATUS;
    v_file_handle UTL_FILE. TYPE_DE_FICHIER;
    v_exists BOOLEAN;
    v_dbname VARCHAR2 (12);
    v_expfile VARCHAR2 (32);
    v_explog VARCHAR2 (32);
    v_expfile1 VARCHAR2 (32);
    v_explog1 VARCHAR2 (32);
    v_expfile2 VARCHAR2 (32);
    v_explog2 VARCHAR2 (32);
    V_LENGTH NUMBER;
    v_blocksize NUMBER;
    v_jobstate VARCHAR2 (30);
    v_jobstatus KU$ _JOBSTATUS;
    v_status KU$ _STATUS;
    v_scn NUMBER;
    BEGIN
    SELECT name
    IN v_dbname
    DATABASE of v$.

    v_expfile: = v_dbname | ' _exp.dmp';
    v_explog: = v_dbname | ' _exp.log';
    v_expfile1: = v_dbname | ' 1_exp.dmp';
    v_explog1: = v_dbname | ' 1_exp.log';
    v_expfile2: = v_dbname | ' 2_exp.dmp';
    v_explog2: = v_dbname | ' 2_exp.log';

    DBMS_OUTPUT. ENABLE (1000000);
    -Checks if a file exists and if so rename
    UTL_FILE. FGETATTR ('DUMP_FILES', v_expfile1, v_exists, v_length, v_blocksize);
    IF v_exists
    THEN
    dbms_output.put_line (' Rename ' | v_expfile1 |' to ' | v_expfile2);
    UTL_FILE. FRENAME (src_location = > 'DUMP_FILES', nomfichier_src = > v_expfile1 dest_location = > 'DUMP_FILES', dest_filename = > v_expfile2, overwrite = > TRUE);
    dbms_output.put_line (' Rename ' | v_explog1 |' to ' | v_explog2);
    UTL_FILE. FRENAME (src_location = > 'DUMP_FILES', nomfichier_src = > v_explog1 dest_location = > 'DUMP_FILES', dest_filename = > v_explog2, overwrite = > TRUE);
    dbms_output.put_line ("' renowned files.");
    END IF;
    -Rename the current file
    UTL_FILE. FGETATTR ('DUMP_FILES', v_expfile, v_exists, v_length, v_blocksize);
    IF v_exists
    THEN
    dbms_output.put_line (' Rename ' | v_expfile |' to ' | v_expfile1);
    UTL_FILE. FRENAME (src_location = > 'DUMP_FILES', nomfichier_src = > v_expfile dest_location = > 'DUMP_FILES', dest_filename = > v_expfile1, overwrite = > TRUE);
    dbms_output.put_line (' Rename ' | v_explog |' to ' | v_explog1);
    UTL_FILE. FRENAME (src_location = > 'DUMP_FILES', nomfichier_src = > v_explog dest_location = > 'DUMP_FILES', dest_filename = > v_explog1, overwrite = > TRUE);
    dbms_output.put_line ("' renowned files.");
    END IF;

    -Export full Begin
    dbms_output.put_line (' ' start export ');
    -Get the current database YVERT

    SELECT current_scn
    IN v_scn
    DATABASE of v$.

    l_dp_handle: = dbms_datapump.open (operation = > 'EXPORT', job_mode = > 'FULL', remote_link = > NULL, job_name = > "NIGHTLY_EXPORT", version = > 'LATER');
    dbms_datapump.add_file (handle = > l_dp_handle, filename = > v_expfile, directory = > 'DUMP_FILES', filetype = > DBMS_DATAPUMP.) KU$ _FILE_TYPE_DUMP_FILE);
    dbms_datapump.add_file (handle = > l_dp_handle, filename = > v_explog, directory = > 'DUMP_FILES', filetype = > DBMS_DATAPUMP.) KU$ _FILE_TYPE_LOG_FILE);
    dbms_datapump.set_parameter (handle = > l_dp_handle, name = > 'FLASHBACK_SCN', value = > v_scn); -Even running consistent traditional export mode
    dbms_datapump. START_JOB (l_dp_handle);
    -Start loop to determine whether the task is complete
    v_jobstate: = "UNDEFINED";
    WHILE (v_jobstate! = 'COMPLETE') and (v_jobstate! = "STOPPED")
    LOOP
    DBMS_DATAPUMP. GET_STATUS)
    manage = > l_dp_handle,
    mask = > 15,-DBMS_DATAPUMP.ku$ _status_job_error + DBMS_DATAPUMP.ku$ _status_job_stats + DBMS_DATAPUMP.ku$ _status_wip
    Timeout = > NULL,
    job_state = > v_jobstate,
    State = > v_status
    );
    v_jobstatus: = v_status.job_status;
    END LOOP;

    dbms_output.put_line (' export completed with status: ' | v_jobstate);
    dbms_datapump. Detach (l_dp_handle);
    END;
    < / pre >

    I don't say that the size of my pool is just, but it's what I have:

    shared_pool_size = 400 m
    STREAMS_POOL_SIZE = 13 m

    Since this failure on the command open, I wonder if you already have a job that is opened with the same name. While I was trying to get your script to work, I removed the job_name = "NIGHTLY_EXPORT" and assign

    job_name-online null,

    This creates just a job name that is not already in use.

    Dean

  • After installing OWD, I get ORA-01919: there is no role "JAVAIDPRIV"

    I'm working on Oracle 10gXE.
    Now, I just installed OWB and creating the repository user, I get this message:

    (' processSQLDBA Token'(.../.../rtasst/platform_system_rights.sql): java.sql.SQLException: ORA-01919: there is no role "JAVAIDPRIV"

    Previously, I was asked to give a user name for the repository and I chose one, but I've not created before on my database, so I assumed that the installation of OWB could put everything on its own, shouldn't it?

    Thank you!

    Unfortunately Oracle 10 g Express Edition is not supported for use with OWB.
    OWB are certified against the Standard and Enterprise versions only.

  • on the ora-01006: there is no bind variable

    Hi all of you, I have this dynamic sql code:

    DECLARE

    CLOB v_query;

    number of CPT;

    Start

    v_query: ='

    SELECT

    County (TBA. ANT_ID)

    Of

    ...

    WHERE TBA. ANT_FUT_ID = TFT. FUT_ID

    AND TBA. ANT_KATEGORIE_CODE_ID = TAKCL. ANT_KATEGORIE_CODE_ID (+)

    AND TBA. ANT_KFZ_REIHEN_ID = TKR. KFZ_REIHEN_ID (+)

    AND TBA. ANT_ID = F1. ANT_ANT_ID (+)

    AND TBA. ANT_ID = F2. ANT_ANT_ID (+)

    AND TBA. ANT_ID = F3. ANT_ANT_ID (+)

    AND TBA. ANT_ID = ERS.ers_bdk (+)

    AND TBA. ANT_ID = F1_2.ANT_ANT_ID (+)

    AND TBA. ANT_ID = F2_3.ANT_ANT_ID (+)

    AND TBA. ANT_ID = UPM. MFU_ANT_ID (+)

    AND UPM. MFU_NIETGEOMETRIE_ID = NG. NG_ID (+)

    AND UPM. MFU_MATRIZEN_BEICHNUNG_ID = MZB. MZB_ID (+)

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

    -Suchkriterien: -.

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

    -Creator

    AND DECODE (ERS.ers_id, NULL, '%', ERS.ers_name) AS DECODE (": 1", "%", "') |" ' || :1 ||''''|| DECODE('':1'',''%'',''')

    -Fahrzeug

    AND DECODE (TKR.NAME, NULL, '%', TKR.NAME) AS DECODE (": 2", "%", "') |" ' || :2 ||''''|| DECODE('':2'',''%'',''')

    -BDK

    AND DECODE (fuege_db.bdk_nummer (TBA. ANT_ID, "."), NULL, "PERCENT",

    fuege_db.bdk_nummer (TBA. ANT_ID, ".") ) LIKE '%'. :3||'' %''

    -Technology

    AND TBA. ANT_FUT_ID AS DECODE (": 4%","","') |" ' || :4 ||''''|| DECODE('':4'',''%'',''')

    -Art

    AND ((TBA. ANT_WFP_ID is null and 1 = DECODE('':5'',NULL,1,1,1)) ou (TBA.)) ANT_WFP_ID is not null and 2 = DECODE (": 5 cm, 2,2,2)))

    -ADV

    AND TBA. ANT_VTA = decode (cm: 6 cm, 1.1, TBA.) ANT_VTA) ';

    run immediately v_query

    in USING cpt

    "Dominik Hussmann."

    "AU736_Q7_SUV,"

    '' ,

    "WPS Stahl."

    '',

    '0' ;

    end;

    In execution, I have this error: ora-01006: bind variable does not exist, after analysis, I found that the problem is with the settings: 5 and: 6, I do not understand that they have the same syntax

    as variables bind 1,2,3 and 4.

    Than you for any suggestion.

    I hope that you realize that there are 13 variable bind in your sql, not 6?

    Variables are related by mail. You cannot use the same variable to link twice, they will be 2 separate bind variable.

    For example, you use: 1 three times, so you must provide three arguments, in this case, three times the same value.

  • ORA-04080: there is no trigger &lt; trigger &gt;

    SQL > conn sys / as sysdba
    Enter the password:
    Connected.
    SQL > create user pega identified by pega;

    Created by the user.

    SQL > create user pegaas identified by pegaas;

    Created by the user.

    SQL > grant connect, resources, create a trigger, alter any trigger, administer database triggers, create any synonym of pega;

    Grant succeeded.

    SQL > grant connect, resources, create a trigger, alter any trigger, administer database triggers, create any synonym of pegaas;

    Grant succeeded.

    SQL > conn/pega pega.
    Connected.

    SQL > create table test1 (number x (1));

    Table created.

    SQL > create table test2 (y number (1));

    Table created.

    SQL > CREATE OR REPLACE TRIGGER TRPR4_BASE
    AFTER INSERTION
    ON test1
    FOR EACH LINE
    BEGIN
    insert into test2 values (1);
    end;
    /

    Trigger created.

    SQL > conn pegaas/pegaas;
    Connected.
    SQL > create synonym TRPR4_BASE pega. TRPR4_BASE;

    The synonym is created.

    SQL > alter trigger TRPR4_BASE active;
    ALTER trigger TRPR4_BASE activate
    *
    ERROR on line 1:
    ORA-04080: trigger 'TRPR4_BASE' does not exist

    Is it possible to change the trigger without adding the schema name? (pega. TRPR4_BASE)


    SQL > select SYNONYM_NAME, TABLE_OWNER, TABLE_NAME, OWNER of dba_synonyms, where SYNONYM_NAME like '% TRPR4_BASE % '.

    Name synonym owner Tbl Ownr Tbl
    ----------------------------- ---------------------------------------- ------------------------------ ------------------------- -----------------
    PEGAAS TRPR4_BASE PEGA TRPR4_BASE

    There is a way to do it with ALTER SESSION SET CURRENT_SCHEMA (see http://docs.oracle.com/cd/E11882_01/server.112/e25494/general009.htm):

    SQL> create user pega identified by pega;
    
    User created.
    
    SQL> create user pegaas identified by pegaas;
    
    User created.
    
    SQL> grant connect, resource, create any trigger, alter any trigger, administer database trigger, create any synonym to pega;
    
    Grant succeeded.
    
    SQL> grant connect, resource, create any trigger, alter any trigger, administer database trigger, create any synonym to pegaas;
    
    Grant succeeded.
    
    SQL> conn pega/pega;
    Connected.
    SQL> create table test1(x number(1));
    
    Table created.
    
    SQL> create table test2(y number(1));
    
    Table created.
    
    SQL> create or replace trigger trpr4_base
      2  after insert
      3  on test1
      4  for each row
      5  begin
      6  insert into test2 values (1);
      7  end;
      8  /
    
    Trigger created.
    
    SQL> conn pegaas/pegaas;
    Connected.
    SQL> alter session set current_schema=pega;
    
    Session altered.
    
    SQL> alter trigger trpr4_base enable;
    
    Trigger altered.
    
    SQL> exit
    
  • ORA-01006: there is no bind variable

    Hello

    I'm trying to shoot an insert that inserts data into a table from another table based on certain conditions.
    But I get this error.
    declare
    v_c1 varchar2(10):='a1';
    date_c2 varchar2(15):='12-aug-2012';
    begin
    strquery:='insert into tab1 select from tab2 where tab2.c1='':x'' and tab2.c2='':y''';
    execute immediate strquery using v_c1,date_c2; ------------BIND VARIABLE date_c2 does not exist
    end;

    Review your dynamic sql code:

    SQL> set serveroutput on
    SQL> exec dbms_output.put_line('insert into tab1 select from tab2 where tab2.c1='':x'' and tab2.c2='':y''');
    insert into tab1 select from tab2 where tab2.c1=':x' and tab2.c2=':y'
    
    PL/SQL procedure successfully completed.
    
    SQL> 
    

    Can't you see you just bind variables? All I see are strings ": X"and": there '." Change:

     strquery:='insert into tab1 select from tab2 where tab2.c1='':x'' and tab2.c2='':y''';
    

    TO

    strQuery: ='insert into select tab1 tab2 where tab2.c1 =: x and tab2.c2 =: y';

    SY.

  • ORA-20504: there is no such thing as target Type: host: 4.4

    Hello world


    I'm having the problem described here: https://support.oracle.com/epmos/faces/DocumentDisplay?id=2040538.1



    the proposed solution is:

    BUG 20537139 fix is included in the last 12.1.0.5 EM BP

    Apply patch 20537139 once its available or follow-up with OOB application

    As a workaround:

    Installation agent 12.1.0.5

    but I don't know where to find the version of patch or the 12.1.0.5 agent for linux x86_64


    I use offline to Cloud Control Update self.


    Thanks for help.

    Hello

    You can view these work orders:

    Agent server

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

    host name

    Nslookup hostname

    Nslookup ipaddress

    Nslookup OMShostname

    Nslookup OMSipaddress

    Ping on the SGD server

    Telnet SGD server

    From the SGD server

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

    host name

    Nslookup hostname

    Nslookup ipaddress

    Nslookup agenthostname

    Nslookup agentipaddress

    Ping the proxy server

    Server Telnet agent

    Do you have any communication problems in the homepage of the Agent?

    You have the following URL address: https://target_host:3872/emd/main / (i.e. the http when you run emctl officer status)

    This means that the agent is not sure.

    You have a valid CSI to raise sr.

    Also please not, you need solve the problem of communication between the two hosts and open ports if the firewall exists.

    Sincere greetings,

    Ansari

  • PL / SQL: ORA-00947: there are enough values

    INSERT INTO FUNCIONARIOS
         (nome,
         apelido,
         codigo,
         tipo,
         cnpj,
         cic,
         rg,
         ie,
         identifica_palm,
         data_nascimento,
         data_entrada,
         data_admissao,
         data_demissao,
         data_cadastro,
         estadocivil,
         e_mail,
         sexo,
         pesq_colaborador,
         senha)
        VALUES
         p_nome,
         p_apelido,
         p_codigo,
         p_tp_pes,
         p_cpfcnpj,
         p_cpfcnpj,
         p_rgie,
         p_rgie,
         p_palm,
         v_dt_nasc,
         v_dt_ent,
         v_dt_adm,
         v_dt_dem,
         v_dt_cad,
         p_estadocivil,
         p_e_mail,
         p_sexo,
         p_pesq_colaborador,
         p_senha);
    Why this error?

    You forgot the opening parenthesis

    VALUES
    * (* p_nome,
    p_apelido,
    p_codigo,

  • using remap_tablespace in impdp but still get ORA-01658 for old tablespace...

    Hi all

    I posted this question in the section export/import/SQL Loader & external Table but couldn't do a work around, so post the question here.

    Version of DB - 10.2.0.4.0

    OS - SuSE Linux Enterprise Server 10 (x86_64)

    I took 1 schema export using expdp and everything went successfully.

    The command used was-

    nohup expdp user_in_dev/user_in_dev dumpfile = user_in_dev_18june_new.dmp logfile = expdp_user_in_dev_18june_new.log directory = dir_user_in_dev VERSION = 10.2.0 STATUS = 60 HAPPY = ALL &

    All the above schema data are present in the DEV_TBLSPACE tablespace that is almost full (98%).

    Now, I'm importing the dumpfile into production under schema user_in_prod. Tablepace DEV_TBLSPACE is also present here and is almost 90% full, so I'm remapping in PROD_TBLSPACE using below command: -.

    nohup impdp user_in_prod/user_in_prod DIRECTORY = dir_user_in_dev = HAPPY user_in_dev_18june_new.dmp DUMPFILE = all = impdp_user_in_prod_18june_new.log remap_schema = user_in_dev:user_in_prod VERSION = 10.2.0 LOGFILE remap_tablespace = DEV_TBLSPACE:PROD_TBLSPACE &

    but I am getting below error: -.

    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production 64-bit

    With partitioning, OLAP, Data Mining and Real Application Testing options

    ORA-31626: there is no job

    ORA-31633: could not create the main table 'USER_IN_PROD. SYS_IMPORT_FULL_05 ".

    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 95

    ORA-06512: at "SYS." "KUPV$ FT", line 871

    ORA-01658: cannot create as INITIAL segment in tablespace DEV_TBLSPACE

    When I use remap_tablespace to change the storage space, it must use PROD_TBLSPACE now which has enough free space available.

    User user_in_prod also has unlimited(-1) PROD_TABLESPACE quota.

    Currently, the user_in_prod schema is empty and is not any object.

    Kindly help.

    P.S. - dev exported tables are not partitioned tables.

    Error messages are self-explanatory, if you want to read and investigate them, which you do not want apparently.

    Fact: the two expdp and impdp create a table that is used to manage expdp and impdp

    Reality: this table belongs to the user who runs the expdp and imdp

    Reality: It is created in the DEFAULT tablespace users.

    So: what's the obvious conclusion?

    The default tablespace for USER_IN_PROD is DEV_TBLSPACE,

    and there is no space even to create this table small impdp.

    And you don't need to post in two forums to reach this conclusion.

    Just a small industry and a little thought.

    However, the only thing most people here know is how to hit CTRL + C and Ctrl + V.

    Oracle is not on rocket science and people who don't want to make any effort to master it, should stay away from him.

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

    Sybrand Bakker

    Senior Oracle DBA

  • ORA-39060: one or more tables has declined due to conflicts with the main table

    Dear all,

    Currently, I have problems, I try to import the entire schema

    bash - $3.2

    bash - $3.2 impdp dumpfile = PRODDUMP BALL/BALL_BALL@BALL. DMP DIRECTORY = DUMP_DIR FULL = Y LOGFILE = IMP Log REMAP_SCHEMA = BALL: BALL REMAP_TABLESPACE = BALLDATA:BALLDATA

    Import: Release 11.2.0.3.0 - Production the my Sep 30 15:28:08 2013

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    With partitioning, Automatic Storage Management, Oracle Label Security, OLAP,.

    Options of Data Mining and Real Application Testing

    ORA-39060: one or more tables has declined due to conflicts with the main table

    UDI-31626: operation there was error ORACLE 31626

    ORA-31626: there is no job

    ORA-39086: cannot retrieve information about jobs

    ORA-06512: at "SYS." DBMS_DATAPUMP', line 3326

    ORA-06512: at "SYS." DBMS_DATAPUMP', line 4551

    ORA-06512: at line 1

    Any solution please

    Hello

    You can use the view:DBA_DATAPUMP_JOBS

    then use the table as drop statements

    drop table . purge;

    HTH

  • ORA-39080: cannot create queues during the backup from the rman catalog

    Hello
    I am trying to upgrade my database 10 g and 11 g and I'm trying to back up my rman catalog. However, I get an error. Can someone help me please-

    That's what I give-
    nohup expdp DIRECTORY = EXPORT_DIR userid=rman/adc1243@rmandb full = y job_name = full_rmandb_upg_exp DUMPFILE=EXPORT_DIR:rmandb_upg_exp%U_20100618.dmp LOGFILE = PARALLEL EXPORT_DIR:rmandb_upg_exp_20100618 = 3 &

    and I get this-

    Oracle @ < progd1 >: / home/oracle $tail f nohup.out
    ORA-31626: there is no job
    ORA-31637: could not create user RMAN FULL_RMANDB_UPG_EXP work
    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 95
    ORA-06512: at "SYS." "KUPV$ FT_INT", line 600
    ORA-39080: cannot create queues ' KUPC$ C_1_20100618202950 ' and ' KUPC$ S_1_20100618202950 ' to Data Pump task
    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 95
    ORA-06512: at "SYS." ' KUPC$ QUE_INT ', line 1606
    ORA-04031: unable to allocate 56 bytes of shared memory ('pool feed', 'unknown object', 'pool feed', 'set the allocation callback')

    ORA-04031: unable to allocate 56 bytes of shared memory ('pool feed', 'unknown object', 'pool feed', 'set the allocation callback')

    04031, 00000, "unable to allocate %s bytes of shared memory (\"%s\",\"%s\",\"%s\",\"%s\")"
    // *Cause:  More shared memory is needed than was allocated in the shared
    //          pool.
    // *Action: If the shared pool is out of memory, either use the
    //          DBMS_SHARED_POOL package to pin large packages,
    //          reduce your use of shared memory, or increase the amount of
    //          available shared memory by increasing the value of the
    //          initialization parameters SHARED_POOL_RESERVED_SIZE and
    //          SHARED_POOL_SIZE.
    //          If the large pool is out of memory, increase the initialization
    //          parameter LARGE_POOL_SIZE.  
    

    Stream uses system global area (SGA) memory to store the information required to capture and apply. To allocate memory from the SGA for use by water courses, establish a flow pool in the SGA by specifying the STREAMS_POOL_SIZE parameter. The default value for this setting is 0, which means that the stream instead uses the shared pool memory. If you leave the STREAMS_POOL_SIZE to its default value (0), water courses will be considering using up to 10 percent of the SHARED_POOL_SIZE, then Oracle recommends at least 200 MB for the STREAMS_POOL_SIZE parameter. The source and destination databases must take account of this memory in the SGA.

    Published by: sb92075 on June 18, 2010 19:17

  • How to kill jobs in "select * from DBA_DATAPUMP_JOBS".

    Hello

    I am killing the jobs I see on DBA_DATAPUMP_JOBS (Oracle 10 g R1)

    Select * from DBA_DATAPUMP_JOBS

    OWNER_NAME JOB_NAME OPERATION JOB_MODE STATE ATTACHED_SESSIONS DEGREE

    SYS PHR_EXPORT2 EXPORT TABLE DOES NOT NOT 0 0
    SYS PHR_EXPORT EXPORT TABLE DOES NOT NOT 0 0
    SYS PHR_EXPORT1 EXPORT TABLE DOES NOT NOT 0 0

    I've done those a connected as user sys.
    Now, I can't kill them.
    I try to get quick export > kill_job, but I am not able.

    set c:\expdp sys/passwordOfSys@servicename = PHR_EXPORT

    Oracle wonder username:, and I set the system. After that:

    Connected to: Oracle Database 10g Release 10.1.0.4.0 - Production
    ORA-31626: there is no job
    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 79
    ORA-06512: at "SYS." "KUPV$ FT", line 330
    ORA-31638: could not attach to PHR_EXPORT work for the SYSTEM user
    ORA-31632: main table "of the SYSTEM. PHR_EXPORT"not found, invalid or unreachable
    ORA-00942: table or view does not exist

    Is this a way to kill or remove jobs showed in DBA_DATAPUMP_JOBS?

    Thank you!

    OK, I got it.

    Just drag the jobs in this way:

    drop table sys.phr_export1
    drop table sys.phr_export1
    drop table sys.phr_export2

  • problem in expdp/impdp

    Hi, I'm currently expdp/impdp but every time the same mistakes. OS win Server 03 on ORACLE 10 g.

    errors:

    C:\Documents and Settings\Administrateur > impdp rΘpertoire "/ as sysdba" = "data_pump_dir" dumpfile = logfile = scott.log'scott.dmp ' '

    Import: Release 10.2.0.3.0 - Production on Tuesday, March 25, 2014 10:43:18

    Copyright (c) 2003, 2005, Oracle.  All rights reserved.

    Connected to: Oracle Database 10 g Enterprise Edition Release 10.2.0.3.0 - Production

    With partitioning, OLAP and Data Mining options

    ORA-31626: there is no job

    ORA-04063: package body 'SYS. DBMS_INTERNAL_LOGSTDBY"contains errors

    ORA-06508: PL/SQL: called program unit is not found: 'SYS. "DBMS_INTERNAL_LOGSTDBY '

    ORA-06512: at "SYS." "KUPV$ FT", line 834

    ORA-04063: package body 'SYS. DBMS_INTERNAL_LOGSTDBY"contains errors

    ORA-06508: PL/SQL: called program unit is not found: 'SYS. DBMS_INTERNAL_LOGSTDBY ".

    SQL > alter the body of package DBMS_INTERNAL_LOGSTDBY compilation;

    WARNING: The bodies of Package modified with compilation errors.

    SQL > show error

    PACKAGE BODY DBMS_INTERNAL_LOGSTDBY errors:

    LINE/COL ERROR

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

    2563/4 PL/SQL: statement ignored

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

    2625/3 PL/SQL: statement ignored

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

    2809/2 PL/SQL: statement ignored

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

    HELP ME PLEASE

    Since you're using Oracle 10 g version...

    Check if you have columns that contain "TEMESTAMP (6) ' data by using this query type:"

    Select dba_tab_columns owner, table_name, column_name data_type where column_name = 'TIMESTAMP' and data_type like '% TIMESTAMP ';

    If the previous query lists for you a list of tables, you must do the following for each table:

    ALTER table system.table_name change (date timestamp);

    Then recompile the package "DBMS_INTERNAL_LOGSTDBY" again.

    I hope this helps.

    Kind regards

Maybe you are looking for

  • Possible to have two TV connected to an apple TV?

    I have two TVs on the same wall, facing each other. One in the room and the other in the living room. Possible to have on Apple TV for two monitors?

  • strange line selection / forts of the

    Hi cvi - rs.Lately, don't know exactly when, and what I did, but now LabWindows selects the text in a very strange way.In place of (with SHIFT since the beginning of the line 01) highlight at the end of the line, and then the end of the next line and

  • Hardware malfunction * the system stopped *.

    Had Windows reinstalled on Dell Inspiron 1318, computer Vista laptop was working fine, then during use, the blue screen appeared with this message... Hardware malfunction Call your provider of support material NMI: channel check / IOCHK The system st

  • Installer of creative cloud will work not (MAC)

    Hi, I tried to install Adobe CC on my Macbook Pro 2015 version. I have already downloaded the dmg file, and every time I open the dmg file. He asks me to double click on the installer, but after I double click it and enter my admin password, nothing

  • When SCANNING listeners need to be restarted? (2 G 11)

    HelloOnce you have installed the grid below it creates 3 receivers LISTENER_SCANxstarts automatically (like many other resources). I have also created/configured listening portdefault name LISTENER in my GRID_HOME/network/admin/listener.ora and sount