Using the quick formula to update the pay_element_entry_values_f table

Hi friends

I have a requirement to substitute an input value of element with a value obtained from a quick formula.

I know that formula quick results used to fill the table pay_run_results and pay_run_result_values.

Is it possible that I can use the quick formula for updating the tables pay_element_entries_f and pay_element_entry_values_f

Thank you

Yes, you can do it.

Just call a formula within your formula and in the service function, you can write the pl/sql code you want.

So, you can use the input element in the pl/SQL API.

Just note that even if the input values are updated that are not considered payroll (at the time of execution of the payroll)

It would be only on the other (or additional payroll runs)

Tags: Oracle Applications

Similar Questions

  • Using the external table error

    Hi all

    This is the first time I use the external table for loading the data.

    I did these steps

    In the D:\sqlloade folder, I have my text file containing data example.txt

    I ran these queries

    CREATE OR REPLACE DIRECTORY  ext_tab_data AS 'D:\sqlloader';
    
    

    Directory created

    CREATE TABLE fxops.t_ext (
    t number
    )
    ORGANIZATION EXTERNAL (
      TYPE ORACLE_LOADER
      DEFAULT DIRECTORY ext_tab_data
      ACCESS PARAMETERS (
        RECORDS DELIMITED BY NEWLINE
        FIELDS TERMINATED BY ','
        MISSING FIELD VALUES ARE NULL
        (
         t number
        )
      )
      LOCATION ('sample.txt')
    )
    PARALLEL 5
    REJECT LIMIT UNLIMITED;
    
    

    create table

    When I tried to create a view on that table, he throws an error

    CREATE OR REPLACE VIEW fxops.t_view  AS
      SELECT *
      FROM   fxops.t_ext;
    
    SQL Error: ORA-06564: object EXT_TAB_DATA does not exist
    06564. 00000 -  "object %s does not exist"
    *Cause:    The named object could not be found.  Either it does not exist
               or you do not have permission to access it.
    *Action:   Create the object or get permission to access it.
    
    

    Sign in, and then run this:

    Select HOST_NAME from v$ instance;

    is this the same hostname that you are connected?

    Kind regards

    Harry

  • Need to dimension aggregated using the summary tables

    Hello

    I have two made tables workdetail and worksummary. Worksummary is grouped in time Sun and workdetail is at the level of day Timedim.

    Now, I set up my business model with Timedim and secondary table work. (creates a hirerchy for time (year-month-day) Sun). Now I want to use the tables of worksummary, how can I include this in my business model. I know to create a new Source of logic and mentioning levels.

    My important question is what do I have to create another physical table for time-months? or can I use same calendar dim physical to use with the summary fact tables?

    the answer to your question is YES, to use aggregated summary tables, we have grouped the dimensions. Other wise data will be redundant and return values incosistent.

    In your case if you use the same table of Timedim-day level with summaries, data tables will be multiplied by 30 days due to the time-Sun monthkey will be repeated in several lines.

    the simplest solution is to create Time_Dim table view, select separate year, month, monthkey. This view returns only unique year-month. Thus, each month will have only one line.
    -> view to import in your physical layer and create a join with the fact summary table.
    -> The table of months (which is the point of view) in the logic time_dim as another source, mention levels.
    -> and include your table of facts in logical fact table and mention that the levels at months time Sun

    It will work. Let me know if I'm not clear. Also, we can expect further comments of experts.

    -Madan

  • Issue using the ENGINE table MEMORY SUNOPSIS (high priority)

    Hi gurus,

    It is to launch an operator, like any error by using the SUNOPSIS MEMORY ENGINE to generate a .csv file using the database as a source table.

    ODI-1228: SrcSet0 (load) task fails on the target connection SUNOPSIS ENGINE table SUNOPSIS MEMORY ENGINE.
    Caused by: java.sql.SQLException: unknown token

    (LKM used: LKM Sql to Sql.)
    IKM used: IKM Sql to add files.)

    can you please help me about this ASAP so that it became a show-stopper for me to go further.

    Any help will be greatly appreciated.

    Thank you very much
    Pavan

    Published by: Pavan. on July 11, 2012 10:22

    Hi all

    The issue has been resolved successfully.

    The solution is
    We need to change the E$ _, I have$ _, J$ _,... E_, I_ , J_... ((c'est à dire, enlever le symbole '$')) in the PHYSICAL SCHEMA of ENGINE table SUNOPSIS MEMORY according to the information provided below.

    When interfaces running and using an XML schema or file complex as the transit area, the 'Unknown token' error. This error is caused by the HSQL (2.0) updated version. This new version of HSQL requires that the names of tables that contains a dollar sign ($) are enclosed in quotes. Temporary tables (loading, integration, etc.) that are created by the knowledge Modules do not respect this requirement on the technologies of complex and HSQL records.

    To work around the problem, change the physical schema definitions to remove the dollar symbol ($) of all paintings of prefixes work. Scenarios must be regenerated with these new settings.

    It has worked well for me.

    Thank you
    Pounet

  • How seeds Cache using the Event Table of the poll

    Hello Experts

    I have configured the Event Table of the poll in my PC
    Steps to follow:
    (1) table created using SAEPT. Oracle.SQL scheme in 10g
    (2) any SAEPT. Oracle.SQL by creating a new connection pool in the physical layer
    (3) configured in repository - tools - utility - OBI event Polling tables by selecting SAEPT. Oracle.SQL and gave 15 min in the polling frequency
    (4) inserted data in SAEPT. Oracle.SQL
    (5) NQserver.log checked after the time of the poll which is 15 minutes. NQserver.log was not getting updated or details about the event that occurred.

    You think that I missed a few steps in the configuration of EFA, if so... Please help me I need to implement on the client machine soon.

    Enjoy your time guys.

    Published by: Newby on July 1, 2010 10:34

    As much as I know the vote event tables are used to purge the cache automatically. It is not used to start the cache.
    If you want to start the cache, the ibots use or you do like a program...

    Published by: user8000915 on July 1st, 2010 07:37

  • ListField using the hash table

    Hi guys, new here so please, be gentle.

    I was wondering if there is way to a ListField (or something similar) but using a hash instead of a vector table. I searched through the forums without success. And if it is would it be possible to display the incredible list. (List in the hash table and sort by alphabetical order, via the keys)

    The hash table structure K = String (name of player), V = object reader.

    If this can be done using a hash table, is there a way to do this using a vector. So that I could search the data structure for a players name and return the object.

    Sorry if it's confusing or vague. I'm not not used to describe my problems!

    Thank you very much for the help.

    You can also move forward and persist in the hash table, and then build an index using a few stores of SimpleSortingVector who keys in order.

    There are a lot of options... you just need to decide which is best for you.

  • How to validate totall character in a file using the extrnal table

    Hi all

    I have an external as table below

    CREATE TABLE 'WE_INT '. "" XTB_INVADJ_FROM_POS ".

    ("TRANSACTIONDATE" VARCHAR2 (14 BYTE),

    VARCHAR2 (2 BYTE) "LOCATION_TYPE."

    VARCHAR2 (4 BYTE) "LOCATION_VALUE."

    VARCHAR2 (3 BYTE) "ITEM_TYPE."

    VARCHAR2 (13 BYTE) "ITEM_VALUE."

    VARCHAR2 (5 BYTE) "UPC_SUPPLEMENT."

    VARCHAR2 (2 BYTE) "INVENTORY_STATUS."

    VARCHAR2 (2 BYTE) "ADJUSTMENT_REASON."

    VARCHAR2 (1 BYTE) "ADJUSTMENT_SIGN."

    "SET AMOUNT" VARCHAR2 (8 BYTE).

    VARCHAR2 (4 BYTE) "ADJ_QTY_DECIMAL_VALUE".

    )

    EXTERNAL ORGANIZATION

    (TYPE ORACLE_LOADER

    DEFAULT DIRECTORY 'LOC_SOURCE_POS2RMS_INVADJ '.

    ACCESS SETTINGS

    (RECORDS DELIMITED BY NEWLINE

    CHARACTERSET WE8MSWIN1252

    STRING SIZES ARE IN BYTES

    WHEN LOAD)

    ((1:5) = "TDETL")

    )

    BADFILE "XTB_INVADJ_FROM_POS.bad."

    DISCARDFILE 'XTB_INVADJ_FROM_POS.dis '.

    LOGFILE "XTB_INVADJ_FROM_POS.log".

    FIELDS

    LTRIM

    (

    "TRANSACTIONDATE" POSITION (30:43) DATE,

    "LOCATION_TYPE" POSITION (44:45) TANK,

    "LOCATION_VALUE" POSITION (46:49) TANK,

    "ITEM_TYPE" POSITION (50:52) TANK,

    "ITEM_VALUE" POSITION (53:65) TANK,

    "UPC_SUPPLEMENT" POSITION (66:70) TANK,

    "INVENTORY_STATUS" POSITION (71:72) TANK,

    "ADJUSTMENT_REASON" POSITION (73:74) TANK,

    "ADJUSTMENT_SIGN" POSITION (75) TANK,

    "SET AMOUNT" POSITION (76:83) TANK,.

    CHAR POSITION (84:87) "ADJ_QTY_DECIMAL_VALUE".

    )

    )

    LOCATION

    ("inv.txt"

    )

    )

    REJECT LIMIT UNLIMITED;

    If you see my conetent file that it will be as below.

    TDETL00000000020000000000000120100127181611ST6009SKU75001056 0023-000000400000

    I want to validate the chracters total if this line is to have more or less of 87 87 he must raise the error.

    You can use a column in the external table that contains all characters and a view that selects in the outer table, limiting the lines based on the length of the column that contains all characters, such as shown below.  You can create a separate view for those! = 87 if you want a list of releases.

    Scott@orcl12c > c:\my_oracle_files\inv.txt TYPE of HOST

    TDETL00000000020000000000000120100127181611ST6009SKU75001056 0023-00000040086

    TDETL00000000020000000000000120100127181611ST6009SKU75001056 0023-000000400087

    TDETL00000000020000000000000120100127181611ST6009SKU75001056 0023-0000004000088

    Scott@orcl12c > CREATE or REPLACE DIRECTORY LOC_SOURCE_POS2RMS_INVADJ AS 'c:\my_oracle_files '.

    2.

    Created directory.

    Scott@orcl12c > external_table CREATE TABLE

    2 ("TRANSACTIONDATE" VARCHAR2 (14 BYTE),

    VARCHAR2 (2 BYTE) 3 'LOCATION_TYPE. "

    VARCHAR2 (4 BYTE) 4 "LOCATION_VALUE."

    VARCHAR2 (3 BYTE) 5 'ITEM_TYPE. "

    VARCHAR2 (13 BYTE) 6 "ITEM_VALUE."

    VARCHAR2 (5 BYTE) 7 "UPC_SUPPLEMENT."

    VARCHAR2 (2 BYTE) 8 "INVENTORY_STATUS."

    VARCHAR2 (2 BYTE) 9 "ADJUSTMENT_REASON."

    10 'ADJUSTMENT_SIGN' VARCHAR2 (1 BYTE),

    11 "SET AMOUNT" VARCHAR2 (8 BYTE).

    VARCHAR2 (4 BYTE) 12 "ADJ_QTY_DECIMAL_VALUE."

    13 total_characters VARCHAR2 (255)

    14)

    15 EXTERNAL ORGANIZATION

    16 (TYPE ORACLE_LOADER

    17 DEFAULT DIRECTORY 'LOC_SOURCE_POS2RMS_INVADJ '.

    18 ACCESS SETTINGS

    19 (RECORDS DELIMITED BY NEWLINE

    CHARACTERSET 20 WE8MSWIN1252

    21 STRING SIZES ARE IN BYTES

    22 LOAD WHEN)

    23 ((1:5) = "TDETL")

    24)

    25 BADFILE "XTB_INVADJ_FROM_POS.bad."

    26 DISCARDFILE 'XTB_INVADJ_FROM_POS.dis '.

    27 LOGFILE "XTB_INVADJ_FROM_POS.log".

    28 FIELDS

    LTRIM 29

    30        (

    31 "TRANSACTIONDATE" POSITION (30:43) DATE,

    32 'LOCATION_TYPE"POSITION (44:45) TANK,

    33 "LOCATION_VALUE" POSITION (46:49) TANK,

    34 'ITEM_TYPE"POSITION (50:52) TANK,

    35 'ITEM_VALUE' POSITION (53:65) TANK,

    36 "UPC_SUPPLEMENT" POSITION (66:70) TANK,

    37 "INVENTORY_STATUS" POSITION (71:72) TANK,

    38 "ADJUSTMENT_REASON" POSITION (73:74) TANK,

    39 'ADJUSTMENT_SIGN' POSITION (75) TANK,

    40 "SET AMOUNT" POSITION (76:83) TANK,.

    41 'ADJ_QTY_DECIMAL_VALUE' POSITION (84:87) TANK,

    42 total_characters POSITION(1:255) TANK

    43        )

    44                  )

    LOCATION 45

    46 ("inv.txt"

    47         )

    48)

    RELEASE 49 UNLIMITED LIMIT

    50.

    Table created.

    Scott@orcl12c > SELECT * from external_table

    2.

    TRANSACTIONDAT LO LOCA ITE ITEM_VALUE UPC_S IN AD AN ADJ_ ADJUSTME

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

    TOTAL_CHARACTERS

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

    20100127181611 ST 6009 SKU 75001056 00 23 - 00000040 086

    TDETL00000000020000000000000120100127181611ST6009SKU75001056 0023-00000

    040086

    20100127181611 ST 6009 SKU 75001056 00 23 - 00000040 0087

    TDETL00000000020000000000000120100127181611ST6009SKU75001056 0023-00000

    0400087

    20100127181611 ST 6009 SKU 75001056 00 23 - 00000040 0008

    TDETL00000000020000000000000120100127181611ST6009SKU75001056 0023-00000

    04000088

    3 selected lines.

    Scott@orcl12c > external_table FROM SELECT LENGTH (total_characters)

    2.

    LENGTH (TOTAL_CHARACTERS)

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

    86

    87

    88

    3 selected lines.

    Scott@orcl12c > xtb_invadj_from_pos VIEW to CREATE or REPLACE AS

    2. SELECT "TRANSACTIONDATE"

    3 "LOCATION_TYPE."

    4 'LOCATION_VALUE. "

    5 "ITEM_TYPE."

    6 "ITEM_VALUE."

    7 "UPC_SUPPLEMENT"

    8 "INVENTORY_STATUS"

    9 "ADJUSTMENT_REASON."

    10 "ADJUSTMENT_SIGN."

    11 "QUANTITY ADJUSTMENT."

    12 'ADJ_QTY_DECIMAL_VALUE '.

    13 FROM external_table

    14 WHERE the LENGTH (total_characters) = 87

    15.

    Created view.

    Scott@orcl12c > SELECT * FROM xtb_invadj_from_pos

    2.

    TRANSACTIONDAT LO LOCA ITE ITEM_VALUE UPC_S IN AD AN ADJ_ ADJUSTME

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

    20100127181611 ST 6009 SKU 75001056 00 23 - 00000040 0087

    1 selected line.

  • Use the same table queue send two different messages?

    Hello

    We have a reconciliation and an outgoing queue in our database!

    Now, we need to create another message content to send to IBM MQ series, so it's just an outgoing messages (no incoming message!)

    To the exsisting two queues, we have the gateway messages in place!

    I was wondering if I can use the same outgoing queue table and infrastructure Message gateway to send another message charge (contect) to the IBM MQ.

    Don't you think it's possible?

    More info made me know!

    Thanks a lot for your help!


    Hello Louis,.

    first of all I didn't detect something strange or even incorrect - perfect!

    Your questions:

    > 1. have I defind is correct? "multiple_consumers => TRUE);"

    Yes, that's correct. We must define this order to use MGW.

    > 2. I failed: gv_mq_inbound_log_queue: = 'ORACLE.002 ';     part because I have not all incoming messages to oracle, I just sent messages in my case! > Is this correct?

    Yes, that's also OK. Since you're carrying data from AQ to MQ in an outgoing queue. Incoming queue would be

    the other way around. You have configured your MQ as a remote queue (sys.mgw_property ('MQ_openOptions', 16')).

    You wishes to clarify this yet once with your MQ management group if this is correct. You may not know at this stage.

    The alternative would be a local queue (value = 2066).

    You don't show the part for the queue. This should be something like:

    BEGIN

    v_message_text: = p_message_text. GETCLOBVAL().    -using the XMLTYPE as payload type

    v_text_body: = SYS. MGW_TEXT_VALUE_T (NULL, v_message_text);

    v_payload: = SYS. MGW_BASIC_MSG_T (v_header, v_text_body, NULL);

    DBMS_AQ. ENQUEUE (queue_name-online p_queue_name,

    enqueue_options-online enqueue_options,

    message_properties-online message_properties,

    payload-online v_payload,

    -Online v_msgid msgid);

    > 3. The last of them, do you think I'll reach my goal with all these codes? Is that what you think may be missing or... ?

    Yes, you will reach your goal using this code. Try it and tell me what happened.

    Kind regards

    WoG

  • Dimension to build using the SQL table and process to populate the SQL table

    I have a dimension in a cube that is manually* built by one of our power users. Now, I have to get all the information of members of this dimension in a SQL table (example: with columns... Level0, level0property, level1, level1property etc...) to use this table in the STUDIO for the responsibility of the Member.

    Is there any easy process to do this? Currently I am building each line manually in the SQL table and there are 1100 + members in that manually built dimension. Please advice.

    Look at the outline of applied olap Extractor is a free utility

  • Failed to create the Data Source by using the pivot table query

    Hi people.

    Running Oracle BI Publisher 11.1.1.6.0

    He complains with ORA-01738: lack of KEYWORD

    When I try and a SQL query in function by using the data set:

    SELECT *.
    FROM (SELECT ist.descr |) ' '|| EIT. Descr service_type, ROUND (sum (milf.ttl_number_units)) ttl_number_units
    Of mv_iot_line_item_forecasting mllf
    Ope on ope.master_entity_id = milf.partner_master_entity_id JOIN operator
    JOIN iot_service_type on ist.iot_service_type_id = milf.iot_service_type_id ist
    JOIN iot_event_type on iet.iot_event_type_id = milf.iot_event_type_id EIT
    WHERE milf.iot_agreement_id = 2621
    AND milf.traffic_direction = 'CR '.
    AND ope.operator_type_id = pkg_ngc_constants.operator_type_id_gsm
    Ope.main_reference GROUP, ist.descr | ' '|| EIT. Descr)
    PIVOT (sum (ttl_number_units) FOR service_type IN ("Voice MO' like' voice', 'MT voice' as 'voice MT", "SMS MO" as "SMS MO", "SMS MT" as "SMS MT", "MB of data" as "MB of data"))
    order by 1


    No idea why it won't let me create?

    The query runs perfectly fine in SQL.

    Any input appreciated.

    Simon

    Can you try to change your "IN" clause to this and see if it works?

    service_type IN ("voice MO' as Voice_MO, 'Voice MT" as Voice_MT, "SMS MO" as SMS_MO, "SMS MT" SMS_MT, 'MB of data' as Data_MB)

    Thank you
    Bipuser
    Published by: BIPuser on October 18, 2012 07:40

    Published by: BIPuser on October 18, 2012 07:41

  • problem in the form of master-detail when you use the ADF table for detail

    Hello

    jdev version - 11.1.2.1.0


    I create master shape detail using datacontrol drag as ADF master shape secondary Table.


    Now when I create a new line in the detail table using the key CreateInsert a new empty row created on top of the secondary table.

    and other show line that the previous record data based on the master.

    problem is I want to when I click on the createInsert button all the line of the secondary table must be empty and what line to fill two or three user then validate.



    Thanks in advance

    Hello

    If a secondary table has data, then createInsert adds to them. If you want to hide the existing lines, create a new instance of the View object and set the option "extract database" to "No. Rows. Use an af:switcher to change the specified table when the user clicks the createInsert button. There is some coding needed to have this use case in the ADF, but its essentially declarative. Bottom line, is that there is no option automated other than to create new lines in a separate page or dialog box if you are bothered by existing lines

    Frank

  • How to create the new table by using the pertioned table

    Hello
    I use a partitioned table, now I want CPDR a new table with the same structure of my existing partitioned table.
    so can I use this syntax

    create the table abc_new as
    Select * from my_partitioned_table
    where 1 = 2;

    If I use this syntax, he would do the same my existing partitioned table structure?

    and

    When
    We use a syntax such as

    create the table abc_new as
    Select * from my_partitioned_table
    where 1 = 2;

    so he would also make the indexing on the new table if old table exists? If this isn't the case, then how can we create this indexing too at the time of execution of this syntax?


    regards

    N °

    Although the command would create a new table with the same column names and data types, it is NOT a partitioned table. You must explicitly specify the PARTITION BY clause and definitions of Partition when creating the table.

    Similarly, index definitions are not automatically copied. You must explicitly run the CREATE INDEX statements (which you can generate source using DBMS_METADATA. GET_DDL or by using any other tools/utilities).

    (However, if you use Export-Import - for example import to another schema, or to another database, it would create a table partitoned bearing the same name and with the same index definitions).

    Hemant K Collette

  • The group using the external table name

    Hello

    I used the following link and I was able to create groups based on these steps. However I have a question, in the initialization block SQL SQL has a variable name,
    Select "GROUP «groupname...»» ». How is the presentation layer knows that the name of the variable 'GROUP' is attributed to membership in a group? Thank you.

    http://obieeblog.WordPress.com/2009/06/18/OBIEE-security-enforcement-%E2%80%93-external-database-table-authorization/

    Griup is a session of the system variable. As soon as you crush with block values init, same value will be overwritten at each location.

    Kind regards
    Sandeep

  • Using the overall table for the XML results

    I'm new in the flash script and it drives me crazy...

    I searched the internet and I could not find a solution for this.

    I am trying to load XML, analyze the values in the global table and use this picture later in my code... it does not work.

    _Global.AutoID = Array ();

    function ParsingXML() { }

    var pokXML:XML = new XML();

    pokXML.ignoreWhite = true;

    pokXML.onLoad = function (loaded) { }

    If (loaded) { }

    var full_niz:Array = pokXML.firstChild.childNodes;

    len:Number=full_niz.length-1//getting the number of child nodes var

    for (var i: Number = 0; i < = len; i ++) //looping hollow values

             {

    _global.AutoID [i] = full_niz [i] Sublst.ChildNodes(1).ChildNodes(0) [0] .firstChild;

              }

    trace (_global.autoid);  Back table OK

    out of //function return _global.autoid;

         }else{

    trace ("not OK");

         }

    } //end function (loaded)

    pokXML.load ("my.xml");

    } //end ParsingXML function

    ParsingXML();  return empty array [virtue]

    How to make this work?

    Sorry for my English (bad)

    Try:

    _Global.AutoID = new Array();

    function ParsingXML() {}

    var pokXML:XML = new XML();

    pokXML.ignoreWhite = true;

    pokXML.onLoad = {function (loaded)}

    If {(responsible)

    var full_niz:Array = pokXML.firstChild.childNodes;

    var len:Number=full_niz.length-1//getting the number of child nodes

    for (var i: Number = 0; i<=len;i++) looping="" trough="" the="">

    {

    AutoID [i] = full_niz [i] Sublst.ChildNodes(1).ChildNodes(0) [0] .firstChild;

    }

    Table //return OK track (_Global.AutoID)

    Return _global.autoid; pokXML.onLoad is asynchronous if it does not make sense to have a return.

    } else {}

    trace ("not OK");

    }

    } //end function (loaded)

    pokXML.load ("my.xml");

    } //end ParsingXML function

    ParsingXML();  return empty array [virtue]

  • Error importing CSV files with "hidden" characters using the external Table

    Hi people

    Bit of a strange here.

    Well, we are accustomed to the use of the external Table method to load data from CSV files in the database, but a recent event presented us a problem.

    We have received some CSV files that "look like" regular CSV files, but Oracle will not load them.

    When we looked at the CSV using VIM on a UNIX machine, we saw the following characters 'hidden' between each regular character in the file.
    ^@
    If a string that looks like this when opened in Excel/Wordpad etc.
    "TEST","TEXT"
    Looks like this when exmained with VIM
    ^@"^@T^@E^@S^@T^@"^@,^@"^@T^@E^@X^@T^@"
    Has anyone encountered this before?

    Thank you very much

    Simon Gadd
    Oracle 11g 11.2.0.1.0

    Hi Simon,.

    ^ @ represents the ZERO character (0x00).
    So, most likely, you have a file encoded in Unicode.

    You need to specify the character set in the record specification (and if necessary the byte order mark), for example:

    CREATE TABLE ext_table
    (
      col1 VARCHAR2(10),
      col2 VARCHAR2(10)
    )
    ORGANIZATION EXTERNAL
    (
      TYPE ORACLE_LOADER
      DEFAULT DIRECTORY dump_dir
      ACCESS PARAMETERS
      (
       RECORDS DELIMITED BY '
    ' CHARACTERSET 'UTF16'
      FIELDS TERMINATED BY ','
      )
      LOCATION ('dump.csv')
    )
    REJECT LIMIT UNLIMITED;
    

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e16536/et_params.htm#i1009499

