Huge Oracle table to file

HI -.
I have to create oracle table file huge (350 column) is possible to create one file other than its use of IKM SQL to ADD the FILES.

-app

Hello

You can use OdiSqlUnload to generate the table data file.

Thank you
Fati

Tags: Business Intelligence

Similar Questions

  • How to load the demilited hose to Oracle table text file

    Hi all

    I have a file (filaname.txt) I want to load into oracle table.

    This file is pipe delimited.

    Some examples of filename.txt data...

    SOURCE_SYSTEM_NAME | ACCOUNT_NUMBER | BILL_TO_LOCATION | SHIP_TO_LOCATION
    SMS US | 0001 | 1. 1
    SMS US | 0001 | 1. 2
    SMS US | 0001 | 1. 4
    SMS US | 0002 | 1. 1

    could you please suggest what are the parametrs to create a data store for a pipe delimited txt file.

    Thank you

    When you create him data store for the file in the files tab to define the field as separator. or Hex 7 c

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Send the oracle table to file pdf through forms 6i

    Please Dear Sirs,
    I want to send oracle table to pdf through forms 6i file

    help waiting
    Thanks in advance
    Yasser

    Yasser,

    What is the error you get?

    Also try changing the line

    ADD_PARAMETER(pl_id, 'DESNAME', TEXT_PARAMETER, 'D:\YASSER');
    

    TO

    ADD_PARAMETER(pl_id, 'DESNAME', TEXT_PARAMETER, 'D:\YASSER\report.pdf');
    

    Kind regards

    Manu.

  • Formula 10g to Upload data in an oracle table flat file does not work.

    My files data flat txt looks like this_

    _ "recgis.txt" _


    4300,69, A22110043, TC, 1/17/2009,801100107010100,90,210,2211,0,0,0,0,0,0,0,0,1/17/2009 13:13:46, 131346, 20082009, 1, 1, 0
    4300,69, A22110044, TC, 1/17/2009,801100107010100,60,140,2211,0,0,0,0,0,0,0,0,1/17/2009 13:15:22, 20082009 131522, 0, 1, 0
    4300,69, A22110045, TC, 1/17/2009,801100107010100,210,490,2211,0,0,0,0,0,0,0,0,1/17/2009 13:17:56, 131756, 20082009, 3, 2, 0
    4300,69, A22110046, TC, 1/17/2009,801100107010100,270,630,2211,0,0,0,0,0,0,0,0,1/17/2009 13:19:58, 131958 20082009, 9, 0, 0
    4300,05, A22250013, TC, 1/17/2009,801100107010100,210,490,2225,0,0,0,0,0,0,0,0,1/17/2009 13:21:42, 132142, 20082009, 3, 0, 1
    4300,69, A22110047, TC, 1/17/2009,801100107010100,390,910,2211,0,0,0,0,0,0,0,0,1/17/2009 13:23:31, 132331, 20082009, 1, 6, 0


    _ my control file

    _ "Loader.CTL" _

    load data
    INFILE ' c:\data\REC_GIS. TXT'
    in the REC_GISTEMP table
    fields ended by ',' optionally surrounded "" "
    (TREA_CODE, CHAL_NO, CHAL_DATE, V_NO AND OP_CODE DATE, DEPNAME, ADDRESS, H_CODE, INS_AMT, SAV_AMT,
    SRC_MJCD, MAN_30, MAN_60, MAN_120, MAN_10, MAN_20, MAN_40, MAN_80, MAN_15, ENT_DATE, ENT_TIME, FIN_YEAR, MAN_100, MAN_200, MAN_400)



    * I have created a form and wrote a bellow pl/sql trigger 'WHEN-CLICK' on the download button *.

    DECLARE
    ldrcmd varchar (200);
    BEGIN
    filename: =: BLOCK3. FILEPATH; text box that contains the file path

    ldrcmd: = 'sqlldr control = E:\NIC\UPSEGID\loader.ctl INS/password@orcl';
    Host (ldrcmd);
    END;

    * but its does not work please someone help me what I do wrong... *.

    Published by: 839880 on February 25, 2011 10:26

    Published by: 839880 on February 25, 2011 10:28

    ldrcmd: = 'sqlldr control = log REC_GIS.ctl = upldlog.log INS/password@orcl';

    As stated above, your order is most likely not going to work because of lack of full paths.

  • Formate LKM support of Oracle (TABLE EXTRENAL) data LENGTH FIXED files?

    Hi all

    I'm working on a simple test to create an external table using the "LKM to Oracle (TABLE EXTRENAL)" file to load a data file of fixed length (no separator/delimiter). After running, the error is as follows:

    2009-11-23 07:26:02 PM (DwgCmdExecutionThread): SnpSessTask.treatSqlException: 29913: 99999: java.sql.SQLException: ORA-29913: error in executing ODCIEXTTABLEOPEN legend
    ORA-29400: data cartridge error
    KUP-00554: error occurred when parsing the access settings
    KUP-01005: syntax error: found 'colon': expected an of: "asterisk, number.
    KUP-01007: in the column of the row 12 28

    java.sql.SQLException: ORA-29913: error in executing ODCIEXTTABLEOPEN legend
    ORA-29400: data cartridge error
    KUP-00554: error occurred when parsing the access settings
    KUP-01005: syntax error: found 'colon': expected an of: "asterisk, number.
    KUP-01007: in the column of the row 12 28


    The external table creation code generated is:

    «"createTblCmd = r»»»
    create the table ODI_WORK_SCHEMA. C$ _0PARTIAL_SHPT_TMP
    (
    C1_RECORD_TYPE VARCHAR2 (2),
    C2_ISN VARCHAR2 (8).
    C3_AWB_UID VARCHAR2 (11),
    C4_FLIGHT_ID VARCHAR2 (7).
    C5_FLIGHT_DATE VARCHAR2 (8).
    C6_AIRCRAFT_FLOW_TYPE VARCHAR2 (1).
    C7_PORT_CODE VARCHAR2 (3),
    C8_SHPT_BD_PIECES VARCHAR2 (5).
    C9_SHPT_BD_WEIGHT VARCHAR2 (9).
    C10_SHPT_MAN_PIECES VARCHAR2 (5).
    C11_SHPT_MAN_WEIGHT VARCHAR2 (9).
    C12_SHPT_MAN_VOLUME VARCHAR2 (12)
    )
    EXTERNAL ORGANIZATION
    (
    TYPE ORACLE_LOADER
    Dat_dir default DIRECTORY
    ACCESS SETTINGS
    (
    RECORDS DELIMITED BY 0 x '0D0A '.
    CHARACTERSET "WE8ISO8859P1".
    STRING SIZES ARE IN CHARACTERS
    BADFILE "PARTIAL_SHPT_FIXED_NHF.dat_%a.bad."
    LOGFILE "PARTIAL_SHPT_FIXED_NHF.dat_%a.log".
    DISCARDFILE 'PARTIAL_SHPT_FIXED_NHF.dat_%a.dsc '.
    SKIP 0

    FIELDS
    MISSING FIELD VALUES ARE NULL
    (
    C1_RECORD_TYPE POSITION (:),
    C2_ISN POSITION (:),
    C3_AWB_UID POSITION (:),
    C4_FLIGHT_ID POSITION (:),
    C5_FLIGHT_DATE POSITION (:),
    C6_AIRCRAFT_FLOW_TYPE POSITION (:),
    C7_PORT_CODE POSITION (:),
    C8_SHPT_BD_PIECES POSITION (:),
    C9_SHPT_BD_WEIGHT POSITION (:),
    C10_SHPT_MAN_PIECES POSITION (:),
    C11_SHPT_MAN_WEIGHT POSITION (:),
    C12_SHPT_MAN_VOLUME POSITION (:)
    )
    )
    LOCATION ("PARTIAL_SHPT_FIXED_NHF.dat")
    )
    PARALLEL
    REJECT LIMIT UNLIMITED
    """

    # Create the statement
    mystmt = myCon.createStatement)

    # Run the trigger creation
    myStmt.execute (createTblCmd)

    myStmt.close)
    mystmt = None

    # Commit, just in case
    myCon.commit)

    1. How can I solve this problem?
    2. If my data file have no record separator and the field delimiter, how do I configure in sub ODI?

    Remarks:

    1. the format of file under the "files" is "fixed".


    Thank you very much!!

    Tao

    Tao,

    Your problem is not LKM(External Table). You will need to set the interface diagram. Select each column in the pane "DataStore target" of the "Diagram" tab when you open the interface.
    Mark "run" for each column to be on the "staging area".
    Currently, you have all the columns marked in 'Source '.

    This will fix the problem.

    Hope that helps.
    PS Don't forget to mark as good/useful solutions if you feel they were.

  • Need help for query flat_file type clobdata oracle table data.

    Hi Sir,

    I need help to query oracle table flat file data having given clob type.
    Oracle Version:
    
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    "CORE     10.2.0.1.0     Production"
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    
    
    
    Source table
    
      CREATE TABLE order_details 
       (     QUEUE_SEQNUM NUMBER(10,0) NOT NULL ENABLE, 
         LINE_SEQNUM NUMBER(10,0) NOT NULL ENABLE, 
         CHAR_DATA CLOB, 
         OPTIMISTIC_LOCK_KEY NUMBER(20,0)
       ) 
    COLUMN FOR CHAR_DATA FLAT_FILE
    EU,6067AT,AT10,000000402004,NexiumGERDManagementProject,Z435,,ZZ29,NIS-GOLD,AT
    EU,6067AT,AT10,000000402038,NIS-OEU-ARI-2007/1,Z450,,ZZ29,NIS-OEU-ARI-2007/1,AT
    EU,6067AT,AT10,000000402039,SymbicortNISinCOPD,Z450,,ZZ29,NIS-REU-DUM-2007/1,AT
    EU,6067AT,AT10,000000402040,D1443L00044SeroquelXRRuby,Z450,,ZZ29,D1443L00044,AT
    EU,6067AT,AT10,000000402041,NIS-GEU-DUM-2008/1,Z450,,ZZ29,NIS-GEU-DUM-2008/1,AT
    EU,6067AT,AT10,000000402042,SonstigeAktivitätenLCM,Z450,,ZZ29,.,AT
    EU,6067AT,AT10,000000402134,D1680L00002Saxagliptin,Z450,,ZZ29,D1680L00002,AT
    EU,6067AT,AT10,000000402199,SeroquelWaveNIS,Z450,,ZZ29,NIS-NEU-DUM-2009/1,AT
    EU,6067AT,AT10,000000402313,SeroquelExtra(D1443L00082),Z450,,ZZ29,D1443L00082,AT
    EU,6067AT,AT10,000000402517,AtlanticD5130L00006(AZD6140),Z450,,ZZ29,D5130L00006,AT
    EU,6067AT,AT10,000000554494,ArimidexSt.Gallen(13+2),Z142,,ZZ09,,AT
    EU,6067AT,AT10,000000554495,ArimidexASCO(5delegates),Z142,,ZZ09,,AT
    EU,6067AT,AT10,000000554496,ArimidexSanAntonio6delegates,Z142,,ZZ09,,AT
    EU,6067AT,AT10,000000554497,ArimidexBreastCancerSummit(13+2),Z130,,ZZ09,,AT
    EU,6067AT,AT10,000000554498,ArimidexEIH(15delegates),Z130,,ZZ09,,AT
    EU,6067AT,AT10,000000554499,ArimidexNIFA(200delegates),Z135,,ZZ09,,AT
    EU,6067AT,AT10,000000554500,ArimidexNIFAworkshops(8x25),Z135,,ZZ09,,AT
    EU,6067AT,AT10,000000554501,ArimidexPraktischeGyn.Fortbildung,Z147,,ZZ09,,AT
    EU,6067AT,AT10,000000554502,ArimidexAGO,Z147,,ZZ09,,AT
    EU,6067AT,AT10,000000554503,ArimidexHämato/OnkologieKongress,Z147,,ZZ09,,AT
    EU,6067AT,AT10,000000554504,ARIMIDEXGYNäKOLOGENKONGRESS,Z147,,ZZ09,,AT
    EU,6067AT,AT10,000000554505,ArimidexChirurgenkongress,Z147,,ZZ09,,AT
    EXPECTED RESULTS:
    AFFIRM_CODE COMPANY_CODE INTERNAL_ORDER_CODE INTERNAL_ORDER_DESC ENIGMA_ACTIVITY             SUB_ACTIVITY_CODE IN_AFF_IND ORDER_TYPE EXTERNAL_ORDER COUNTRY        
    EU          6067AT       AT10                 000000402004       NEXIUMGERDMANAGEMENTPROJECT     Z435           NULL        ZZ29       NIS-GOLD        AT             
    EU          6068AT       AT11                 000000402005       NEXIUMGERDMANAGEMENTPROJECT     Z435           NULL        ZZ29       NIS-GOLD        AT             

    Sorry, my bad. Without database at hand, I'll try 'baby steps' (borrowed from Frank) so you don't confuse it with errors that I might add (happens far too often already, but at least you won't "swallow" as forum members think is one of the main goals of this fighter - help her learn - providing not only the proverbial fish.)
    Search the Forum - your problem is one of its best sellers. Watching {message identifier: = 10694602} ("split string into" was the key word used in research) you can try something as

    select table_row,
           level clob_row,
           regexp_substr(char_data,'[^' || chr(13) || chr(10) || ']+',1,level) the_line
      from (select to_char(queue_seqnum)||':'||to_char(line_seqnum) table_row,
                   char_data
              from order_details
           )
     connect by regexp_substr(char_data,'[^' || chr(13) || chr(10) || ']+',1,level) is not null
            and prior char_data = char_data
            and prior table_row = table_row
            and prior sys_guid() is not null
    

    to get all the s the_lineall CLOB and after that the use of the example even to get your columns of each the_line.

    Concerning

    Etbin

    Edited by: Etbin on 3.2.2013 09:01

    .. .but I m connected to do things according to the instructions, I can't do something.

    Used to happen to me too and I did as told to the but only after explaining any disadvantages, I was aware of in time. The last sentence is usually: "O.K. now be just and Don't come back with that kind of thing when it turns out that this isn't the right thing."
    rp0428 post - something to remember.

  • Load huge data in oracle table

    Hello

    I am using oracle 11g Express Edition, I have formed a .csv file, which includes a 500MB size data that must be downloaded into the oracle table.

    Please suggest which would be the best method to load data into the table. Data are historical employee ticket, i.e. huge data.

    How to make download of mass data in the suggestion of experts need oracle table on this requirement.

    Thank you
    Sudhir

    best way SQL LOADER

  • Get the error loading file csv to oracle table

    Hello

    I'm tryitng to load the csv file into oracle db table.

    Source:

    CSV file have account_numbers, customer_names. all the fields, it took as channel.

    Target: Oracle db

    If I took all the fields as varchar, it loads very well. but I want to

    Oracle table fields: digital account numbers or decimal (20.2)

    customer_names as varchar2 format.

    When I'm trying to load csv to oracle table, I am getting following error.

    err7.png

    ODI-1228: fgh1 (integration) task fails on the target odi_user1 ORACLE connection.

    Caused by: java.sql.SQLSyntaxErrorException: ORA-01722: invalid number

    I tried so many times. I am still getting error.

    TO_NUMBER function I also used, getting same error

    Please help me,

    Thank you and best regards,

    A.Kavya.

    Hi, String, CSV file data type have values of amount a 54,356,4657.89 format. Like this. In odi, I took number (30.2) of data types for the target table. When I traced in odi, I get error like invalid number. to do this, I changed the values in csv file format. I removed commas. for example, 543564657.89. Yet once, I traced csv to oracle in odi. executd successfully. Thanks & regards, A.kavya.

  • Querying the oracle table that has a column with the name of "FILE".

    Hi all

    I need to have an oracle table that has the column with the name "FILE".

    I can query all columns with the query "select * from table".

    But I'm not able to use the query "select the table file.

    This table is converted from ms access to oracle and I need to have this column with the name "FILE".

    Any suggestions?

    Thank you

    Abdellaoui

    Hello

    FILE is a keyword from Oracle, so it's not a good name,

    Use FILEDATE, or DATE_FILED, or something else that is not in V$ RESERVED_WORDS. KEYWORD as the name column.

    If you need to use the FILE, then you must use quotation marks.

  • ODI - read CSV file and write to the Oracle table

    Hello world

    After 4 years, I started to work again with ODI, and I'm completely lost.

    I need help, I don't know what to use for each step, interfaces, variables, procedures...

    What I have to do is the following:

    (1) reading a CSV file-> I have the topologies and the model defined

    (2) assess whether there is a field of this CSV file in TABLE A-> who do not exist in the table is ignored (I tried with an interface joining the csv with the TABLE model a model and recording the result in a temporary data store)

    Evaluate 3) I need to update TABLE C and if not I need to INSERT if another field that CSV exists in TABLE B-> if there

    Could someone help me with what use?

    Thanks in advance

    Hi how are you?

    You must:

    Create an interface with the CSV template in the source and a RDBM table in the target (I'll assume you are using Oracle). Any type of filter or the transformation must be defined to be run in the stadium. (you must use a LKM for SQL file and add an IKM Sql control (it is best to trim them and insert the data when it cames to a file if you want after this process, you may have an incremental update to maintain history or something like that).)

    For validation, you will use a reference constraints in the model of the oracle table: (for this you need a CKM Oracle to check constraints)

    Then, you must select the table that you sponsor and in the column, you choose which column you will match.

    To article 3, you repeat the above process.

    And that's all. Pretty easy. If you do not have the two tables that you need to use your validation that you need to load before loading the CSV file you need valid.

    Hope this can help you

  • How to import the XML file into an oracle table using a BPEL process

    Hi friends

    How can I import XML file in the db oracle table using a BPEL process

    (1) I have generated an XML file in my local system with a field
    (2) I created a temporary table in my oracledb with the same field in the XML file
    (3) that I want to import these XML files which is the local host to my db oracle using a BPEL process
    (4) for that what steps should I me fallow please suggest me if there is no document for this?

    Thanks in advance
    AT

    Hi to

    Here you go...

    http://blogs.Oracle.com/ajaysharma/2011/03/using_file_adapter_database_adapter_and_mediator_component_in_soa_11g.html

    I hope that helps!

    Thank you
    AJ

  • Measures to transfer the delimited file to Oracle Table

    Hi all

    I'm exploring the ODI and have installed master repositories and working on my machine
    I have to use ODI and transfer the flat file to an oracle table.

    Please anybosy can help me in this area, indicating the steps to even.
    Really need the help.


    Thank you
    Reshma

    Hello

    It is must undergo many stages. Please go thro the Getting Started document for treatment.

    Thank you
    G

  • From the table XML file

    Hello

    Load the XML file into an Oracle Table like I did for me

    SQL> INSERT INTO EMP_DEPT (EMPNO, ENAME, SAL, DNAME)
      2 SELECT *
      3 FROM XMLTABLE('/ROWSET/ROW'
      4 PASSING XMLTYPE(BFILENAME('MYXML', 'EMP_DEPT.XML'),
      5 NLS_CHARSET_ID('CHAR_CS'))
      6 COLUMNS EMPNO NUMBER(4) PATH 'EMPNO',
      7 ENAME VARCHAR2(10) PATH 'ENAME',
      8 SAL NUMBER(7,2) PATH 'SAL',
      9 DNAME VARCHAR2(14) PATH 'DNAME'
    10 )
    11 ;
    14 rows created.
    

    Note:PASSING XMLTYPE(BFILENAME('MYXML', 'EMP_DEPT.XML')

    MYXML is directory

    EMP_DEPT. XML is the XML file for me

  • Loading data from table to file odi.

    I need to load the data from the table to file without using the interface in odi.  How to do it.

    Hello

    using tool OdiSqlUnload, it loads the table directly.

    I tried the db oracle table to the file without using interfaces. I used with procedures.

    to achieve this, must create the procedure in odi. Select the control on the target technology: oditool.

    «OdiSqlUnload "-FILE = data procedure.txt D:\TEXT\Test" "-DRIVER = oracle.jdbc.OracleDriver" «-URL=jdbc:oracle:thin:@192.0.0.0:1521:odiuser ' '-USER = odiuser ""-PASS = hpfHiT7Ql0Hd79KUseSWYAVIA ""-FILE_FORMAT = VARIABLE ""-FIELD_SEP =, ""-ROW_SEP = \r\n ""-DATE_FORMAT = YYYY/MM/DD hh: mm: ""-CHARSET_ENCODING = ISO8859_1 "" "-XML_CHARSET_ENCODING = ISO-8859-1"»

    Select * from odiuser. DWT_SECTOR.

    I think this will help for you.

    Thnaks in advance,

    A.Kavya.

  • Insert data as XML into the Oracle Table

    Hi all

    I have a requirement where the data in XML format, and I need to insert into the Oracle Table. For example, I get XML data in the following format,
    < results >
    < row >
    < BANK_ACCOUNT_ID > 10010 < / BANK_ACCOUNT_ID >
    < BANK_ID > 300968 < / BANK_ID >
    Vision operations < LEGAL_ENTITY > < / LEGAL_ENTITY >
    < BANK_NAME > BofA < / BANK_NAME >
    < BANK_ACCOUNT_NUM > 10271-17621-619 < / BANK_ACCOUNT_NUM >
    < BANK_ACCOUNT_NAME > BofA-204 < / BANK_ACCOUNT_NAME >
    < BRANCH_NAME > New York < / BRANCH_NAME >
    USD < CURRENCY_CODE > < / CURRENCY_CODE >
    < BALANCE_DATE > 2007 - 11 - 09 < / BALANCE_DATE >
    < LEDGER_BALANCE > 432705900.56 < / LEDGER_BALANCE >
    < / row >
    < row >
    < BANK_ACCOUNT_ID > 10091 < / BANK_ACCOUNT_ID >
    < BANK_ID > 300984 < / BANK_ID >
    Vision industries < LEGAL_ENTITY > < / LEGAL_ENTITY >
    Barclay Bank < BANK_NAME > < / BANK_NAME >
    < BANK_ACCOUNT_NUM > 70986798 < / BANK_ACCOUNT_NUM >
    Bank Multi currency-626 < BANK_ACCOUNT_NAME > Barclays < / BANK_ACCOUNT_NAME >
    Reading < BRANCH_NAME > < / BRANCH_NAME >
    GBP < CURRENCY_CODE > < / CURRENCY_CODE >
    < BALANCE_DATE > 2007 - 11 - 14 < / BALANCE_DATE >
    < LEDGER_BALANCE > 24244085.24 < / LEDGER_BALANCE >
    < / row >
    < row >
    < BANK_ACCOUNT_ID > 10127 < / BANK_ACCOUNT_ID >
    < BANK_ID > 300968 < / BANK_ID >
    < LEGAL_ENTITY > SSC U.S. 01 < / LEGAL_ENTITY >
    < BANK_NAME > BofA < / BANK_NAME >
    < BANK_ACCOUNT_NUM > 4898744 < / BANK_ACCOUNT_NUM >
    < BANK_ACCOUNT_NAME > BofA SSC U.S. 02-7188 < / BANK_ACCOUNT_NAME >
    < BRANCH_NAME > New York < / BRANCH_NAME >
    USD < CURRENCY_CODE > < / CURRENCY_CODE >
    < BALANCE_DATE > 2007 - 11 - 28 < / BALANCE_DATE >
    < LEDGER_BALANCE > 10783815.28 < / LEDGER_BALANCE >
    < / row >
    < / results >

    I like to write PLSQL code that will receive these data with XML tags and insert it into the Oracle Table. Is this possible with built-in XML features provided in the Oracle database?

    Please Guide...

    Kind regards
    Priyanka

    But the problem is the file XML is to have the details of the records if you carefully observed the XML file. But by using more high statement select I get output in the following format.
    ORG_ID REQ_LINE PO_NUMBER EXPECTED_REC_QTY USER_NAME REQ_NUMBER
    204204 1444714450 11 64446445 11 OPERATIONSOPERATIONS

    The table has only one row, so you get a single row as output.
    I'm surprised that you find useful examples showing how to divide the data into several lines.

    (1) create the table with the following option, it will optimize the performance of storage and query for large XML documents:

    CREATE TABLE xxios_xml_data_test(xml_data XMLTYPE)
    XMLTYPE COLUMN xml_data STORE AS SECUREFILE BINARY XML
    ;
    

    (2) interview table with:

    SQL> select x.*
      2  from xxios_xml_data_test t
      3     , xmltable(
      4         '/Results/Row'
      5         passing t.xml_data
      6         columns ORG_ID           number       path 'ORG_ID'
      7               , REQ_NUMBER       number       path 'REQ_NUMBER'
      8               , REQ_LINE         number       path 'REQ_LINE'
      9               , PO_NUMBER        number       path 'PO_NUMBER'
     10               , EXPECTED_REC_QTY number       path 'EXPECTED_REC_QTY'
     11               , USER_NAME        varchar2(30) path 'USER_NAME'
     12       ) x
     13  ;
    
        ORG_ID REQ_NUMBER   REQ_LINE  PO_NUMBER EXPECTED_REC_QTY USER_NAME
    ---------- ---------- ---------- ---------- ---------------- ------------------------------
           204      14447          1       6444                1 OPERATIONS
           204      14450          1       6445                1 OPERATIONS
     
    

Maybe you are looking for

  • System Image backup has failed during the backup

    I have a 2 years old HP pavilion g series notebook.  I did a backup system image on dvd + r discs. It was almost over, when the drive #99, I got this message "the backup failed. The system cannot find the specified path (0 x 80070003)My computer is n

  • RETRIEVE DOCUMENTS AFTER A REBOOT

    I LOST ALL MY PHOTOS WHEN MY COMPUTER CRASHED ARE THEY ALWAYS IN THE COMPUTER SOMEWHRE

  • Cannot delete default menu options

    I have a HorizontalFieldManager which has a LabelField on it. I want to make a shortcut menu when the user clicks on the label. I don't want the default menu items to show everyone. I use menu.deleteAll () to create my menus, and yet I continue to se

  • For users remote if RADIUS or ldap services available VPN servers are not there?

    Dear people, I have ASA Adaptive Security Appliance 5510 with below features. Now, what is the best way to setup VPN for remote users to securely, if I have no services LDAP or Radius server. HOFW # sh flash: path-# - length - time -. 181 14137344 Ma

  • Consider the function result Cache

    HelloHave a question about the function result to cache.Follow this link: http://www.oracle.com/technetwork/articles/sql/11g-caching-pooling-088320.htmlI use the following version of oracle: Oracle Database 11g Express Edition Release 11.2.0.2.0I'm d