Patch 후 sysdate 시간차 발생

안녕하십니까?
오라클 패치후 발생 되는 에러에 대한 질문 입니다.
며칠 전 Oracle 9.2.0.1.0에서 9.2.0.8.0으로 패치를 하였습니다.
시스템은 HP 64bit이며 RAC가 아닌 독립 서버 입니다.
패치시 에러 메시지는 없었고, 정상 수행을 하였습니다.
그런데... sqlplus에서 sysdate를 조회하면 정상 시스템 시간이
나오는데... Tool(토드, SqlDeveloper..)에서 sysdate를 조회하면
시스템 시간보다 16시간 정도 이전 시간이 나옵니다.
패치시 다큐멘트 보면서 나름대로 잘 진행 하다고 하였는데...
9.2.0.1에서 바로 8로 업해서 그런것 같기도 하구...^^
경험을 하였거나 문제 해결의 실마리를 아시는 분은 도움
부탁드립니다.
참조) 타임 관련 파라메터
timed_os_statistics = 0 (default)
timed_statistics = TRUE
그럼, 수고하십시오.
그리고... 혹, RMAN 백업을 하면 V$BACKUP View의
시간은 갱신 되지 않나요?
글 수정:
ugege

dbtimezone 을 변경후 적용되려면 DB를 내렸다가 올려야 되므로
PM 시간을 이용해서 dbtimezone 을 변경하시는 것이 좋을 것 같습니다.
제가 테스트해보니깐,
alter database 문을 사용해서 dbtimezone 을 변경시에
TIMESTAMP WITH LOCAL TIME ZONE (TSLTZ) 컬럼이 존재하면
안되는 제약사항이 있네요...
샘플스키마중에 OE 스키마의
ORDERS 테이블의 ORDER_DATE 컬럼의 datetime 형식이
TSLTZ 이므로
alter database 문을 사용하여 dbtimezone을 변경시에
ORA-02231 오류가 발생합니다.
관련 테이블을 DROP하거나 샘플 스키마를 DROP 후에
적용하시면 정상적으로 실행됩니다.
아래는 노트북에서 테스트로 실행했던 내용입니다.
SQL> alter database set time_zone='+09:00';
alter database set time_zone='+09:00'
ERROR at line 1:
ORA-02231: missing or invalid option to ALTER DATABASE
SQL> select u.name || '.' || o.name || '.' || c.name TSLTZcolumn
2 from sys.obj$ o, sys.col$ c, sys.user$ u
3 where c.type# = 231
4 and o.obj# = c.obj#
5 and u.user# = o.owner#;
TSLTZCOLUMN
OE.ORDERS.ORDER_DATE
SQL>
-- 샘플 스키마인 OE DROP 후 재실행.
SQL> /
no rows selected
SQL> alter database set time_zone='+09:00';
Database altered.
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 319889100
bytes
Fixed Size 454348
bytes
Variable Size 301989888
bytes
Database Buffers 16777216
bytes
Redo Buffers 667648
bytes
Database mounted.
Database opened.
SQL> select dbtimezone from dual;
DBTIME
+09:00
글 수정:
minsu74 (김민수)

