Deploy the error ORA-01008 project

Hello
I have a project based on GWT and Hibernate, Oracle 11 g. It runs and connects with the database in Eclipse,

but when I deploy and start in Apache Tomcat, there is an error

JDBCExceptionReporter SQL error: 1008 SQLState: 72000

JDBCExceptionReporter ORA-01008: not all variables

And my project fails at startup.

How can I solve this problem?
Maybe I should change some properties in Tomcat?

And I xmlparserv2.jar. When compiling I remove it from the path of the construction because the compilation fails.
But when I deploy my project, I add it. This pot is use for?

Hibernate 3.0
Oracle Database 11g Release 2 Edition Express

Apache Tomcat 7.0

Eclipse Indigo 3.7.0

Thanks in advance, Olga

I solved the problem. He was really tomcat. In the Monitor of Tomcat, menu configuration, tab Java, the entrance area of the options Java , I added the following lines

-Dfile.encoding = UTF-8

-Dsun.rmi.dgc.client.gcInterval = 3600000

-Dsun.rmi.dgc.server.gcInterval = 3600000

-XX: + UseConcMarkSweepGC

-XX: MaxPermSize = 1024 m

-Xverify: no

I also filled in the same window

Initial pool of memory: 512

Pool memory maximum: 1024

Restart Tomcat

Tags: Oracle Applications