Maybe you are looking for

  • Motherboard MacPro 5.1 update

    Hello! I have a MacPro end of 2012, what I am now looking to upgrade. This is the version of 3.33 GHz 6 hearts. I want to upgrade into a computer modern games of upgradable - which in turn can be improved for the next ten years or more, but I still w

  • An error occurred during repair of permissions.

    "Year error occurred while repairing permissions."  Photos has been unable to repair permissions on your library.  Quit smoking» Cannot open the photo (main) library for the creation of a second library that I worked on.  Separately, both are stored

  • New driver tuner help with DVB - T TV gel to the United Kingdom on Qosmio?

    Hello Qosmio users Today I saw on Toshiba download page nine PCI DVB-T/Analog hybrid Tuner. I can't use it in my country because it DTT is not available, but maybe it can help the United Kingdom with Frost TV guys. If this will solve your problem ple

  • everytime I go to print it shows "waiting in line. have shed jobs, turned comp. off past still

    Just added a monitor flat screen.  Print jobs, they are in the queue, have demolished and tried again.  Turned and on computer nothing changing.

  • Wireless function failed

    Hello! I recently bought a new Asus UL80J, and it was working fine until it began to lose "wireless capability" at very inconvenient times (in the middle of online games, downloads requiring a constant connection, etc...) There is no problem with the