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

Tags: Database

Similar Questions

  • How to load the date and time from text file to oracle using sqlloader table

    Hi friends

    I need you to show me what I miss loading date and time text file in a table oracle using sqlloader

    It's my data in this way (c:\external\my_data.txt)
    7369,SMITH,17-NOV-81,09:14:04,CLERK,20
    7499,ALLEN,01-MAY-81,17:06:08,SALESMAN,30
    7521,WARD,09-JUN-81,17:06:30,SALESMAN,30
    7566,JONES,02-APR-81,09:24:10,MANAGER,20
    7654,MARTIN,28-SEP-81,17:24:10,SALESMAN,30
    my table in the database emp2
    create table emp2 (empno number,
                      ename varchar2(20),
                      hiredate date,
                      etime date,
                      ejob varchar2(20),
                      deptno number);
    the code for the control in this path (c:\external\ctrl.ctl) file
    load data
     infile 'C:\external\my_data.txt'
     into table emp2
     fields terminated by ','
     (empno, ename, hiredate, etime, ejob, deptno)
    This is the error:
    C:\>sqlldr scott/tiger control=C:\external\ctrl.ctl
    
    SQL*Loader: Release 10.2.0.1.0 - Production on Mon May 31 09:45:10 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    Commit point reached - logical record count 5
    
    C:\>
    any help that I enjoyed

    Thank you

    Published by: user10947262 on May 31, 2010 09:47

    load data
    INFILE 'C:\external\my_data.txt '.
    in the table emp2
    fields completed by «,»
    (empno, ename, hiredate, etime, Elysa, deptno)

    Try

    load data
     infile 'C:\external\my_data.txt'
     into table emp2
     fields terminated by ','
     (empno, ename, hiredate, etime "to_date(:etime,'hh24:mi:ss')", ejob, deptno)
    

    This is the error:

    C:\>sqlldr scott/tiger control=C:\external\ctrl.ctl
    
    SQL*Loader: Release 10.2.0.1.0 - Production on Mon May 31 09:45:10 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    Commit point reached - logical record count 5
    
    C:\>
    

    This isn't a mistake, you can see errors in the log file and bad.

  • Load the XML file into oracle using sql loader

    Hello

    I'm trying to load an xml file into a table using sqlldr.
    I have a table as follows:
    CREATE TABLE xmlloadtable
    ( id number,
     data_xml XMLType
     )
      XmlType data_xml STORE AS CLOB;
    I have a control file that I know is perfectly false:
    LOAD DATA 
    INFILE '/home/oraread/'
    INTO TABLE xmlloadtable 
    (
    id,
    data_xml 
    )
    I googled for the file control and tried in different ways, but of no use.
    I want to load the entire xml file into the table.
    Can someone help me with the correct control file. Any help is appreciated!

    Try this

    LOAD DATA
    INFILE '/home/oraread/'
    INTO TABLE xmlloadtable
    (id,
     file_name          filler,
     data_xml          lobfile(file_name) terminated by eof
    )
    

    You can add the file as a column name field to your table between the id and xml column and remove the word to fill in the .ldr file if you need to keep the name of the file

  • Import the data file into the system of 9

    We find very cumbersome to import external data into intelligence reports 8.2. At the time that we get things trimmed and formatted, and all datatypes paired is unmanageable on any scale. We wondered if the file, import, capacity of data file still exists in the system 9 and if it improved?

    Yes, there still are even in 11.x and is pretty much the same functionality.

    I don't know which version support allows you to refresh data imported through the Process method.

    With the help of imported data files are quick solutions for the integration of data from office with the company data. However, it is not ideal and easily deployed in a business model and will not work if your users use the iHTML customer.

    Hope this is useful

    Wayne Van Sluys
    TopDown Consulting

  • I can't find the code 39 fonts to use in mac bar

    I need to print labels that contain 39 barcode fonts. How to install on mac mini?

    You can get a legal copy of police in barcode 39 herefree. Make sure you read the title, using the Code 39 barcode fonts. You can also get it here.

    For the first link above, they give you two choices to download the font. DO NOT operate the link recommended . Unless you like adware as well as what you can download from a site of garbage like download.com. The other link will download the police directly. It also comes with a bunch of junk. Throw the INSTALL.exe file. The rest of it in the subfolder are examples. The only thing of real importance is the .ttf font. Alternatively, use the new .otf (OpenType) fonts.

    The police made the code bar itself. If you want the numbers to appear below, you must do so separately. As with the standard MICR font. Or you can use an easy to read font such as Courier (Courier in particular because it is a monospaced font).

  • Import data over the network link in oracle 11 g

    We want to take the export of the NDO schema in database production and
    import in the scheme of the NDO in UAT database on a network
    link using data in Oracle 11 g pump. Kindly share the steps.

    Scenario:
    Directly import the schema of TEST01 in the production database (oraodrmu) to test the oraodrmt database, on
    a network to help pump link and data from database in Oracle 11 g.

    Note: When you perform an import via a database link, the import source is a database, not a dump file set, and the data is imported to the connected instance of database.
    Because the link may identify a database remotely in a network, the database of terms link and the network link are used interchangeably.

    =================================================================
    STEP 1 (IN PRODUCTION DATABASE - oraodrmu)
    =================================================================

    [root@szoddb01] > su - oraodrmu

    Enter the user name: virtue sysdba
    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > grant resources to test01.

    Grant succeeded.

    SQL > grant imp_full_database to test01.

    Grant succeeded.

    SQL > select owner, object_type, status, count (*) in the dba_objects where owner = "TEST01" group by owner, object_type, status;

    OWNER OBJECT_TYPE STATUS COUNT (*)
    ------------------------------ ------------------- ------- ----------
    TEST01 PROCEDURE VALID 2
    TEST01 TABLE 419 VALID
    TEST01 SEQUENCE VALID 3
    TEST01 FUNCTION VALID 8
    TEST01 TRIGGER 3 VALID
    TEST01 INDEX VALID 545
    TEST01 LOB 18 VALID

    7 selected lines.

    SQL >
    SQL > define pages 999
    SQL > format 'size Mo' 999 999 999 col
    SQL > col 'objects' format 999 999 999
    SQL > select obj.owner 'owner '.
    obj_cnt 2, 'objects '.
    3, decode (seg_size, NULL, 0, seg_size) 'size MB.
    4 of (select master, the obj_cnt of count (*) group by owner dba_objects) obj
    5, (select master, ceil (sum (bytes) / 1024/1024) seg_size)
    6 Group dba_segments by owner) seg
    7 where obj.owner = seg.owner (+)
    Order of 8 by 3 desc, desc 2, 1
    9.

    Size of the objects owner MB
    ------------------------------ ------------ ------------
    NDO 8 097 284 011
    9 601 1 912 SYS
    998 1 164 TEST01

    3 selected lines.

    SQL > exit

    =================================================================
    STEP-2 (in TEST DATABASE - oraodrmt)
    =================================================================

    [root@szoddb01] > su - oraodrmt

    [oraodrmt@szoddb01] > sqlplus

    SQL * more: Production release 11.2.0.2.0 on Mon 3 dec 18:40:16 2012

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

    Enter the user name: virtue sysdba

    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > select name, open_mode from v$ database;

    NAME OPEN_MODE
    --------- --------------------
    ODRMT READ WRITE

    SQL > create tablespace test_test datafile ' / trn_u04/oradata/odrmt/test01.dbf' size 2048 m;

    Created tablespace.

    SQL > create user identified by test123, default tablespace test01 test_test;

    Created by the user.

    SQL > grant resources, create session to test01.

    Grant succeeded.

    SQL > grant permission to test01.

    Grant succeeded.

    SQL > grant imp_FULL_DATABASE to test01.

    Grant succeeded.

    Note: ODRMU is the name of hoste DNS. We can test the connection with: [oraodrmt@szoddb01] > sqlplus test01/test01@odrmu

    SQL > create directory test_network_dump as ' / dbdump/test_exp ";

    Created directory.

    SQL > grant read, write on directory test_network_dump to test01.

    Grant succeeded.

    SQL > conn test01/test123
    Connected.

    SQL > DATABASE LINK remote_test CONNECT TO test01 identified by test01 to create with the HELP of "ODRMU";

    Database link created.

    To test the link of database, we can try the sql below:

    SQL > select count (*) in OA_APVARIABLENAME@remote_test;

    COUNT (*)
    ----------
    59

    SQL > exit

    [oraodrmt@szoddb01] > impdp test01/test123 network_link = remote_test = test_network_dump remap_schema = test01:test01 logfile directory = impdp__networklink_grms.log;
    [oraodrmt@szoddb01] >

    Import: Release 11.2.0.2.0 - Production on Mon 3 19:42:47 dec 2012

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

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options
    Departure "TEST01". "' SYS_IMPORT_SCHEMA_01 ': test01 / * network_link = remote_test = test_network_dump remap_schema = test01:test01 impdp_grms_networklink.log = logfile directory
    Current estimation using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 318,5 MB
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: USER object Type: "TEST01" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE of treatment
    Object type SCHEMA_EXPORT/TABLE/TABLE processing
    . . imported "TEST01". "' SY_TASK_HISTORY ' 779914 lines
    . . imported "TEST01". "' JCR_JNL_JOURNAL ' 603 lines
    . . imported "TEST01". "" 1229 GX_GROUP_SHELL lines.
    . . . .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .
    . .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..
    . .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..
    . .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..

    Work "TEST01". "" SYS_IMPORT_SCHEMA_01 "completed with error (s 1) at 19:45:19

    [oraodrmt@szoddb01] > sqlplus

    SQL * more: Production release 11.2.0.2.0 on Mon 3 dec 19:46:04 2012

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

    Enter the user name: virtue sysdba

    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > select owner, object_type, status, count (*) in the dba_objects where owner = "TEST01" group by owner, object_type, status;

    OWNER OBJECT_TYPE STATUS COUNT (*)
    ------------------------------ ------------------- ------- ----------
    TEST01 PROCEDURE VALID 2
    TEST01 TABLE 419 VALID
    TEST01 SEQUENCE VALID 3
    TEST01 FUNCTION VALID 8
    TEST01 TRIGGER 3 VALID
    TEST01 INDEX VALID 545
    TEST01 LOB 18 VALID
    TEST01 DATABASE LINK VALID 1

    8 selected lines.

    SQL >
    SQL > define pages 999
    SQL > format 'size Mo' 999 999 999 col
    SQL > col 'objects' format 999 999 999
    SQL > select obj.owner 'owner '.
    obj_cnt 2, 'objects '.
    3, decode (seg_size, NULL, 0, seg_size) 'size MB.
    4 of (select master, the obj_cnt of count (*) group by owner dba_objects) obj
    5, (select master, ceil (sum (bytes) / 1024/1024) seg_size)
    6 Group dba_segments by owner) seg
    7 where obj.owner = seg.owner (+)
    Order of 8 by 3 desc, desc 2, 1
    9.

    Size of the objects owner MB
    ------------------------------ ------------ ------------
    NDO 8 065 247 529
    9 554 6 507 SYS
    999 1 164 TEST01

    13 selected lines.

    =================================================================
    STEP 3 TO REMOVE THE LINK OF DATABASE
    =================================================================

    [oraodrmt@szoddb01] > sqlplus

    SQL * more: Production release 11.2.0.2.0 on Mon 3 dec 19:16:01, 2012

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

    Enter the user name: virtue sysdba

    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > drop database link remote_test;

    Database link dropped.

  • Apex data load configuration missing table when importing to the new workspace

    Hi everyone knows this show before and have a work around.

    I export / import my request for a different workspace, and everything works fine except for 1 loading tables data.

    In my application, I use tables of data loading, and it seems that the latter do not properly Setup for the table object to load data. This causes my application to fail when the user tries to download a text file.
    Does anyone have a work around next to recreate the table of data load object?

    Breadcrumb: Components shared-> load data tables-> add modify data load table

    The app before exporting displays Workspace: OOS
    Single column 1 - CURRENCY_ID (number)
    Single column 2 - month (Date)

    When I import the app in the new workspace (OOS_UAT) data type is absent.
    Single column 1 - CURRENCY_ID
    Single column 2 - MONTH

    When I import the same workspace app: OOS I do not know this problem

    Version of the apex: Application Express 4.1.1.00.23

    Hi all

    If you run 4.1.1 it was a bug 13780604 (DATA DOWNLOAD WIZARD FAILED if EXPORTS of OTHER workspace) and have been fixed. You can download the fix for 13780604 (support.us.oracle.com) and the associated 4.1.1

    Kind regards
    Patrick

  • Import of the data dictionary trigger definitions

    Hi I just installed Oracle SQL datamodeler and try to import the schema definition. It import all the elements (tables, views, stored procedures, functions and so) except trigger
    Please notify

    Best regards
    Virgil

    Hi, Virgil,.

    Triggers associated with Tables or views must be imported. If you expand the node of the Table or view in the part of the physical model of the browser tree relevant, you should find the triggers there.

    System triggers are not currently imported.

    Note that there is a forum specifically for the SQL Developer Data Modeler: SQL Developer Data Modeler

    Kind regards
    David

  • Connection of 11.2 g (@Win2008 Srv R2) of Oracle to the problem of the AS400

    Hi all

    After migration from 10g to 11g (11.2) and Windows Server 2003 to Windows 2008 R2
    We are unable to connect to AS400 database using Oracle HS.
    I tried everything except suicide. Maybe help you.

    What we did:

    Created ODBC (DSN) connections in two versions:
    AS400_32 32-bit tool
    AS400_64 using 64-bit tool

    connections are copies of connection from another server where it works...

    Excel using AS400_32 (the other is not visible), we can connect to AS400 and get data...

    in \hs\admin\initAS400_32.ora < ORA_HOME >

    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO = AS400_32
    HS_FDS_TRACE_LEVEL = 4

    in \hs\admin\initAS400_64.ora < ORA_HOME >

    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO = AS400_64
    HS_FDS_TRACE_LEVEL = 4


    in \network\admin\listener.ora < ORA_HOME >

    listener.ora # Network Configuration file: C:\oracle\product\11.2.0\dbhome_2_64bit\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (= Extproc PROGRAM)
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oracle\product\11.2.0\dbhome_2_64bit)
    )
    (SID_DESC =
    (PROGRAM = hsodbc)
    (SID_NAME = AS400_32)
    (ORACLE_HOME = C:\oracle\product\11.2.0\dbhome_2_64bit)
    )
    (SID_DESC =
    (PROGRAM = hsodbc)
    (SID_NAME = AS400_64)
    (ORACLE_HOME = C:\oracle\product\11.2.0\dbhome_2_64bit)
    )
    (SID_DESC =
    (SID_NAME = KDPROD)
    (ORACLE_HOME = C:\oracle\product\11.2.0\dbhome_2_64bit)
    (SERVICE_NAME = KDPROD)
    )
    (SID_DESC =
    (SID_NAME = KDMIGRATE)
    (ORACLE_HOME = C:\oracle\product\11.2.0\dbhome_2_64bit)
    (SERVICE_NAME = KDMIGRATE)
    )
    )


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

    ADR_BASE_LISTENER = C:\oracle


    in tnsnames:

    AS400_32 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = kdlabV2011) (PORT = 1521))
    (CONNECT_DATA =
    (SID = AS400_32)
    )
    (HS = OK)
    )

    AS400_64 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = kdlabV2011) (PORT = 1521))
    (CONNECT_DATA =
    (SID = AS400_64)
    )
    (HS = OK)
    )



    tnsping returns for both connections

    creation of database of link:

    CREATE DATABASE LINK AS400_32 CONNECT TO 'xxxxx' IDENTIFIED BY 'xxxxx' USING 'AS400_32 '.
    CREATE DATABASE LINK AS400_64 CONNECT TO 'xxxxx' IDENTIFIED BY 'xxxxx' USING 'AS400_64 '.


    test:

    Select * from tab002@as400_32
    Select * from tab002@as400_64


    in both cases the result is the same:

    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Cannot retrieve the text of the message NETWORK/NCR 65535
    ORA-02063: preceding 2 lines of AS400_32
    28545 0000 - 'error diagnosed by Net8 when connecting to an agent.
    * Cause: An attempt to call an external procedure or publish SQL
    to a system non-Oracle on a heterogeneous Services database link
    Failure initializing the connection. The error diagnosed
    by NCR Net8 software is reported separately.
    * Action: See the Net8 NCRO error message.  If this is not clear,
    Check the administrative connection in tnsnames.ora
    and listener.ora for the associated service to the
    Heterogeneous Services database link used, or with
    "extproc_connection_data" for an external procedure call.
    Error on line: column 9:21


    Any ideas (I've already lost hope)
    Marcin

    Marcin,
    The problem is that you always use the executable "hsodbc' in the listener.ora but in 11.2, that it has been replaced by the database for ODBC (DG4ODBC) gateway that uses the executable"dg4odbc.
    Also, if your Windows 2008 R2 64-bit so you need drivers ODBC 64-bit.

    Take a look at these 2 notes in My Oracle Support-

    Note.466225.1 How to Setup DG4ODBC (database gateway for ODBC Oracle) on 32-bit Windows
    Note.1266572.1 How to Setup DG4ODBC (gateway for ODBC Oracle database) on 64-bit Windows operating systems

    Kind regards
    Mike

  • Import of the DMP Oracle with the unknown schema name

    Hello

    I need to import a DMP Oracle DBMS Oracle 11g by the SYSTEM. I don't know what patterns are stored inside.

    How can I get information, schemas are stored in the Oracle DMP?

    Thank you!
    Dejan

    You can check the conent of the bucket to help

    IMP usernmae/password file = log = show = Yes full = yes

    You can view the log file. It will import all the data, but gathers the information in logifle.

    Anil Malkai

  • Follow the progress of the import of the data pump network?

    I'm on Oracle 10.2.0.4 (SunOS) and execution of an import of network data pump from a list of tables in a schema.

    I see that the following views are available to track the data pump tasks:

    DBA_DATAPUMP_JOBS - a list and the status of the data pump jobs running
    DBA_DATAPUMP_SESSIONS - list of user sessions attached to each data pump task (which may be attached to the session of v$)
    DBA_RESUMABLE - See labor being imported and its status
    V$ SESSION_LONGOPS - can see the total size of imports and the elapsed time for work of pump data if they run long enough

    What other options are available for the increase in imports of network monitoring?
    Also, is it possible to see at which table is being processed for a network of several tables import?

    That would have helped. :^)

    When you run a job, if you do not specify a task name, then it will generate one for you. In your case, I don't see a name of the specified job, it seems that one would be generated. The generated name looks like:

    SYS_IMPORT_FULL_01 if a plenty to do
    SYS_IMPORT_SCHEMA_01 if make a diagram
    SYS_IMPORT_TABLE_01 if a table
    SYS_IMPROT_TRANSPORTABLE_01 if you are using the transportable tablespace.

    01 is the first array to create. If there is a second job while this job is currently running, it will be 02. The number can also be moved if the job fails, and is not cleaned. In your case, you make a table, so the default task name would be something like:

    SYS_IMPORT_TABLE_01 and lets say you ran this with the diagram of the SYSTEM.

    In this case, you can run this command:

    Impdp system/password attach = system.sys_import_table_01

    This will bring you to the datapump prompt, where you can type in the location or status 10, etc..

    Dean

  • How to import excel as sorce of data file in the physical layer OBISE correctly?

    Hello world
    I am trying to import an excel as a data source in the physical layer OBISE. I create the ODBC which link to the correct file (http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/bi_admin/biadmin.html#t1)
    only imported the Excel using the import of database tool in the administration of Oracle's BI. I see the Excel but I can't see data in it. Can you help me, please? I'm new in the present.

    Do you have a range in excel file?

    The name of table range represents in the physical layer after you import excel file.

    See this example of blog:
    http://obiee101.blogspot.com/2008/06/OBIEE-Excel-import-prepping-data.html

    Have you used the import of database and select excel data source that you created in ODBC?

    I did the same thing and works for me.

    Save first repository and display the data and verify the source of data/name connection pool in your excel database directory.

    Concerning
    Goran
    http://108obiee.blogspot.com

  • I can't transfer photos from iPhone to MacBook Air. When I opened the Photos on a Mac, there is no tab 'import' alongside the actions, projects, Albums. iTunes is up to date. File menu does not appear iPhone

    I can't transfer photos from iPhone to MacBook Air. When I opened the Photos on a Mac, there is no tab 'import' alongside the actions, projects, Albums. iTunes is up to date. File menu does not appear iPhone

    The "import" tab appears only when the iPhone is connected to the Mac via a USB port.

    ITunes detects your iPhone when it's connected?

    If iTunes does not recognize your iPhone, iPad or iPod - Apple Support

  • Create the data source NoSQL Oracle using Oracle Weblogic 11 g

    Hello

    I'm working on a VINE by which I want to connect NoSQL Oracle database with Oracle Weblogic11g as a new source of data in Oracle Database 11 g of accompaniment.

    So my question is that Oracle Weblogic 11 g support NoSQL Oracle database as a data source OR can I plug NoSQL Oracle database as the source of data with Oracle Weblogic11g?

    Thank you...

    Hello

    By 'data source' I assume you mean a JDBC data source. Is this fair?

    If so, please be aware that NoSQL DB does not support SQL or JDBC, although these features can be added in the future. Currently, to access data in the NoSQL database from your application, you must use the Java APIs in the pilot of the client which is included in the package. Please see the Starter Guide for more information.

    That answer your question?

    -mark

  • Import all the objects from Oracle Designer to SDDM 4.1.1

    Hello

    I installed SDDM 4.1.1.888 and you import from designer 10.1

    I'm looking to import all the Designer items at a time.

    Steps to follow:

    1 / import from Oracle Designer model

    2 / select connection

    3 / Select Global shared activities

    4 / Select an Application (in my case: SIS)

    5 / Select all Tables (2022), views (919), sequences (274) and areas (49)

    6 / finishing

    After about 5-10 minutes, I get an error saying "there are errors in the import - check the log file ', then ' failed to generate design. See the log file for details.

    The log file (this is the last part of the file):

    2015-08-10 15:16:16, 932 [Thread-34] WARN ODOForeignKey - ODOForeignKey.generate () - cannot get the Index of the Table: SCC_CAT_RV

    2015-08-10 15:16:16, 933 [Thread-34] WARN ODOForeignKey - ODOForeignKey.generate () - cannot get the Index of the Table: SCC_CAT_RV

    2015-08-10 15:16:16, 934 [Thread-34] WARN ODOForeignKey - ODOForeignKey.generate () - cannot get the Index of the Table: SCC_CAT_RV

    2015-08-10 15:16:16, 935 [Thread-34] WARN ODOForeignKey - ODOForeignKey.generate () - cannot get the Index of the Table: SCC_CAT_RV

    2015-08-10 15:16:16, 936 [Thread-34] WARN ODOForeignKey - ODOForeignKey.generate () - cannot get the Index of the Table: SCC_DA_RV

    2015-08-10 15:16:16, 937 [Thread-34] WARN ODOForeignKey - ODOForeignKey.generate () - cannot get the Index of the Table: SCC_RV

    2015-08-10 15:16:16, 970 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:16, 970 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:16, 970 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 033 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 033 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 033 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 033 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 034 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 034 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 034 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 034 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 034 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 034 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 128 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 128 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 243 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 243 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 244 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 244 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 260 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 260 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 288 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 288 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 288 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:17, 288 [Thread-34] ERROR DesignObject - exception listener caused:

    java.lang.ClassCastException

    2015-08-10 15:16:18, 465 [Thread-34] ERROR ODExtractionHandler - error when importing the repository Designer

    java.lang.ClassCastException

    2015-08-10 15:16:24, 900 [Thread-34] ERROR ODExtractionController - impossible to rearrange the Tables

    java.lang.ClassCastException

    2015-08-10 15:16:32, 699 [Thread-34] ERROR ODExtractionController - error generating Design: Untitled_1

    java.lang.ClassCastException

    If I import only the points of view, import works fine. If I import just the Tables, import works fine.

    However, if I import the Tables and views I seem to lose the most sous-vues. If I import views and Tables, the sequence numbers are not transferred and a half subviews are missing. I can't win.

    Any help would be appreciated.

    Thank you

    Jenny

    Hi Jenny,

    If I can import successfully with the old version, shouldn't I be able with the newest one?

    As David said, you have a problem with the key foreign and probably views involved in the definition of the FK. DM 4.0.3 is not supported for FKs views. 4.1 DM has this support and try to import definitions from the repository of the designer.

    So, if you can import with DM 4.0.3 and you are satisfied with the result then import with 4.0.3 and start using DM 4.1.

    Philippe

Maybe you are looking for

  • How to place an update?

    I've recently updated to 10.11.6 El captin on my Mac book Pro MD101HN/A. Please can someone install me operating system previous OSX version? I have enough well don't like this, it drains the power. Thank you Tejas < link published by host >

  • Pavilion zt3000: bios password forgotten

    password bios administrator for hp Pavilion zt3000

  • New 27 "iMac / 5 can be used as a monitor for MacMini 2010 k?

    I'm interested in the iMac 27 "screen of 5K, but would need to use it as a monitor for a mid-2010 Mac Mini server as well. These two computers would serve in the same office, essentially for two different reasons, so I need to switch back once or twi

  • Relay sequencer

    I have this sequencer that allows the user to cut power on and off a relay after so many seconds behind. The problem is that my pause button is not playing often enough. How would be the best way to read the pause button during seq 1 or seq 2? In add

  • Cannot save the settings in "text Services and input languages".

    I have "English (US)" installed and set as default and "Japanese (Japan), keyboard (MS IME)" and "Chinese (Simplified) - Microsoft Pinyin IME" installed under my keyboard services. Under "Text Services and input languages" on the tab "Advanced key se