Similar Questions

  • Any suggestions on the elimination of the error ORA-01417?

    Just a question here. I'm developing a workbook in Discoverer Plus. I get a message ORA-01417 - a table can be external joined as another table. Just trying to see if there is a way to eliminate this error message. What I do is the following. I join table PA_EXPENDITURE_ITEMS_ALL to PA_EXPENDITURES_ALL. It is a standard join. Detail exists in master. Then I join PA_EXPENDITURES_ALL to PER_ALL_EMPLOYEES_F. Since I have a lot of spending on projects that aren't payroll/labor partner, my id of the person spending all the table is often null. This particular join must be an outer join, where I want to go back the detail that corresponds to a master document and detail that does not match. So far, nothing unusual there. The problem is that an employee may have multiple records in the employee file. Which would give me the detail data duplicate lines when I do not have a match, which would be bad. So what I do is to add a condition to test the article date of expenditure between the employee effective start date and the date of actual end of the employee. It is a condition that I add to the workbook. There is NO join defined between PA_EXPENDITURE_ITEMS_ALL and PER_ALL_EMPLOYEES_F. But what does the discoverer is when it generates the SQL, is to put the symbol of outer join on this condition. That does not seem logical, why he would do this. After all, I'm having some retail spending with no record of employee for them. So I have to have a way to deal with situations of nowhere. In any case, when I added this condition and try to refresh the workbook when I get the message ORA-01417. So I did some playing. I realized that if I build a condtion like that - AND ei.expenditure_item_date BETWEEN nvl(per.effective_start_date,ei.expenditure_item_date-1) AND nvl (per.effective_end_date, ei.expenditure_item_date + 1)
    then manually running a SQL query, I get good results. When I create this condition in discoverer, discoverer always ends by adding the symbol of the left outer join and I always get my message ORA-01417. Does anyone know of a sneaky way to keep discoverer of the addition of this symbol of outer join on my condition when discoverer built its SQL statement? I hope that I have explained the situation pretty well. Always a challenge to adequately describe a question.

    John Dickey

    Hello

    The error ORA-01417 is a restriction of the database rather than an a discoverer. If you get wrong this discoverer entirely in. Here are some things you can do:

    1. you can set a condition:

    Nvl (per.effective_start_date, ei.expenditure_item_date) AND nvl(per.effective_end_date,ei.expenditure_item_date) OR ei.expenditure_item_date BETWEEN EI.expenditure_item_date BETWEEN nvl(per.effective_start_date,ei.expenditure_item_date) AND nvl(per.effective_end_date,ei.expenditure_item_date)

    GOLD tells discoverer an outer join cannot be used, and it is why the sign (+) will not be added. This is not a real outer join but might work, as the dates are never null in the per_all_employees_f table.

    2. you can create a folder complex, combining the fields you wanted two tables PA. Then outer join this folder to the employee record, including the date of track conditions.

    3. If you only want the name of the employee in the per_all_employees_f table, and then you could implement a search function to translate the person_id in name of the employee. The function could be brought from the workbook so no join would be necessary. You might have to cache the result in the output function.

    Rod West

  • Create the error ORA-04021: timeout period exceeded while waiting to lock object

    Hello

    I get the following error when I try to deploy the mapping.
    Create the error ORA-04021: timeout period exceeded while waiting to lock object.
    I use OWB 10.2.0.4.36

    All the world is facing this problem? Kindly help me in this regard.

    Thank you
    Siva

    Hi Siva,

    It's probably a blocking problem.

    Select "alter system kill session"'"
    || TO_CHAR (l.session_id)
    || ','
    || to_char(s.Serial#)
    || '''; ' kill_session
    o.object_name
    l.oracle_username
    l.os_user_name
    || Chr (10)
    || '('
    || s.Terminal
    || ')' os_user_name
    v $ session s
    , v$ locked_object l
    dba_objects o
    where s.sid = l.session_id
    and l.object_id = o.object_id
    /

    The above should give you the session id

    Then use SYSTEM account to kill the session
    alter system kill session "";

    Thank you
    Fati

  • What deletion XMLSchema received the error ORA-04022 no waiting asked, but had to wait to lock the dictionary objects

    I recorded a XMLschem in the Oracle XDB repository to load the XML file into the oracle tables using storage relational object. In this process, I'm trying to remove the xmlschema to sign up again with a few changes in the XSD file, but I'm not able to remove it and I get the error ORA 04022 no waiting asked, but had to wait to lock the dictionary objects... Before that, I deleted the xmlschem 2 - 3 times and it worked fine. But now I have this error.

    I tried to remove it with "DELETE_CASCADE" and also tried "DELETE_CASCADE_FORCE" and in both cases, I get the same error.

    I've waited 2-3 days and then retried still had the same error.

    Could you please help me to solve this problem.

    Here is the screenshot of the error

    Delete Schema No wait error.JPG

    I also tried to purge the schema, as shown below, but I get the error access denied. I'm stuck here, could not move before working on it.

    Select * from dba_xml_schemas, where qual_schema_url like '% HPO484% '; -1B01B74F95BE1C91E0540021287E70DC

    BEGIN

    DBMS_XMLSCHEMA. PURGESCHEMA (schema_id = > '1B01B74F95BE1C91E0540021287E70DC');

    END;

    It throws below error

    ORA-31050: access denied

    ORA-06512: at "XDB". DBMS_XMLSCHEMA", line 109

    ORA-06512: at line 1

    Could you please help me with this.

    Thank you

    Reva

    Is it possible to reproduce the problem?

    You have a table that references the schema?

    Check with your DBA if there is no locking assets library.

  • has received the error ORA-44416: invalid ACL, while trying to enable network services

    Hi guys I got the ERROR ORA-44416 after the activation of services network in 11 GR 2 to send emails, so I ran this command found just as shown below in the Oracle document library

    SELECT THE ACL, PRINCIPAL

    OF NACL, XDS_ACE ACE DBA_NETWORK_ACLS

    WHERE HOST = ' *' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL AND

    NACL. ACLID = ACE. ACLID AND

    ARE NOT (SELECT NULL FROM ALL_USERS WHERE USERNAME = MAIN);

    That returned a result of

    no selected line

    What could this mean

    The installation is done on a localhost and the APEX version is 4.2.2 browser is mozilla fire fox

    ORA-44416 means that the ACL that you tried to create to refer to a valid principle - that is, the user does not exist.

    The SQL code that you included above seems to be looking for associated ACL principles which are more database users. I don't see a direct link between this request and the ORA-44416.

    What was your original script of ACL?

    Also, because it is a question of database rather APEX you might get a better answer on the forums of the database.

  • Get the error ora-02021

    I'm trying to truncate a table but oracle throws the error ORA-02021: DDL operations are not allowed on a remote database.

    02021, 00000, "DDL operations are not allowed on a remote database"
    * Cause: An attempt was made to use a DDL operation on a remote database.
    For example, "CREATE TABLE tablename@remotedbname... ».
    * Action: To change the remote database structure, you must connect to the
    remote database with the appropriate privileges.


    I'm pretty sure you have the appropriate privileges.

    You can even call a procedure:
    dbms_utility.exec_ddl_statement@DB_LINK exec ('your stmt');

  • How to solve the error ORA-00001 in SQL Insert?

    Hi all, I need your help appreciated.

    I do a plsql procedure that inserts a line according to the value of the slider, I have error oracle ORA-00001: unique constraint (constraint_name) violated.

    This message may appear if a duplicate entry exists at a different level: in the RDBMS MySQL, I have the syntax IGNORES to solve this error of duplication... and in Oracle?

    Thanks for your time and your advice.
    Miguelito

    user6317803 wrote:
    How to solve the error ORA-00001 in SQL Insert?

    ORA-00001 means table a unique/primary key / index and you attempt to insert a row with the key value already exists in the table. I'll assume table has a primary key on COUNTRY_ID. Then modify SQL for:

    SQL = "INSERT INTO COUNTRIES (COUNTRY_ID, COUNTRY_NAME, REGION_ID) SELECT"BZ","BLZ", 3 DOUBLE WHERE DOES NOT EXIST (SELECT 1 FROM COUNTRIES WHERE COUNTRY_ID ="BZ").

    There is a good chance COUNTRY table also has unique key/index on COUNTRY_NAME. If so use:

    SQL = "INSERT INTO COUNTRIES (COUNTRY_ID, COUNTRY_NAME, REGION_ID) SELECT"BZ","BLZ", 3 DOUBLE WHERE DOES NOT EXIST (SELECT 1 FROM COUNTRIES WHERE COUNTRY_ID = 'BZ' OR 'BLZ' = COUNTRY_NAME).

    SY.

  • EMCA fails with the error "ORA-01034: ORACLE is not available.

    Hello
    10g R2 on AIX I have the following error:
    emca -config dbcontrol db -repos create
    ......................................................
    .....................................................
    Password for DBSNMP user:
    Invalid username/password. [ORA-01034: ORACLE not available]
    And that's because all oracle processes are runing with:
    ORACLE_HOME=/U00/Oracle/product/10.2.0/Db_1/

    EMCA fails with the error "ORA-01034: ORACLE is not available" and "Name of user and password invalid." For DBSNMP user [ID 550484.1]
    It is said:
    +<moderator edit - removed MOS content>+
    Can I do the reverse and in the script of the emca, add "/" at the end of ORACLE_HOME=/u00/oracle/product/10.2.0/db_1
    ??
    Thank you.

    Edited by moderator - content removed from MOS

    Hi user;

    First of all please do not post details here, its against to oracle interoperability metalink, ID is sufficient for us. Secondly, yes you can, first to save $ORACLE_HOME/bin/emca script like

    CP $ORACLE_HOME/bin/emca $ORACLE_HOME/bin/emca_org

    to change the file number and test

    Respect of
    HELIOS

  • Error ORA-01008 on the process page

    Hi all

    I get a ' ORA-01008: not all variables bound "error when saving a process in a page. Here is an overview of the process. All bind variables are used in other processes on the same page with no problems.
    DECLARE
    I_EMAIL_SUBJECT      VARCHAR2(100);
    I_EMAIL_BODY         VARCHAR2(4000);
    I_EMAIL_RESULT       NUMBER;
    I_PROCESS_NAME       VARCHAR2(100)  := 'INPUT - Cancel Form';
    
    I_FORM_NUMBER        NUMBER  := TO_NUMBER(:P12_IFORPSP_KEY,'999999');
    I_FORM_VERSION       NUMBER  := TO_NUMBER(:P12_FORM_VERSION,'999999');
    
    I_FUNC_RETURN        VARCHAR2(400)  := NULL;
    
    E_CUSTOM_ERROR       EXCEPTION;
    I_ERROR_MSG          VARCHAR2(4000);
    
    BEGIN
    
       BA_HR_IFO_util_pkg.add_debug_line('-- START --',I_PROCESS_NAME);
       
       --------------------------------
       -- Change WF Step to 'Canceled'
       --------------------------------
       BA_HR_IFO_util_pkg.add_debug_line('Set WF Step to Canceled ',I_PROCESS_NAME);
       -- The function below is triggering the error
       I_FUNC_RETURN := BA_HR_IFO_util_pkg.update_wf_step(p_form_no  => I_FORM_NUMBER,
                                                          p_form_ver => I_FORM_VERSION,
                                                          p_created_by => TO_CHAR(:P12_CREATED_BY),
                                                          p_step_status => TO_CHAR('Canceled'),
                                                          p_next_step_name => TO_CHAR('Canceled Form'),
                                                          p_flex_hiring_freeze => TO_CHAR(:F103_FLEX_HIRING_FREEZE));
       IF I_FUNC_RETURN <> 'S' THEN
          -- Set ERROR msg
          BA_HR_IFO_util_pkg.add_debug_line('Error '||I_FUNC_RETURN,I_PROCESS_NAME);
          I_ERROR_MSG := 'Error: '||I_FUNC_RETURN;
          RAISE E_CUSTOM_ERROR;
       END IF;
    I am using Oracle 11g, APEX 3.2.1

    The function is declared on a package in the same pattern. All the parameters of the function are included. The error seems to be when you call the function. However, I have a use this function and bind variables in other procedures.

    This is my first post. I hope I included enough information.

    Thanks in advance for your help

    Carlos

    You can try something like:

    DECLARE
    ...
    I_CREATED_BY      varchar2(100); -- enter correct size here
    I_F103_FLEX_HIRING_FREEZE varchar2(100); -- enter correct size here
    
    BEGIN
    ...
    
    I_CREATED_BY  := v('P12_CREATED_BY');
    I_F103_FLEX_HIRING_FREEZE := v('F103_FLEX_HIRING_FREEZE');
    
       -- The function below is triggering the error
       I_FUNC_RETURN := BA_HR_IFO_util_pkg.update_wf_step(p_form_no  => I_FORM_NUMBER,
                                                          p_form_ver => I_FORM_VERSION,
                                                          p_created_by => I_CREATED_BY,
                                                          p_step_status => 'Canceled',
                                                          p_next_step_name => 'Canceled Form',
                                                          p_flex_hiring_freeze => I_F103_FLEX_HIRING_FREEZE);
    
    ...
    

    Probably, it helps.

    Lev

  • Gets the error ORA-01779 after I added the column

    Hi, I'm a total newbie in APEX but collaborated with ordinary development Oracle (tables, views, packages, triggers, etc) for a number of years.

    I ve been assigned in order to respect an existing application to APEX. One task is to add a column to a single character named 'ACTIVE' to a database table and also present on a current project list page. The value can be 'Y' or 'n'. In the view which is the source of data for the project page ad 'Y' turned into 'Yes' and 'n' turned into 'no '. So far so good, everything works well.

    There is another page on which it is possible to create new or modify existing projects. This page uses a view as a source of data. On this page, I added a group of radiobutton that contains two options: 'Yes' and 'no '. When I select to edit a project in the project list page the second page is loaded and the correct option, 'yes' or 'No', is marked on the page. This group of radiobutton works exactly like a couple of other groups of radiobutton also represented with a single character column in the database. So far so good!

    However, when I try to save the project file by clicking on "Apply Changes" I get this error:

    ORA-20001: DML error: p_rowid = 50, ID = p_alt_rowid, p_rowid2 =, p_alt_rowid2 is. ORA-01779: cannot modify a column that is mapped to a table not preserved key

    What is the problem here? The new 'ACTIVE' column is added to the view, when I run the view I Don t get all records in duplicate, the underlying table has a column id as the primary key.

    Since I Don t know that APEX is under the hood it s hard tp what's wrong. Anyone knows the solution to this problem?

    / Magnus

    Hello Magnus,

    Is there an INSTEAD OF trigger defined on the view? Have you added the new column ACTIVE there too?

    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this response in marking it as useful or Correct ;-)

  • Strengthening of the error with Eclipse project

    I'm running into a strange error build a project with Eclipse.

    I have Eclipse version 3.6.2 with BlackBerry Java plug-in 1.3.0.201102031007 - 19 and two SDKs (6.0.0 and 5.0.0.36).

    I am trying to build a library of references this project application project.  Here's the error I'm getting to the stage of packaging:

    Packaging project myApplication_BB
    C:\Apps\Eclipse\plugins\net.rim.ejde.componentpack6.0.0_6.0.0.30\components\bin\rapc.exe -convertpng -quiet codename=deliverables\Standard\6.0.0\myApplication_BB deliverables\Standard\6.0.0\myApplication_BB.rapc -sourceroot=C:\Users\GA\workspace\myApplication_BB\src;C:\Users\GA\workspace\pointTrace\src;C:\Users\GA\workspace\myApplication_BB\res -import=C:\Apps\Eclipse\plugins\net.rim.ejde.componentpack6.0.0_6.0.0.30\components\lib\net_rim_api.jar;C:\Users\GA\workspace\Codename1_BB\deliverables\Standard\5.0.0\Codename1_BB.jar;C:\Apps\Eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.36\components\lib\net_rim_api.jar C:\Users\GA\workspace\myApplication_BB\bin
    C:\Apps\Eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.36\components\lib\net_rim_api.jar(net_rim_amms.cod): Error!: Duplicate definition for 'net.rim.device.internal.amms.AMMSMain' found in: C:\Apps\Eclipse\plugins\net.rim.ejde.componentpack6.0.0_6.0.0.30\components\lib\net_rim_api.jar(net_rim_amms.cod)
    Packaging project myApplication_BB failed (took 7.369 seconds)
    

    When I searched the Web for this error I found this link: http://docs.blackberry.com/en/developers/deliverables/23650/eJDE_1.3_SDK_7.0_Known_Issues_1526151_11...

    However, he talks about debugging, and I get not even package the project.

    It seems that he tries to import into a Pack 6.0 and 5.0.  I specified my TERM as 5.0 when creating projects.  Is there a way to force it to use only 5.0?  I could not find anywhere in the project properties.

    Thank you for any information.

    Hello

    check if only they designate same JRE, if the library project and the client of the project when they use different library, you are bound to this kind of questions, change them to the same operating system and check

    Concerning

    Rakesh Shankar.P

  • Why I don't have the error: ORA-14551: cannot perform a DML operation inside a query

    Hello

    create table table_1 (phone number)

    create or replace function function_a return number
      is
        l_rv number;
      begin
        l_rv := dbms_random.value();
        insert into table_1 values(l_rv);
        return l_rv;
      end;
    
    

    Select double function_a

    Now, I get the error:

    ORA-14551: cannot perform a DML operation inside a query

    ORA-06512: at "FUNCTION_A", line 6

    create the table table_2 (phone number)

    insert into table_2 select function_a from dual
    
    

    Now, I make the same mistake. It is to insert records into table_2

    Can someone please clarify this?

    Database Oracle 12 c Enterprise Edition Release 12.1.0.1.0 - 64 bit Production

    Post edited by: O - O added: (select double function_a)

    O - O wrote:

    To be called from instructions SQL, stored function must obey "purity" following rules, which are intended to control the side effects:

    • rule1) When it is called from a SELECT statement or a parallelized INSERT , UPDATE , or DELETE statement, the function cannot change database tables.
    • rule2) When it is called from a INSERT , UPDATE , or DELETE statement, the function cannot query or modify database tables modified by that statement.

    Can you please explain this? I think that these statements are contradicted with

    insert into select double function_a table_2

    Now, I make the same mistake. It is to insert records into table_2

    When your function is called by a select statement, an error is triggered because of rule1).

    When your function is called in an insert statement, no error is raised. The insert does not work in parallel (this is an insert row after all). So rule1) is also not infringed. The insert is on the table2, change table1. Because it does not modify the same table rule2) is not violated. So no reason to trigger an error.

  • To find the log/trace file containing the error ORA-00018

    We use the Oracle 10 g on Linux platform. Our application Java has generated the error below:

    An error occurred during the processing of the SQL statement... ORA-00018: exceeded maximum number of sessions

    java.sql.SQLException: ORA-00018: exceeded maximum number of sessions

    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:113)

    S/n, said he can't see this error in the alert log file. I want to know if there is any place in the Oracle Server i.e. any file/trace log file that can contain this error.

    Elya wrote:

    We use the Oracle 10 g on Linux platform. Our application Java has generated the error below:

    An error occurred during the processing of the SQL statement... ORA-00018: exceeded maximum number of sessions

    java.sql.SQLException: ORA-00018: exceeded maximum number of sessions

    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:113)

    S/n, said he can't see this error in the alert log file. I want to know if there is any place in the Oracle Server i.e. any file/trace log file that can contain this error.

    Oracle has two General classifications of errors; Errors database & application errors.

    Oracle logs in the database for the file alert_SID.log errors.

    Oracle will NOT connect to an error in application & permit enforcement measures considered appropriate (there included logging) for application errors.

    This application uses connection pooling.

    If not, why?

  • TO_DATETIME gives the error ORA-01861: literal does not match the format string

    When I use the following in a formula in the column in the business model, the administration of BI tool does not complain:

    TO_DATETIME (LEFT ("registration - College". "D time". " ("' Exercise ', 4) | ("/ 09/01 ', ' yyyy/mm/dd')

    But when I use it in an analysis, I get the error message:

    ORA-01861: literal does not match the format to the call of the OIC string

    The scope of practice is a varchar of 6 characters (e.g. 201213), so I do not know what causes this error. Is this because the TO_DATETIME expects something like hh as argument?

    Without the element that to_datetime is supposed to work, here is an example that I made on SampleApp406.

    Try to add the "time", but for me it has always worked without problem.

  • Unable to create a table with virtual columns... Get the error ORA-12899... Suggestions please.

    Hi all

    Here is the create table script, which does not work, error ORA-12899 keep expressing. Please suggest...,.,.

    CREATE TABLE FX_TRANS
    (
    SAGE_TRADE_TYPE VARCHAR2 (50 BYTE),
    UPSTREAM_EXECUTION_TS TIMESTAMP (9).
    LOCAL_TZ VARCHAR2 (20 BYTE),
    GMT_CONV_ENTERED_DT_TS TIMESTAMP (9) ALWAYS GENERATED IN THE FORM ("SONARDBO". "FN_CONVERT_TIMEZONE"("LOCAL_TZ","ENTERED_DT_TS")), "
    GMT_CONV_EXECUTION_DT_TS TIMESTAMP (9) ALWAYS GENERATED IN THE FORM ("SONARDBO". "FN_CONVERT_TIMEZONE"("LOCAL_TZ","UPSTREAM_EXECUTION_TS")), "
    );

    [Error] Running (5:3): ORA-12899: value too large for column 'GMT_CONV_EXECUTION_DT_TS' (actual: 11, maximum: 20)

    [Error] Performance (6:3): ORA-12899: value too large for column 'GMT_CONV_EXECUTION_DT_TS' (actual: 11, maximum: 20)


    Used fucntion Script that I use as a VIRTUAL column expression:

    CREATE OR REPLACE FUNCTION SONARDBO. FN_CONVERT_TIMEZONE
    (
    PI_LOCAL_TZ IN VARCHAR2,
    PI_DT IN TIMESTAMP
    )
    RETURNS THE TIMESTAMP
    DETERMINISTIC
    IS
    LV_TIMESTAMP TIMESTAMP;
    BEGIN
    LV_TIMESTAMP: = CASE WHEN PI_LOCAL_TZ = 'SERGEANT' THEN
    TO_TIMESTAMP (TO_CHAR)
    ((FROM_TZ)
    PI_DT,
    "Asia/Singapore")
    IN THE ZONE IS "GMT"),.
    'YYYY-MM-DD HH. FF H '),'YYYY-MM-DD HH. TZDS FF PM ")"
    WHEN PI_LOCAL_TZ = "GMT" THEN
    TO_TIMESTAMP (TO_CHAR)
    ((FROM_TZ)
    PI_DT,
    "GMT")
    IN THE ZONE IS "GMT"),.
    'YYYY-MM-DD HH. FF H '),'YYYY-MM-DD HH. TZDS FF PM ")"
    WHEN PI_LOCAL_TZ = "IS" THEN
    TO_TIMESTAMP (TO_CHAR)
    ((FROM_TZ)
    PI_DT,
    "America/New_York")
    IN THE ZONE IS "GMT"),.
    'YYYY-MM-DD HH. FF H '),'YYYY-MM-DD HH. TZDS FF PM ")"
    ANOTHER NULL
    END;


    RETURN LV_TIMESTAMP;
    EXCEPTION
    WHILE OTHERS THEN
    LIFT;
    END;
    /

    Thank you very much

    Arpit

    This one worked for me.

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

    drop table FX_TRANS;
    
    CREATE TABLE FX_TRANS (
       SAGE_TRADE_TYPE VARCHAR2 (50 BYTE),
       UPSTREAM_EXECUTION_TS TIMESTAMP (9),
       LOCAL_TZ VARCHAR2 (20 BYTE),
       ENTERED_DT_TS TIMESTAMP (9),
       GMT_CONV_ENTERED_DT_TS timestamp(9)
             GENERATED ALWAYS AS
                (cast ("FN_CONVERT_TIMEZONE" ("LOCAL_TZ", "ENTERED_DT_TS") as timestamp(9))),
       GMT_CONV_EXECUTION_DT_TS timestamp(9)
             GENERATED ALWAYS AS
                (cast("FN_CONVERT_TIMEZONE" ("LOCAL_TZ", "UPSTREAM_EXECUTION_TS") as timestamp(9))));
    
    INSERT INTO fx_trans (SAGE_TRADE_TYPE,
                          UPSTREAM_EXECUTION_TS,
                          LOCAL_TZ,
                          ENTERED_DT_TS)
         VALUES ('A',
                 SYSTIMESTAMP,
                 'SGT',
                 SYSTIMESTAMP + 1 / 24);
    
    commit;
    

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

    See you soon,.

    Manik.

Maybe you are looking for

  • Re: Satellite A300 is completely dead

    Hello! A few hours ago my Satellite 300 (2 years and 2 months - no warranty left) suddenly exploded with a strange noise and now it s dead. When I press the power button, nothing happens. Really nothing. No light, no sound, nothing. With battery, wit

  • To help to "reorganize by" tab in my images

    I arranged my photos by 'day', but they go out in reverse order with the last day at the beginning and at the end the first day.  I would like to keep within days, but discovered the game in sequence from beginning to end. [Moved from comments]

  • Portable printer Officejet 100

    We Macbook air and macbook pro operating system is os x 10.8.2 I downloaded the drivers, but can't get them to work. I hate printers why can't they work? I have an eveny at home.  I should have make it help please.

  • I have my computer to factory start .i purchase reted in 2007 windows xp sony vaoi now its slow

    Hello I have a sony vaio windows xp from 2007, I had problems with it so I reset factory, it seems it came with windows 5.1 service pack 2 and internet explore 6.0my question is my netflix and tube you are super slow what I need update please help me

  • SMART WIFI

    Hi guys,. Setting up the wifi chip... Click the button to send the e-mail verification (10 x now on two days) and have not received the e-mail (link to check my account)... WHAT GIVES? Thank you!