Similar Messages

  • Error while applying patch to 12.1.3 from 12.1.1

    Hi,
    while I'm applying patch 9239090, I'm getting the following error:
    The following Oracle Forms objects did not generate successfully:
    au      resource        IEXFBALI.pll
    au      resource        OKSACTEV.pll
    au      resource        OKSAUDET.pll
    au      resource        CSCUTILS.pll
    au      resource        OKCEXEVT.pll
    au      resource        OKCEXPOR.pll
    au      resource        OKCKSRCH.pll
    The following Oracle Forms objects did not generate successfuly:
    iex     forms/US     IEXCUOVW.fmx
    iex     forms/US     IEXRCALL.fmx
    wms     forms/US     WMSLABEL.fmx
    wsh     forms/US     WSHQSSUI.fmx
    wsh     forms/US     WSHSTREF.fmx
    wsh     forms/US     WSHFSTRX.fmx
    and i have allready applied patch 9239089 before 9239090

    IEXCUOVW.fmx
    Error Statement:
    FRM-30064: Unable to parse statement select site_uses.location location,
           party_site.party_site_number,
           substr(loc.address1,1,25) ||' '
                || substr(loc.address2,1,25) ||' '
                || substr(loc.address3,1,25) ||' '
                || substr(loc.address4,1,25) ||' '
                || loc.city|| ',' || ' '
                || nvl(loc.state, loc.province) ||' '
                || t.territory_short_name address,
           site_uses.primary_flag,
           loc.address1 address1,
           loc.address2,
           loc.city ||','|| ' '|| nvl(loc.state, loc.province)
               ||' '||loc.postal_code|| ' '
               || t.territory_short_name address3,
           site_uses.site_use_id customer_site_use_id,
           site_uses.cust_acct_site_id address_id,
           site_uses.bill_to_site_use_id bill_to_site_use_id,
           site_uses.primary_salesrep_id primary_salesrep_id,
           loc_assign.loc_id location_id,
           loc.state state,
           loc.country country,
           loc.postal_code postal_code,
           site_uses.territory_id territory_id,
           lp.meaning business_purpose,
           lp2.meaning primary_flag_meaning,
           ca.cust_account_id cust_account_id,
           ca.account_number account_number,
            decode(substrb(person.person_last_name,1,50), null,
                        substrb(person.person_first_name,1,40),
                        substrb(person.person_last_name,1,50) ||', ' ||
                        substrb(person.person_first_name,1,40))
                        contact_name,
           owner_party.party_name owner_party
    from hz_cust_acct_sites acct_site,
         hz_party_sites party_site,
         hz_cust_accounts ca,
         hz_loc_assignments loc_assign,
         hz_locations loc,
         hz_cust_site_uses site_uses,
         fnd_territories_vl t,
         ar_lookups lp ,
         ar_lookups lp2,
         hz_cust_account_roles  role,
         hz_parties person,
         hz_relationships  rel,
         hz_parties owner_party
    where ca.party_id IN
         (SELECT CAST(:IEXCUOVW_HEADER.ORG_PARTY_ID AS NUMBER) FROM dual
           UNION
          SELECT ar.related_party_id
            FROM ar_paying_relationships_v ar
           WHERE ar.party_id = :IEXCUOVW_HEADER.PARTY_ID
             AND TRUNC(sysdate) BETWEEN
                 TRUNC(NVL(ar.effective_start_date,sysdate)) AND
                 TRUNC(NVL(ar.effective_end_date,sysdate))  )
      and acct_site.cust_account_id = ca.cust_account_id
      and acct_site.party_site_id = party_site.party_site_id
      and loc.location_id = party_site.location_id
      and loc.location_id = loc_assign.location_id
      and nvl(acct_site.org_id, -99) = nvl(loc_assign.org_id, -99)
      and acct_site.cust_acct_site_id = site_uses.cust_acct_site_id
      and loc.country = t.territory_code
      and site_uses.site_use_code = lp.lookup_code
      and lp.lookup_type = 'SITE_USE_CODE'
      and site_uses.site_use_code = 'BILL_TO'
    --  and site_uses.status = 'A'
    --  and acct_site.status = 'A'
      and site_uses.primary_flag = lp2.lookup_code
      and lp2.lookup_type = 'YES/NO'
      and   site_uses.contact_id = role.cust_account_role_id(+)
      and   role.party_id = rel.party_id(+)
      and   rel.subject_table_name(+) = 'HZ_PARTIES'
      and   rel.object_table_name(+) = 'HZ_PARTIES'
      and   rel.directional_flag(+)  = 'F'
      and   role.role_type(+)          = 'CONTACT'
      and   rel.subject_id        = person.party_id(+)
      and owner_party.party_id = ca.party_id
    order by location,
             address1
    ORA-25137: Data value out of range
    Record Group IEXCUOVW_LOC_ORG_PAYING_RG
    Form: IEXCUOVW
    FRM-30085: Unable to adjust form for output.
    WMSLABEL.fmx
    Error Statements:
    FRM-30064: Unable to parse statement select upet.type_name EPC_type_name, upec.name category_name, upet.type_id, upec.category_id              
    from mgd_idencoding_category upec,
         mgd_idencoding_type upet
    where upec.category_id = upet.category_id
    and ((NVl(upet.partition_value,0)= 0 and upet.category_id = 1 ) or upet.category_id <> 1)
    order by upec.category_id,type_name.
    ORA-00942: table or view does not exist
    Record Group EPC_RULE_RG
    Form: WMSLABEL
    FRM-30085: Unable to adjust form for output.
    Generated    0 files successfully.
    Generated    0 files with non-fatal warnings.
    Generated    1 files with fatal errors.
    adfrmgen is exiting with status 1
    End of adfrmgen session
    Date/time is Mon Feb 20 2012 04:44:01
    WSHFSTRX.fmx
    Error Statements :
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignored
    IEXRCALL.fmx
    Error Statements:
    FRM-30064: Unable to parse statement select site_uses.location location,
           party_site.party_site_number,
           substr(loc.address1,1,25) ||' '
                || substr(loc.address2,1,25) ||' '
                || substr(loc.address3,1,25) ||' '
                || substr(loc.address4,1,25) ||' '
                || loc.city|| ',' || ' '
                || nvl(loc.state, loc.province) ||' '
                || t.territory_short_name address,
           site_uses.primary_flag,
           loc.address1 address1,
           loc.address2,
           loc.city ||','|| ' '|| nvl(loc.state, loc.province)
               ||' '||loc.postal_code|| ' '
               || t.territory_short_name address3,
           site_uses.site_use_id customer_site_use_id,
           site_uses.cust_acct_site_id address_id,
           site_uses.bill_to_site_use_id bill_to_site_use_id,
           site_uses.primary_salesrep_id primary_salesrep_id,
           loc_assign.loc_id location_id,
           loc.state state,
           loc.country country,
           loc.postal_code postal_code,
           site_uses.territory_id territory_id,
           lp.meaning business_purpose,
           lp2.meaning primary_flag_meaning,
           ca.cust_account_id cust_account_id,
           ca.account_number account_number,
            decode(substrb(person.person_last_name,1,50), null,
                        substrb(person.person_first_name,1,40),
                        substrb(person.person_last_name,1,50) ||', ' ||
                        substrb(person.person_first_name,1,40))
                        contact_name,
           owner_party.party_name owner_party
    from hz_cust_acct_sites acct_site,
         hz_party_sites party_site,
         hz_cust_accounts ca,
         hz_loc_assignments loc_assign,
         hz_locations loc,
         hz_cust_site_uses site_uses,
         fnd_territories_vl t,
         ar_lookups lp ,
         ar_lookups lp2,
         hz_cust_account_roles  role,
         hz_parties person,
         hz_relationships  rel,
         hz_parties owner_party
    where ca.party_id IN
         (SELECT CAST(:IEXCUOVW_HEADER.ORG_PARTY_ID AS NUMBER) FROM dual
           UNION
          SELECT ar.related_party_id
            FROM ar_paying_relationships_v ar
           WHERE ar.party_id = :IEXCUOVW_HEADER.PARTY_ID
             AND TRUNC(sysdate) BETWEEN
                 TRUNC(NVL(ar.effective_start_date,sysdate)) AND
                 TRUNC(NVL(ar.effective_end_date,sysdate))  )
      and acct_site.cust_account_id = ca.cust_account_id
      and acct_site.party_site_id = party_site.party_site_id
      and loc.location_id = party_site.location_id
      and loc.location_id = loc_assign.location_id
      and nvl(acct_site.org_id, -99) = nvl(loc_assign.org_id, -99)
      and acct_site.cust_acct_site_id = site_uses.cust_acct_site_id
      and loc.country = t.territory_code
      and site_uses.site_use_code = lp.lookup_code
      and lp.lookup_type = 'SITE_USE_CODE'
      and site_uses.site_use_code = 'BILL_TO'
    --  and site_uses.status = 'A'
    --  and acct_site.status = 'A'
      and site_uses.primary_flag = lp2.lookup_code
      and lp2.lookup_type = 'YES/NO'
      and   site_uses.contact_id = role.cust_account_role_id(+)
      and   role.party_id = rel.party_id(+)
      and   rel.subject_table_name(+) = 'HZ_PARTIES'
      and   rel.object_table_name(+) = 'HZ_PARTIES'
      and   rel.directional_flag(+)  = 'F'
      and   role.role_type(+)          = 'CONTACT'
      and   rel.subject_id        = person.party_id(+)
      and owner_party.party_id = ca.party_id
    order by location,
             address1
    ORA-25137: Data value out of range
    Record Group IEXCUOVW_LOC_ORG_PAYING_RG
    Form: IEXRCALL
    FRM-30085: Unable to adjust form for output.
    WSHSTREF.fmx
    Error statements:
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignored
    WSHQSSUI.fmx
    Error statements:
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignoredthese are the error statements

  • Patch failed on PROD

    I was applying patch 4684377. IT went on for 2.30 hours on Assigned: file ICXDLTMP.sql on worker 2 for product icx username ICX.
    After that session become deactive. i checked that there were no applmgr process running at os level. i started the adpatch again and continue from previous run. However it fails now with error
    AutoPatch error:
    AutoPatch error:
    The worker should not have status 'Running' or 'Restarted' at this point.
    Telling workers to quit...
    it shows3 workers have quit. Waiting for 5 more.
    All workers have quit.
    Error running SQL and EXEC commands in parallel
    You should check the file
    /u02/faprdappl/admin/FAPRD/log/u4684377.log
    for errors.
    I ran adctrl and it shows worker 2 running and all others waiting
    i quit that worker but it says already status set to quit. Howevert it still shows running
    Now what to do?

    I did that but the patch is runnning, basically the script ICXDLTMP.sql
    is taking too long...Here is the script.
    SET VERIFY OFF
    WHENEVER SQLERROR EXIT FAILURE ROLLBACK;
    WHENEVER OSERROR EXIT FAILURE ROLLBACK;
    delete icx_sessions
    where CREATION_DATE < SYSDATE - 4/24;
    delete icx_session_attributes
    where SESSION_ID not in
    (select SESSION_ID
    from icx_sessions);
    delete icx_transactions
    where CREATION_DATE < SYSDATE - 4/24;
    delete icx_text
    where TIMESTAMP < SYSDATE - 4/24;
    delete icx_context_results_temp
    where DATESTAMP < SYSDATE - 1/24;
    delete icx_failures
    where CREATION_DATE < SYSDATE - 4/24;
    delete icx_requisitioner_info
    where CREATION_DATE < SYSDATE - 4/24;
    delete fnd_session_values
    where TIMESTAMP < SYSDATE - 4/24;
    commit;
    begin
    fnd_bc4j_cleanup_pkg.delete_transaction_rows(SYSDATE - 4/24);
    fnd_bc4j_cleanup_pkg.delete_control_rows(SYSDATE - 4/24);
    end;
    exit;
    does anyone knows if we can truncate the tables?

  • TIME_MANAGER_INFO 1 hour earlier than SYSDATE?

    When one of our processes fails and places the message back on the queue to be retried in 5 minutes time the TIME_MANAGER_INFO is 1 hour + the delay time less than SYSDATE in the database.
    For example, if our message fails at 11am and the delay period is 5 minutes the TIME_MANAGER_INFO is being set to 10:05am when I would have thought it would be set to 11:05am. I'm guessing that wherever the Advanced Queue is getting its time from hasn't been adjusted for daylight savings but where is this set/managed so I can get it in sync with SYSDATE.
    Where is the Advanced Queue getting its time from?

    Just in case anyone else comes across this, we had a bug where the queue state was staying at 1 and was never being reset to 0 once it reached its delay time. In order to "fix" this until Oracle releases a patch that works we wrote our own procedure that would compare the TIME_MANAGER_INFO value with SYSDATE and if it was earlier than sysdate then we set the state to 0 so it would be picked up by the dequeue. Easy. Except that because of the timezone issue the TIME_MANAGER_INFO value was immediately set to 1 hour earlier than SYSDATE so we always set the state to 0 regardless of its delay period. So, we are looking at using the TIMEZONE value in the system.aq$_queue_tables to determine which timezone the queue is using and compare it to the databases timezone to see if we should change the TIME_MANAGER_INFO to something different. At least, that's what we'll probably do.
    select time_manager_info,
    cast( from_tz( time_manager_info, (select timezone from system.aq$_queue_tables where name = 'MY_QUEUE$TAB')) at time zone (select sessiontimezone from dual) as date) t
    from MY_QUEUE$tab qt

  • NEED Help in installing SEPA patches - Version 5

    Hi Team,
             Please can you help me with the list of patches for SEPA and its prerequisites.
    We are planning to use SEPA 5.0 Credit Transfer.
    Gone through the metalink note R11i / R12: FAQ for Single European Payments (SEPA) [ID 791226.1] and subsequently further notes from there.
    1) Patch p13510283_11i_GENERIC for SEPA V5
    2) Prequisites are as follows,
    2864765 - TXK Advanced Utilities Rollup A (October 2004)
    3384350 - Patch 11i.SCM_PF.J
    3180816 - Patch 11i.AD.I
    3882116 - REHOST ORACLE 9iR2 JDBC DRIVERS (v9.2.0.5) FOR USE WITH ORACLE APPLICATIONS 11i
    2368042 - Patch 11i.JTA.D (JTA 11.5.7.6)
    3262159 - Patch 11i.FND.H
    3594604 - TXK AUTOCONFIG TEMPLATE ROLLUP PATCH I (October 2004)
    select bug_id, Bug_number from apps.ad_bugs where bug_number in ('2864765','3384350','3180816','3882116','2368042','3262159','3594604')
    "BUG_ID"
    "BUG_NUMBER"
    54056
    "2368042"
    129655
    "2864765"
    126300
    "3262159"
    143919
    "3384350"
    72433
    "3594604"
    111580
    "3882116"
    We are missing 3180816 - Patch 11i.AD.I  patch in our system. This has been superseded by p7429271_11i_SOLARIS.zip.
    We are at the following patch set level,
    Applications DBA
    Shared
    11i.AD.I.5
    Thanks a lot for your support, understanding and time.
    Regards,
    Rajasekaran.

    Hi Hussein,
    1)From the note 246105.1 performed the following and called the URL https://gfs2devweb1.fin.psa:8443/OA_HTML/J2SEtest.jsp
    =============================================================================================
    To create a simple J2SE test page (without logging into the Oracle E-Business Suite database), proceed with the follows:
    Change to the OA_HTML directory on the HTTP server.
    Using a text editor, create a file called J2SEtest.jsp with the following lines:
    The J2SE version is:<%= System.getProperty("java.version") %>
    <p> </p>
    The class path is:<%= System.getProperty("java.class.path") %>
    =============================================================================================
    GOT THE FOLLOWING OUTPUT,
    The J2SE version is:1.4.2_19
    The class path is:/opt/gfsd/gfsdora/iAS/Apache/Jserv/libexec/ApacheJServ.jar:/opt/gfsd/gfsdora/iAS/Apache/Jsdk/lib/jsdk.jar:/opt/gfsd/gfsdora/iAS/jsp/lib/ojsp.jar:/opt/gfsd/gfsdora/iAS/jsp/lib/ojsputil.jar:/opt/gfsd/gfsdora/iAS/lib/servlet.jar:/opt/gfsd/gfsdcomn/java/ojdigsig.zip:/opt/gfsd/gfsdcomn/java/sax2.zip:/opt/gfsd/gfsdcomn/java/xmlparserv2-904.zip:/opt/gfsd/gfsdcomn/java/xdoparser.zip:/opt/gfsd/gfsdora/iAS/sqlj/lib/translator.zip:/opt/gfsd/gfsdcomn/java/jbojdbcpatch.zip:/opt/gfsd/gfsdcomn/java/jdbc14.zip:/opt/gfsd/gfsdcomn/java/nls_charset12.zip:/opt/gfsd/gfsdcomn/java/apps.zip:/opt/gfsd/gfsdcomn/java:/opt/gfsd/gfsdcomn/java/cache.zip:/opt/gfsd/j2sdk1.4.2_19//lib/dt.jar:/opt/gfsd/j2sdk1.4.2_19//lib/tools.jar:/opt/gfsd/j2sdk1.4.2_19//jre/lib/rt.jar:/opt/gfsd/j2sdk1.4.2_19//jre/lib/charsets.jar:/opt/gfsd/gfsdora/iAS/jlib/jssl-1_1.jar:/opt/gfsd/gfsdora/iAS/jlib/javax-ssl-1_1.jar:/opt/gfsd/gfsdora/iAS/rdbms/jlib/aqapi.jar:/opt/gfsd/gfsdora/8.0.6/forms60/java:/opt/gfsd/gfsdora/iAS/rdbms/jlib/jmscommon.jar:/opt/gfsd/gfsdora/iAS/Apache/Jserv/libexec/dms2Server.jar:/opt/gfsd/gfsdora/iAS/lib/oraclexsql.jar:/opt/gfsd/gfsdora/iAS/rdbms/jlib/xsu12.jar:/opt/gfsd/gfsdora/iAS/xdk/lib:/opt/gfsd/gfsdcomn/java/fndoam.zip:/opt/gfsd/gfsdappl/bne/11.5.0/conf:/opt/gfsd/gfsdora/iAS/mp/jlib/opreapi-rt.jar:/opt/gfsd/gfsdora/iAS/mp/jlib/dmtutil.jar:/opt/gfsd/gfsdora/iAS/dm/lib/odmapi.jar:/opt/gfsd/gfsdcomn/java/owa.zip:/opt/gfsd/gfsdora/8.0.6/forms60/java/f60srv.jar:/opt/gfsd/gfsdora/iAS/lib/http_client.jar:/opt/gfsd/gfsdora/iAS/lib/wwcache.jar:/opt/gfsd/gfsdora/iAS/portal30/jpdk/lib/provider.jar:/opt/gfsd/gfsdora/iAS/portal30/jpdk/lib/partnerApp.jar:/opt/gfsd/gfsdora/iAS/mapviewer/lib/sdoapi101.jar:/opt/gfsd/gfsdora/iAS/mapviewer/lib/sdovis.jar:/opt/gfsd/gfsdora/iAS/mapviewer/lib/mapviewer118.jar:/opt/gfsd/gfsdora/8.0.6/vbroker/lib/vbjorb.jar:/opt/gfsd/gfsdora/8.0.6/vbroker/lib/vbjapp.jar:/opt/gfsd/gfsdora/iAS/Apache/Apache/htdocs/disco4iv/disco4res.jar:/opt/gfsd/gfsdora/iAS/soap/webapps/soap/WEB-INF/lib/soap.jar:/opt/gfsd/gfsdora/iAS/Apache/Jserv/servlets
    2) Again calling URL , https://gfs2devweb1.fin.psa:8443/OA_HTML/jsp/fnd/aolj_native_conn_test.jsp
    GOT THE FOLLOWING OUTPUT,
    Connection test results:
    Connect String: jdbc:oracle:thin:apps/*****@gfsmrdev2db1:1551:GFSD
    Successfully obtained a jdbc connection: oracle.jdbc.driver.OracleConnection@51acd5
    Current Database Session ID : 415
    JDBC driver version: 9.2.0.8.0 -- Warning!! You should use at least JDBC Drivers version 9.2.0.5. Please check metalink note#164317.1 for information on how to upgrade your JDBC drivers.
    Testing Result:
    Java Version Number:
    1.4.2_19
    Classpath:
    NOTE: This test gets the classpath from the system variables and analyzes that each entry in it is readable and that it indeed exists. If you have entries in red, that does not mean that the application is broken since the entry might only exist for backwards compatibility and not necesarilly imply an error condition.
    /opt/gfsd/gfsdora/iAS/Apache/Jserv/libexec/ApacheJServ.jar
    /opt/gfsd/gfsdora/iAS/Apache/Jsdk/lib/jsdk.jar
    /opt/gfsd/gfsdora/iAS/jsp/lib/ojsp.jar
    /opt/gfsd/gfsdora/iAS/jsp/lib/ojsputil.jar
    /opt/gfsd/gfsdora/iAS/lib/servlet.jar
    /opt/gfsd/gfsdcomn/java/ojdigsig.zip
    /opt/gfsd/gfsdcomn/java/sax2.zip
    /opt/gfsd/gfsdcomn/java/xmlparserv2-904.zip
    /opt/gfsd/gfsdcomn/java/xdoparser.zip
    /opt/gfsd/gfsdora/iAS/sqlj/lib/translator.zip
    /opt/gfsd/gfsdcomn/java/jbojdbcpatch.zip
    /opt/gfsd/gfsdcomn/java/jdbc14.zip
    /opt/gfsd/gfsdcomn/java/nls_charset12.zip
    NOTE: Below, Apps.zip might be reported in red as missing, but please disregard this message if you already implemented the steps documented in metalink note#220188.1. Only consider this message as valid if apps.zip is missing and you did not implemented the mentioned note or if your applications version is 11.5.9 or above.
    Missing /opt/gfsd/gfsdcomn/java/apps.zip
    /opt/gfsd/gfsdcomn/java
    /opt/gfsd/gfsdcomn/java/cache.zip
    /opt/gfsd/j2sdk1.4.2_19//lib/dt.jar
    /opt/gfsd/j2sdk1.4.2_19//lib/tools.jar
    /opt/gfsd/j2sdk1.4.2_19//jre/lib/rt.jar
    /opt/gfsd/j2sdk1.4.2_19//jre/lib/charsets.jar
    /opt/gfsd/gfsdora/iAS/jlib/jssl-1_1.jar
    /opt/gfsd/gfsdora/iAS/jlib/javax-ssl-1_1.jar
    /opt/gfsd/gfsdora/iAS/rdbms/jlib/aqapi.jar
    /opt/gfsd/gfsdora/8.0.6/forms60/java
    /opt/gfsd/gfsdora/iAS/rdbms/jlib/jmscommon.jar
    /opt/gfsd/gfsdora/iAS/Apache/Jserv/libexec/dms2Server.jar
    /opt/gfsd/gfsdora/iAS/lib/oraclexsql.jar
    /opt/gfsd/gfsdora/iAS/rdbms/jlib/xsu12.jar
    /opt/gfsd/gfsdora/iAS/xdk/lib
    /opt/gfsd/gfsdcomn/java/fndoam.zip
    /opt/gfsd/gfsdappl/bne/11.5.0/conf
    /opt/gfsd/gfsdora/iAS/mp/jlib/opreapi-rt.jar
    /opt/gfsd/gfsdora/iAS/mp/jlib/dmtutil.jar
    /opt/gfsd/gfsdora/iAS/dm/lib/odmapi.jar
    /opt/gfsd/gfsdcomn/java/owa.zip
    /opt/gfsd/gfsdora/8.0.6/forms60/java/f60srv.jar
    /opt/gfsd/gfsdora/iAS/lib/http_client.jar
    /opt/gfsd/gfsdora/iAS/lib/wwcache.jar
    /opt/gfsd/gfsdora/iAS/portal30/jpdk/lib/provider.jar
    Missing /opt/gfsd/gfsdora/iAS/portal30/jpdk/lib/partnerApp.jar
    /opt/gfsd/gfsdora/iAS/mapviewer/lib/sdoapi101.jar
    /opt/gfsd/gfsdora/iAS/mapviewer/lib/sdovis.jar
    /opt/gfsd/gfsdora/iAS/mapviewer/lib/mapviewer118.jar
    /opt/gfsd/gfsdora/8.0.6/vbroker/lib/vbjorb.jar
    /opt/gfsd/gfsdora/8.0.6/vbroker/lib/vbjapp.jar
    /opt/gfsd/gfsdora/iAS/Apache/Apache/htdocs/disco4iv/disco4res.jar
    /opt/gfsd/gfsdora/iAS/soap/webapps/soap/WEB-INF/lib/soap.jar
    /opt/gfsd/gfsdora/iAS/Apache/Jserv/servlets
    =>Try pinging the database with the connection...
    DATABASE_ID gfsmrdev2db1_gfsd
    AOL_VERSION 11.5.0
    SYSDATE 03-JUL-2013 12:21:19
    DATABASE_VERSION Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bi
    SCHEMA_NAME APPS
    PLEASE HELP TO VALIDATE THE OUTPUT AND CAN WE GO AHEAD WITH THE SEPA PATCHING WITH THIS JDK VERSION.
    Thanks and Regards,
    Rajasekaran.

  • Sysdate does not change

    Hi All,
    I am using Oracle 9i R2 database. Its sysdate(time) not equal to the OS date and time. Eg: when I query sysdate it shows 30-may-2007 01:05:55 but OS time shows 12.35 p.m (1/2 hour difference).
    Tips
    Earliear our time zone was GMT+6.00 but recently it change to GMT+5.00.
    I intalled new microsoft patch for new time zone. Its working on OS level. But in database level its not working.
    Pls advice on this

    Hi,
    look at http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_15a.htm#2133743.
    You must change the timezone for the database, which is independant of the timezone of the OS.
    Regards
    Detlef

  • Simple mappings with a SYSDATE and  a sequence

    Hi, I've got some promblems with a mapping.
    I'm trying to put only the nextval of a sequence and the SYSDATE using a mapping trasformation.
    Apparently it's simple and the validation is done succesfully, but when I generate the code it doesn't work, 'cause in the code there are two cursor with the same name. How can I do to erase one of the two cursor using OWB?
    Thank's in advance.
    I send you some rows of the generated code.
    -- "DUMMY_TABLE_CURSOR_c" Cursor declaration
    CURSOR "DUMMY_TABLE_CURSOR_c" IS
    SELECT
    DUMMY
    FROM DUAL ;
    -- "DUMMY_TABLE_CURSOR_c" Cursor declaration
    CURSOR "DUMMY_TABLE_CURSOR_c" IS
    SELECT
    DUMMY
    FROM DUAL ;
    a_table_to_analyze a_table_to_analyze_type;
    -- Procedure "DUMMY_TABLE_CURSOR_p" is the entry point for map "DUMMY_TABLE_CURSOR_p"
    PROCEDURE "DUMMY_TABLE_CURSOR_p" IS
    -- Constants for this map

    From your e-mail I presume you are on OWB 9.2.x (although you do not provide any version info). If this is correct, I believe you are hitting the bug 3059912. It has been fixed a while ago and you would have to install the patch 9.2.0.3 from metalink.oracle.com (patch no. 3152515).
    Regards:
    Igor

  • Calendar return sysdate

    Hi,
    We use headstart 6.5 with Forms 6i Patch 17.
    2 Months before, we migrate forms 6i from Patch 15 to patch 17 and DB from 9.2.0.1 to 9.2.0.3
    Since this migration, we have this problem:
    If I use calendar to select the default date (sysdate), the calendar return date and time in a date column. Forms save this date in a date/time format in DB.
    If I select another date in the calendar (ex.: yesterday) only the date is saved in DB.
    Any idea?

    Thanks for your reply...
    When we set a field to date format, forms and headstart generate a calendar lov for this field. what is the procedure to enforce trunc(sysdate) as the default date in this case?

  • Cancel invoice not picking invoice date but sysdate?

    Hi all,
    We are using Oracle EBS R11. In Payables when cancelling an invoice the accounting date is populating with the sysdate not with the invoice date. Any ideas what we need to fill the invoice date? I searched for any thread with this issue but no effect. The periods are open - this cannot be the cause. Let us consider that the invoice date is 10-FEB-2012 which means it is in same period as sysdate. Pls help.
    Steps to reproduce:
    1. Navigate to Payables
    2. Create Invoice
    3. Validate and Create Accounting
    4. Cancel Invoice and Create Accounting
    5. Tools > View Accounting > Accounting date - sysdate not 10-FEB-2012
    RDBMS : 9.2.0.8.0
    Oracle Applications : 11.5.10.2Thanks in advance,
    Bahchevanov.

    Hi,
    Thanks for reply.
    Why do you expect that the cancelled date should be the invoice date and not the sysdate?Because before applying the patches the cancelled date was the invoice date - which is a requirement of our customer...
    Thanks,
    Bahchevanov.

  • DST patches

    I need help regarding DST patch installation.
    Can any body give the details of this process and provide the steps to be followed.

    I would like clarification on whether the DST patch needs to be installed.
    For sites with a 10.1.2 Enterprise Database and Oracle App Server Forms
    application only used by local personnel, is the DST patch necessary? We do not
    use any of the Timezone functionality and only use sysdate to record audit
    information.
    Prior to this Oracle NOTE, we suggested sites update their Windows or SUN
    machines, or by Network update, and restart the databases and application server.
    Are there other reasons to do the patch to a database? Would it have to be done
    to App Server Infrastructure databases as well?
    On a side note, when the older DST event occurs for OS on a PC or Network,
    will sites not need to restart their database and web servers as well to keep it
    from a second change?

  • Patch Set Updates and the version number

    Oracle document 854428.1, Patch Set Updates (PSUs) for Oracle Products, has this to say about the version number:
    2.3 Baseline Version for Easier Tracking
    Oracle associates a version number to the patch. The fifth number of the database version is incremented for each PSU. For example, the initial PSU is version 11.1.0.7.1, the second PSU for Release 11.1.0.7 is 11.1.0.7.2, and so on.
    My DBAs just told me that they applied PSU3 to our database, which had version number 11.2.0.2.0. I checked the version number after the PSU was applied, but it is still the same:
    SQL> select version from v$instance;
    VERSION
    11.2.0.2.0
    Do the PSUs change the fifth number in the version or not?

    SQL> select comments from sys.registry$history where action_time > sysdate - 1
    COMMENTS
    PSU 11.2.0.2.3
    Thankyou, that answers my question. The fifth number in the version column of the v$instance view does not seem to change when a PSU is applied. However, the sys.registry$history view has a record of the PSU with the correct fifth number in the version.

  • Query help : Query to get values SYSDATE-1 18:00 hrs to SYSDATE 08:00 hrs

    Hi Team
    I want the SQl query to get the data for the following comparison : -
    Order Created is a Date Column , and i want to find out all the values from (SYSDATE-1) 18:00 hours to SYSDATE 08:00 hours
    i.e.
    (SYSDATE-1) 18:00:00 < Order.Created < SYSDATE 08:00:00.
    Regards

    Hi, Rohit,
    942281 wrote:
    If i want the data in the below way i.e.
    from (SYSDATE-1) 18:00 hours to SYSDATE 17:59 hours ---> (SYSDATE-1) 18:00:00 < Order.Created < SYSDATE 07:59:00.If you want to include rows from exactly 18:00:00 yesterday (but no earlier), and exclude rows from exatly 08:00:00 today (or later), then use:
    WHERE   ord_dtl.submit_dt  >= TRUNC (SYSDATE) - (6 / 24)
    AND     ord_dtl.submit_dt  <  TRUNC (SYSDATE) + (8 / 24)
    So can i use the below format : -
    ord_dtl.submit_dt BETWEEN trunc(sysdate)-(6/24) and trunc(sysdate)+(7.59/24) . Please suggest . .59 hours is .59 * 60 * 60 = 2124 seconds (or .59 * 60 = 35.4 minutes), so the last time included in the range above is 07:35:24, not 07:59:59.
    If you really, really want to use BETWEEN (which includes both end points), then you could do it with date arithmentic:
    WHERE   ord_dtl.submit_dt  BETWEEN  TRUNC (SYSDATE) - (6 / 24)
                      AND         TRUNC (SYSDATE) + (8 / 24)
                                               - (1 / (24 * 60 * 60))but it would be simpler and less error prone to use INTERVALs, as Karthick suggested earlier:
    WHERE   ord_dtl.submit_dt  BETWEEN  TRUNC (SYSDATE) - INTERVAL '6' HOUR
                      AND         TRUNC (SYSDATE) + INTERVAL '8' HOUR
                                               - INTERVAL '1' SECONDEdited by: Frank Kulash on Apr 17, 2013 9:36 AM
    Edited by: Frank Kulash on Apr 17, 2013 11:56 AM
    Changed "- (8 /24)" to "+ (8 /24)" in first code fragment (after Blushadown, below)

  • Questions on Patch Deployment - From older post.

    Almost a year ago I had a post with questions on the patch scan process.
    https://forums.novell.com/novell-pro...s-updates.html
    I have been reviewing my patch process again due to Student laptop's getting re-imaged this summer. I am hoping I can get some additional information based off the replies from that post.
    1. It was stated that monthly patch bundles were created and deployed. I am unsure how that is best accomplished. If I create an all Microsoft (Windows 7 for example) Patch bundle for each month, yet the workstations it is deployed to may not require the patch, would this not cause the bundle to fail? If it just fails on that section will the remaining patch's continue to deploy?
    What is the best way to deploy a monthly patch bundle? In the past I would create a patch bundle through the Patch Management area for Windows 7 but assign to only a single workstation and then go back and assign to the Windows 7 group as a "run on ref" option. Is it better to assign the patch bundle to all nonpatched devices? If this is done will a system that is reimaged and no longer has the patch or a new system created after the bundle create be automatically assigned said bundle?
    Any other good strategies for patching systems? I create custom bundles for Adobe, Java, and Quicktime to ensure I control how they are deployed. Java seems to be one that works better when older versions are not installed. This method seems to be working well for those products. It is my MS Windows updates that are way off the mark. I have most of my systems with 60 to 80 patches reported ready. No matter how many times I deploy the patches they never seem to report as patched on the devices (Even tho the bundle reports back as successful). I am getting ready to start an SR since I think this is an issue with the server since so many of my systems are doing this. Good deployment procedures would be nice since I really hate to mess with my Universal WIndows image since it is working so well. Recreating it just to patch it with the latest Windows Updates would be pain.
    Thanks
    Richard

    rhuhman,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Error :  While applying the Patch 4440000

    Error :  While applying the Patch 4440000
    FAILED: file igwprop.odf on worker  1 for product igw username IGW.
    When i check the worker log file i got this error
    The sequence IGW_AWARDS_S in the database is defined as:
    MINVALUE = 1 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    which should be defined as:
    MINVALUE = 10000 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    (Note: The cache value for sequence IGW_AWARDS_S is 20 in the ODF file. The value 1000 is being used instead because this provides better performance when selecting from the sequence.)
    Alter the sequence with :
    Start time for statement below is: Sun Oct 06 2013 22:16:28
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    The following ORACLE error:
    ORA-04007: MINVALUE cannot be made to exceed the current value
    occurred while executing the SQL statement:
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    Unable to compare or correct sequences
            because of the error above
    Time when worker failed: Sun Oct 06 2013 22:16:28
    plz help me in solving this.

    Check the current value of IGW_AWARDS_S sequence and make sure the MINVALUE in the patch (i.e. 10000) is not greater than the current one.
    OERR: ORA 4007 MINVALUE cannot be made to exceed the current value (Doc ID 19824.1)
    You may also log a SR.
    Thanks,
    Hussein

  • Error while updating patch level 11 of HR

    Dear All,
    I am getting following error while updating HR patch level 11.
    Phase OBJECTS_LOCKED_?: Objects Locked in Requests
    Request      Names of Locked Transport Objects
    MRDK900089   LIMU REPS H99_POST_PAYMENT
                 LIMU REPS RPCIPE00
    MRDK900542   R3TR FORM HR_IN_TAXF16000Y
    the above request is in other client, and it is a local request, which is not getting transported; i mean it does not allow to transport. give the following error.
    Object messages: R3TR CINS 01200615322 0000824666
    Transport objects from package PCPO to target MRP only
    Object messages: R3TR NOTE 0000970953
    Transport objects from package PCPO to target MRP only
    Object messages: LIMU METH CL_HRPAY99_POSTING_LOG DATA_TOP_FILL_TEXT
    Transport objects from package PCPO to target MRP only
    Object messages: LIMU METH CL_HRPAY99_POSTING_LOG PUT_PERNR_INFO
    Transport objects from package PCPO to target MRP only
    Object messages: LIMU REPS H99_POST_PAYMENT
    Transport objects from package PCPO to target MRP only
    Please help me how to rectify.
    Thanks n regards
    Bhaskar

    Hello Bhaskar,
    is the transport already approved?
    If not approve it and try it again. (also it is a local one)
    If not check the objects and unlock them manually the following way:
    SE03 => Unlock Objects (Expert Tool)
    But if you approve your transport... the objects should be unlocked.
    Regards
    Stefan

Maybe you are looking for

  • Canon 7D Raw Support in Aperture 2 after installing Aperture 3 trial

    Hi! I'm having a really weird problem! A few months ago I purchased Aperture 2 and have been working with it ever since. About a week ago I installed the Aperture 3 trial to see what the general differences are. After playing with it I noticed not en

  • Text Printing

    Is there a way to print text messages that I received & sent?  Thanks!

  • Is it possible to enable Subpixel rendering on iPad Mini?

    Hi, is it possible to enable Subpixel rendering of text on the iPad mini?  That would make text easier to read at small sizes. http://en.wikipedia.org/wiki/Subpixel_rendering

  • CS3 won't see all RAM on new MacPro 10.5.3

    I've upgraded to the MacPro Dual 2.8 quad core (10GB RAM) and use PS CS3. In preferences, it only shows 3GB, same I had in the G5 I migrated the program from. Doesn't it check the actual RAM? I need to update the preferences file, but don't know whic

  • New Nikon RAW Codec For Vista Posted

    According to the Microsoft Photo Blog Nikon has posted an updated RAW codec that fixes its Vista compatibility issues. Details are http://blogs.msdn.com/pix/default.aspx