Error in new 10.1.2.1 Release.

I downloaded the 10.1.2.1 release and installed it.
My previous version was 10.1.2.0.
I tried to run a previously working application and I got an ORACLE error I never saw before
java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
ORA-12705: invalid or unknown NLS parameter value specified
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:124)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
     at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:647)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:307)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:365)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:563)
     at java.sql.DriverManager.getConnection(Unknown Source)
     at java.sql.DriverManager.getConnection(Unknown Source)
     at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:189)
     at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:135)
     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:532)
     at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:327)
     at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:87)
     at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:66)
     at oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:56)
     at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:868)
     at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1107)
     at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:5823)
     at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:117)
     at oracle.jbo.server.ApplicationModuleImpl.doPoolConnect(ApplicationModuleImpl.java:8005)
     at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:7766)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:3923)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:1915)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1739)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2611)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:441)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:411)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:406)
     at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1505)
     at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1463)
     at axioma.a4j.ap.servizi.client.ServiziClient.creaAmServizi(ServiziClient.java:585)
     at axioma.a4j.ap.servizi.client.ServiziClient.<init>(ServiziClient.java:38)
     at axioma.a4j.ap.servizi.client.ServiziClientInterattivo.<init>(ServiziClientInterattivo.java:16)
     at axioma.a4j.ap.dashboard.DsTavolo.<init>(DsTavolo.java:55)
     at axioma.a4j.ap.dashboard.DsTavolo.creaTavolo(DsTavolo.java:434)
     at axioma.a4j.ap.dashboard.StartUp.<init>(StartUp.java:19)
     at axioma.a4j.ap.dashboard.StartUp.main(StartUp.java:23)
What's wrong ?
I restarded old version and I found no problem.
Tks
Tullio

See this thread for a JDBC bug number reference
JDev 10.1.3 : Error running my first ADF application.

Similar Messages

  • Error adding new users in Portal 9ias Release 2

    We have just built a new OracleIAS Server using 9.0.2 with Portal installed. Everything works just fine with Portal until I try to add a new user. When I go into the administration section and click on "Create New Users" it returns a page cannot be displayed error.
    The URL it is trying to access is: pls/orasso/orasso.wwsso_app_admin.ls_login
    I cannot find anything in the error_log files for the IAS Server.
    1) Where would I find the errors logged by this process?
    2) Anyone ever seen this before?
    3) Any fixes?
    Richard

    We have just built a new OracleIAS Server using 9.0.2 with Portal installed. Everything works just fine with Portal until I try to add a new user. When I go into the administration section and click on "Create New Users" it returns a page cannot be displayed error.
    The URL it is trying to access is: pls/orasso/orasso.wwsso_app_admin.ls_login
    I cannot find anything in the error_log files for the IAS Server.
    1) Where would I find the errors logged by this process?
    2) Anyone ever seen this before?
    3) Any fixes?
    Richard Richard,
    I'm having the exact problem. I opened a TAR with Oracle, but do not have a resolution for it. Please let me know when you have a solution. I tried starting and restarting the OC4J_DAS service but still have the same problem.
    Thank,
    Long

  • How to get rid of "ORA-22881: dangling REF" error on :new.OBJECT_VALUE?

    Hi,
    I'm having trouble with a "ORA-22881: dangling REF" error against :new.OBJECT_VALUE when a trigger executes.
    Here is the initial trigger:
    create or replace TRIGGER "CSHEET_UPDATE"
    BEFORE UPDATE ON "CSHEET" FOR EACH ROW
    BEGIN
    SELECT
    updateXML(
    :new.OBJECT_VALUE,
    '/Csheet/METADATA/MODIFIED_DATE/text()', to_char(SYSDATE, 'YYYY-MM-DD') || 'T' || to_char(SYSDATE, 'HH:MI:SS')
    INTO :new.OBJECT_VALUE FROM dual;
    END;
    And this is the error I get with even a simple UPDATE:
    BEGIN
    UPDATE CSHEET SET OBJECT_VALUE = OBJECT_VALUE WHERE rownum = 1;
    COMMIT;
    END;
    Error report:
    ORA-22881: dangling REF
    ORA-06512: at "LNC.CSHEET_UPDATE", line 5
    ORA-04088: error during execution of trigger 'LNC.CSHEET_UPDATE'
    ORA-06512: at line 2
    22881. 00000 - "dangling REF"
    *Cause:    The object corresponding to the REF that was accessed does not
    exist.
    *Action:   Ensure that the REF value is pointing to an existing object.
    However, if I add a schemavalidate() call at the beginning of the trigger then the error disappears.
    New trigger:
    create or replace TRIGGER "CSHEET_UPDATE"
    BEFORE UPDATE ON "CSHEET" FOR EACH ROW
    BEGIN
    :new.OBJECT_VALUE.schemavalidate();
    SELECT
    updateXML(
    :new.OBJECT_VALUE,
    '/Csheet/METADATA/MODIFIED_DATE/text()', to_char(SYSDATE, 'YYYY-MM-DD') || 'T' || to_char(SYSDATE, 'HH:MI:SS')
    INTO :new.OBJECT_VALUE FROM dual;
    END;
    Is there another way, besides using ":new.OBJECT_VALUE.schemavalidate();", to correct the :new.OBJECT_VALUE dangling REF issue?
    Thanks
    Keith

    Hi Marco,
    This is my version info:
    Oracle Database 11g Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE 11.1.0.6.0 Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    CSHEET is indeed object relational storage.
    BEGIN
    DBMS_XMLSCHEMA.REGISTERSCHEMA(
    schemaurl =&gt; 'CSheet.xsd',
    schemadoc =&gt; sys.UriFactory.getUri('/public/Schemas/CSheet.xsd'),
    local =&gt; TRUE,
    gentypes =&gt; TRUE,
    genbean =&gt; FALSE,
    gentables =&gt; TRUE,
    force =&gt; FALSE,
    owner =&gt; 'LNC',
    enablehierarchy =&gt; DBMS_XMLSCHEMA.ENABLE_HIERARCHY_NONE
    END;
    The only "unusual" aspect of it is that it does some out-of-line storage, has a primary key assigned internally, and specifies a couple of unique restrictions:
    Snippets from the schema:
    &lt;xs:element name="Csheet" xdb:defaultTable="CSHEET" xdb:columnProps="CONSTRAINT CSHEET_pkey PRIMARY KEY (XMLDATA.UCN)"&gt;
    &lt;xs:element name="LEGISLATION" maxOccurs="unbounded" xdb:SQLInline="false" xdb:defaultTable="CSHEET_LEGISLATION"&gt;
    &lt;xs:complexType&gt;
    &lt;xs:sequence&gt;
    &lt;xs:choice&gt;
    &lt;xs:sequence&gt;
    &lt;xs:element name="NAME" type="reasonable_data_T"/&gt;
    &lt;xs:element name="CITATION" minOccurs="0" type="CITATION_T"/&gt;
    &lt;/xs:sequence&gt;
    &lt;xs:element name="CITATION" type="CITATION_T"/&gt;
    &lt;/xs:choice&gt;
    &lt;xs:element name="REFERENCES"&gt;
    &lt;xs:complexType&gt;
    &lt;xs:sequence&gt;
    &lt;xs:element name="REFERENCE" maxOccurs="unbounded" xdb:SQLInline="false" xdb:defaultTable="CSHEET_REFERENCES"&gt;
    &lt;xs:complexType&gt;
    &lt;xs:sequence&gt;
    &lt;xs:unique name="unique_pinpoints"&gt;
    &lt;xs:selector xpath="REFERENCE"/&gt;
    &lt;xs:field xpath="PINPOINT"/&gt;
    &lt;/xs:unique&gt;
    &lt;xs:unique name="unique_legislation"&gt;
    &lt;xs:selector xpath="LEGISLATION"/&gt;
    &lt;xs:field xpath="CITATION"/&gt;
    &lt;/xs:unique&gt;
    And I rename and scope the REF tables:
    DECLARE
    gen_name VARCHAR2 (4000);
    BEGIN
    SELECT TABLE_NAME INTO gen_name FROM USER_NESTED_TABLES
    WHERE PARENT_TABLE_NAME = 'CSHEET';
    EXECUTE IMMEDIATE 'RENAME "' || gen_name || '"TO CSHEET_LEG_V';
    SELECT TABLE_NAME INTO gen_name FROM USER_NESTED_TABLES
    WHERE PARENT_TABLE_NAME = 'CSHEET_LEGISLATION';
    EXECUTE IMMEDIATE 'RENAME "' || gen_name || '"TO CSHEET_REF_V';
    END;
    ALTER TABLE CSHEET_LEG_V ADD SCOPE FOR (COLUMN_VALUE) IS CSHEET_LEGISLATION;
    ALTER TABLE CSHEET_REF_V ADD SCOPE FOR (COLUMN_VALUE) IS CSHEET_REFERENCES;
    Nothing really non-standard and everything works just fine...except I HAVE to schemavalidate() to undangle my REF :( .
    I don't even understand where the REF is coming from since it was my understanding that OBJECT_VALUE was considered an XMLType. Could it have something to do with the out-of-line tables?
    Thanks
    Keith

  • LIBTUX_CAT:295: ERROR: _gwlog_open: _e_vtoc_tblopen: corrupted VTOC or different release

    I am getting the following error in the ULOG file.
    ===================
    165631.eclipse!GWADM.22003.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    165631.eclipse!GWADM.22003.1.0: LIBTUX_CAT:295: ERROR: gwlogopen: evtoc_tblopen:
    corrupted VTOC or different release
    165631.eclipse!GWADM.22003.1.0: LIBGW_CAT:1042: ERROR: Can't open domain log
    165631.eclipse!GWTDOMAIN.22004.1.0: 06-07-2003: Tuxedo Version 8.0
    165631.eclipse!GWTDOMAIN.22004.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    165631.eclipse!GWTDOMAIN.22004.1.0: LIBTUX_CAT:295: ERROR: gwlogopen: evtoc_tblopen:
    corrupted VTOC or different release
    165631.eclipse!GWTDOMAIN.22004.1.0: LIBGW_CAT:1042: ERROR: Can't open domain log
    =========================
    Also I tried to shutdown Tuxedo by doing tmshutdown -y, then the BBL process can
    not be shutdown... and the message in ULOG is as follows:
    ==================================
    192620.eclipse!WSH.22611.1.0: WSNAT_CAT:1042: ERROR: tpcall() call failed, tperrno
    = 6
    193242.eclipse!GWADM.22003.1.0: LIBGW_CAT:1036: ERROR: Can't locate free block
    in domain log
    193242.eclipse!DMADM.22002.1.0: CMDGW_CAT:1655: INFO: DMADMSVR is exiting
    193242.eclipse!WSL.22001.1.0: WSNAT_CAT:1196: INFO: Terminating handlers in preparation
    for shutdown
    193242.eclipse!WSL.22001.1.0: WSNAT_CAT:1197: INFO: Exiting system
    ==============================
    I think it may be something wrong with our dmconfig, but do not know how to track
    down?
    Any help would be very much appreciated!
    Ping

    create the new devices devices and TLOGs.
    are you using DMTLOGDEV in dmconfig ?
    if you are not using transactions then remove all references to TLOGs and domain
    transaction
    logs and then try.
    hope it helps
    Roopesh
    "Ping LI" <[email protected]> wrote:
    >
    I am getting the following error in the ULOG file.
    ===================
    165631.eclipse!GWADM.22003.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    165631.eclipse!GWADM.22003.1.0: LIBTUX_CAT:295: ERROR: gwlogopen: evtoc_tblopen:
    corrupted VTOC or different release
    165631.eclipse!GWADM.22003.1.0: LIBGW_CAT:1042: ERROR: Can't open domain
    log
    165631.eclipse!GWTDOMAIN.22004.1.0: 06-07-2003: Tuxedo Version 8.0
    165631.eclipse!GWTDOMAIN.22004.1.0: LIBTUX_CAT:262: INFO: Standard main
    starting
    165631.eclipse!GWTDOMAIN.22004.1.0: LIBTUX_CAT:295: ERROR: gwlogopen:
    evtoc_tblopen:
    corrupted VTOC or different release
    165631.eclipse!GWTDOMAIN.22004.1.0: LIBGW_CAT:1042: ERROR: Can't open
    domain log
    =========================
    Also I tried to shutdown Tuxedo by doing tmshutdown -y, then the BBL
    process can
    not be shutdown... and the message in ULOG is as follows:
    ==================================
    192620.eclipse!WSH.22611.1.0: WSNAT_CAT:1042: ERROR: tpcall() call failed,
    tperrno
    = 6
    193242.eclipse!GWADM.22003.1.0: LIBGW_CAT:1036: ERROR: Can't locate free
    block
    in domain log
    193242.eclipse!DMADM.22002.1.0: CMDGW_CAT:1655: INFO: DMADMSVR is exiting
    193242.eclipse!WSL.22001.1.0: WSNAT_CAT:1196: INFO: Terminating handlers
    in preparation
    for shutdown
    193242.eclipse!WSL.22001.1.0: WSNAT_CAT:1197: INFO: Exiting system
    ==============================
    I think it may be something wrong with our dmconfig, but do not know
    how to track
    down?
    Any help would be very much appreciated!
    Ping

  • Error in new/select database connection

    i am new at sql developer. i am getting the following error in new/select database connection
    I have filled the following details
    Connection Name : hr_orcl
    Username : hr
    Password : hr
    Connection Typer: Basic, Role: Default
    Hostname: localhost
    Port : 1521
    SID : orcl
    I click on TEST & get the following error message displayed
    " Status : Failure -Test failed: Listener refused connection with the following error:ORA-12505, TNS:listener does not currently know of SID given in connec desciptor"

    Hi,
    You don't say if you actually have a local database installed. If not, you need too. If you already do, then the most common case is Oracle 10g or 11g Express Edition. In that case the default SID is XE, as noted in the following similar thread:
    Re: Connecting to Oracle Database 10g Express Edition
    If you need to install a database, you can get 10g or 11g XE here:
    http://www.oracle.com/technetwork/database/express-edition/downloads/index.html
    The 10g XE release has a smaller memory and disk footprint if that makes a difference to you.
    Regards,
    Gary
    SQL Developer Team

  • Help with purchasing new Mac Book Pro- 2014 release vs. 2013?

    OK, so my 15" 2008 Mac Book Pro is on its last gasp--didn't help when I dropped it while open (I can now see into its innards though it's still working...sort of).
    I'm not a technophile (mainly use my laptop for writing--my profession--and eBay business) so my sister told me to make sure that I had at least 8 GB and a fast processing speed. Retina display not necessary (her graphic artists friends hate it apparently) so that would lower the price; however it seems that there are two releases: Oct 2013 and July 2014.  Read up on the latest release but not sure how much is necessary for to have...or care about.
    Can you all weigh in and tell me (a) how important it is to have "the latest and greatest" and (b) how necessary is Retina display and (c) which would YOU purchase if you had my budget constraints.  Thanks!
    Anyway, I've narrowed down my choices of MacBook Pro purchases to what was within my budget: $1300 including tax.  I wanted a 15" but it was too much $$$$, plus I can just use an external monitor.
    Both are available at Apple. Both come with 1 year and 3-year extended warranties and both have the standard software installed, including Pages.
    One more thing....Wondering if having Flash Storage is important?  Only refurbished one (see below) has it.
    Prices for both end up being almost the same--around $1250 out the door, including tax.
    OPTION #1  NEW LAPTOP. July 2014 Release   NON RETINA DISPLAY
    2.5GHz Dual-core Intel Core i5, Turbo Boost up to 3.1GHz
    4GB 1600MHz DDR3 SDRAM — 2x2GB - NOTE: I WOULD HAVE THIS UPGRADED TO 8 MG
    500GB Serial ATA Drive @ 5400 rpm
    SuperDrive 8x (DVD±R DL/DVD±RW/CD-RW)
    Backlit Keyboard (English) & User's Guide
    Accessory Kit
    OPTION #2   REFURBISHED  -Oct. 14 Release - RETINA DISPLAY
    13.3-inch (diagonal) Retina display; 2560-by-1600 resolution at 227 pixels per inch
    8GB of 1600MHz DDR3L SDRAM
    256GB Flash Storage1
    720p FaceTime HD camera
    Intel Iris Graphics

    Hmm... I'm not really sure where you found a July 2014 release without a retina display. I think it might be the old version because that laptop was last updated in 2012 (to my understanding. Also, your sister is kind of wrong, if you want a computer that will work well for everyday things, 4gb of ram is just fine. I have a three year old MacBook Air with 4gb of ram and do things in Photoshop, Illustrator, Pixelmator, FCP, etc. all the time running OS X Yosemite and it runs like brand new. However, if you want to future proof it, you might want 8gb so it can always run the latest OSes.
    Flash Storage is amazingly fast compared to a Hard Drive. It also has no moving parts, therefore is much more durable, and much more likely to survive a drop than a Hard Drive (which would seem to be useful in your situation).
    Also, I don't know why your sister's friends would hate the Retina display. Many people love it because it gives them the ability to edit pixel by pixel with perfect accuracy.
    I would go for the Retina display. It has better specs for the same price so why not? Not to mention that it's much faster and will likely receive updates much longer than the new MacBook Pro without Retina display.
    I hope I helped.
    Austin

  • Hello dps team,  A few weeks ago we renewed our dps licence. Now we want to release our newest issue but we can't. Following error message appears "At the attempt to release the folio creates an error. The process could not be started. Please try again la

    Hello dps team,
    A few weeks ago we renewed our dps licence. Now we want to release our newest issue but we can't. Following error message appears "At the attempt to release the folio creates an error. The process could not be started. Please try again later."
    Is there a problem with our dps version or any maintenance work at the servers from Adobe?
    Best,
    Oliver

    Hi Oliver,
    Please login to your DPS dashboard and contact support by clicking "Contact support" at the bottom left
    Thanks
    Lohrii

  • TS1717 When trying to open itunes I get an error message "New iTunes Library".  any suggestions?

    i can't open itunes.  i get an error message: New iTunes Library.  Anyone else encounter this?

    I have Windows 7.  I went into control panel and selected 'programs' and then 'programs and features'.  Then I highlighted the iTunes program in the list and then selected 'repair'.  It then configured iTunes.  I then restarted my computer and it was okay.

  • After the new project by importing PPT release, how to achieve the release of the demo mode SWF, but not now only Click to continue?

    After the new project by importing PPT release, how to achieve the release of the demo mode SWF, but not now only Click to continue?
    Note:Captivate 5.5
    Thks

    通过导入PPT新建的项目发布后,如何实现发布演示模式的SWF(自动播放),而不是交互模式的SWF(只能点击才能继续)?

  • Getting error during the Oracle9i installation "Oracle9i Database Release 2 (9.2.0.1.0) for Compaq Tru64 machine"

    Hi All,
    Getting follwing error during the Oracle9i installation “Oracle9i Database Release 2 (9.2.0.1.0) for Compaq Tru64 machine"
    u01/app/oracle/product/9.2.0/install/make.log
    - Linking Oracle
    rm -f /u01/app/oracle/product/9.2.0/rdbms/lib/oracle
    cc  -L/u01/app/oracle/product/9.2.0/lib/ -L/u01/app/oracle/product/9.2.0/rdbms/lib -o /u01/app/oracle/product/9.2.0/rdbms/lib/oracla
    ld:
    load_whole_file: Could not malloc 31328. bytes, for /u01/app/oracle/product/9.2.0/lib//libn9.a(asndata.o), didnt attempt to mmap
    Stop.
    *** Exit 1
    While checked the memory details in the machine its showing plenty of free virtual memory.
    # ps aux
    USER PID %CPU %MEM   VSZ  RSS TTY      S STARTED         TIME COMMAND
    oracle     1353 0.6 27.2  601M 555M pts/2    S N  09:14:07 5:49.67 /tmp/OraInstall2014-01-21_09-14-02AM/jre/bin/../bin/alpha/native_threads/java -Doracle.installe
    root       3033 0.0  0.4 10.4M 7.7M pts/0    R  + 10:59:44 0:00.06 ps aux
    oracle     1351 0.0  0.0 2.46M 320K pts/2    I N  09:14:02 0:01.36 ksh /tmp/OraInstall2014-01-21_09-14-02AM/installer -Doracle.installer.library_loc=/tmp/OraInsta
    oracle     1277 0.0  0.0 2.48M 312K pts/2    I  + 09:02:44 0:00.04 -ksh (ksh)
    root       1269 0.0  0.0 2.56M 232K pts/2    I    09:01:23 0:00.01 -sh (sh)
    root       1268 0.0  0.0 5.31M 768K ??       I    09:01:22 0:00.11 /usr/bin/X11/xterm -ls
    root 1  0.0  0.0  608K  96K ?? IL   08:45:31     0:00.08 /sbin/init -a
    root 0  0.0  3.9 2.52G  79M ?? R <  08:45:31     0:23.16 [kernel idle]
    And I have rebooted the machine still also getting the same error.
    Is there any way to resolve this issue??
    Regards
    prasanta

    Pl elaborate the business / technical reason for installing a 15+ year old unsupported software on a 15+ year old unsupported hardware, assuming you are installing an a supported OS version
    HTH
    Srini

  • Error in New Models Creation  - Loadbalancing /Single Server locally

    Is there any possibility of below error when Creating New Models with Single Server and but NOT Working with Load balancing Option.
    The same code worked when connecting to Single Server locally but doesn't work when New models were created  by selection of loadbalancing Option on Remote Server..during development on source from DTR Server(SLD)..
    I get below error when New Model created with loadbalancing option
    Error - com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Error connecting using JCO.Client: null
    Edited by: Raghu v on Jan 26, 2008 1:27 PM

    Hi,
    In EAS, I am getting some for Planning Outline(Essbase outline is working fine), While starting the Planning service through start menu, it throwing error as
    Query Failed: SQL_SYSDB_DELETE_EXPIRED_EXTERNAL_ACTIONS:[100]
    java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-00932: inconsistent datatypes: expected INTERVAL DAY TO SECOND got NUMBER
         at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
         at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
         at hyperion.jdbc.oracle.OracleImplStatement.execute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)
         at hyperion.jdbc.base.BasePreparedStatement.executeUpdate(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(Unknown Source)
         at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unknown Source)
         at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source)
    Error encountered with Database connection, recreating connections.
    Nested Exception: java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-00932: inconsistent datatypes: expected INTERVAL DAY TO SECOND got NUMBER
    Thanks,
    CP

  • I bought my first  iMac 27" i5 in November 2011 last year. Do you think there would be a update that will Features a Retina Display, Siri etc ?? So my iMac will be the same as the new one that will be released this year, Or will I have to buy a new iMac t

    I bought my first  iMac 27" i5 in November 2011 last year.
    Do you think there would be a update that will Features a Retina Display, Siri etc ??
    So my iMac will be the same as the new one that will be released this year,
    Or will I have to buy a new iMac to get all these new updates ??
    It would be a shame if I did because my iMac is only 6months old if that ..
    Kind regards Simon Trott Apple user and proud of it

    We're not allowed to speculate on future or rumoured Apple products, but we all know there'll always be newer tech coming along.
    The iMac you have is an excellent machine, be happy with it and get a good few years use out of it. By the time your machine is slowing down, whatever comes next will have been updated numerous times.
    I had the 2011 i5 27" delivered about 3 weeks ago. It's a cracking machine

  • (V7.3)NEW FEATURES ABOUT OPTIMIZATION IN RELEASE 7.2 & 7.3

    제품 : ORACLE SERVER
    작성날짜 : 2003-02-24
    (V7.3)NEW FEATURES ABOUT OPTIMIZATION IN RELEASE 7.2 & 7.3
    ==========================================================
    PURPOSE
    Oracle RDBMS V7.2와 V7.3에서 Optimization에 관한 new feature를
    알아보기로 한다.
    Explanation
    다음과 같은 대표적인 기능 9가지가 있습니다.
    1> Direct Database Reads
    Parallel query 프로세스들은 필터링이나, 소팅, 조인과 같은 작업을
    수행하기 위해서는 아주 큰 테이블을 scanning해야 합니다. Direct Database
    Reads는 read efficiency와 성능의 향상을 위해 contiguous memory read를
    가능하게 해줍니다.
    또한, concurrent OLTP와 같은 작업을 수행시 따르는 경합을 없애기
    위해 버퍼 캐쉬를 bypass합니다.
    2> Direct Database Writes
    Parallel query 프로세스들은 intermediate sort runs, summarization
    (CREATE TABLE AS SELECT), index creation(CREATE INDEX)과 같은 작업의
    수행 결과를 디스크에 종종 기록해야 합니다.
    Direct Database Writes는 write efficiency와 성능의 향상을 위해
    direct contiguous memory로 하여금 contiguous disk writes를 가능하게
    해줍니다.
    또한, concurrent OLTP 작업과 DBWR 프로세스에 의한 경합을 없애기 위해
    버퍼 캐쉬를 bypass합니다.
    결론적으로, Direct Database Reads와 Writes는 concurrent OLTP와 DSS
    작업에 따르는 복잡한 부하를 조절하면서 Oracle 7 서버를 분리된 형태로,
    또한 최적의 튜닝을 가능하게 해줍니다.
    3> Asynchronous I/O
    Oracle 7은 이미 sorts, summarization, index creation, direct-path
    loading 에 대한 asynchronous write 기능을 제공하고 있습니다.
    Release 7.3부터는 보다 나은 성능의 향상을 위해 asynchronous
    read-ahead 기능을 제공하여 최대한 processing과 I/O의 병행성을 증가
    시켜 줍니다.
    4> Parallel Table Creation
    CREATE TABLE ... AS SELECT ...와 같은 구문을 제공하여 상세한 데이타를
    갖는 큰 테이블의 조회된 결과를 저장하기 위해 임시 테이블을 생성합니다.
    이 기능은 보통 intermediate operation의 결과를 저장하기 위해
    drill-down 분석을 할 때 사용됩니다.
    5> Support for the Star Query Optimization
    Oracle 7은 수행 속도의 향상을 위해 star 스키마가 존재하고, star query
    optimization을 invoke 합니다. Star query는 먼저 여러 개의 작은 테이블을
    join하고, 그런 후에, 그 결과를 하나의 큰 테이블로 join합니다.
    6> Intelligent Function Shipping
    Release 7.3부터 parallel query를 처리하는 coordinator 프로세스는
    non-shared memory machine(cluster 또는 MPP) 내의 노드들을 처리하기
    위해 디스크나 데이타들 간의 유사성에 대해 인식하게 될 것입니다.
    이 사실에 근거하여, coordinator는 data들이 machine의 shared
    interconnect를 통해 전달될 필요가 없다는 점에서, 특정 node-disk pair로
    수행되고 있는 프로세스들에게 parallel query operation을 지정할 수
    있습니다.
    이 기능은 연관된 cost나 overhead없이 'shared nothing' 소프트웨어
    아키텍쳐의 잇점을 제공하면서 효율성과 성능, 확장성을 개선할 수 있습니다.
    7> Histograms
    Release 7.3부터 Oracle optimizer는 테이블의 컬럼 내에 있는 데이타 값의
    분포에 관한 더 많은 정보를 이용할 수 있습니다. Value와 상대적 빈도수를
    나타내는 histogram은 optimizer에게 index의 상대적'selectivity'에 관한
    정보와 어떤 index를 사용해야할 지에 관한 더 좋은 아이디어를 제공해
    줄 것입니다.
    적절한 선택을 한다면, query의 수행시간을 몇 분, 심지어 몇 시간씩이나
    단축시킬 수가 있습니다.
    8> Parallel Hash Joins
    Release 7.3부터 Oracle 7은 join 처리시간의 단축을 위하여 hash join을
    제공합니다. 해슁 테크닉을 사용하면 join을 하기 위해 데이타를 소트하지
    않아도 되며, 기존에 존재하는 인덱스를 사용하지 않으면서 'on-the-fly'
    라는 개념을 제공합니다. 따라서, star schema 데이타베이스에 전형적으로
    적용되는 small-to-large 테이블 join의 수행 속도를 향상시킬 것입니다.
    9> Parallel UNION and UNION ALL
    Release 7.3부터 Oracle 7은 UNION과 UNION ALL과 같은 set operator를
    사용하여 완전히 parallel하게 query를 수행할 수 있습니다. 이러한
    operator를 사용하면, 큰 테이블들을 여러 개의 작은 테이블의 집합으로
    나누어 처리하기가 훨씬 쉬워질 것입니다.
    Example
    none
    Reference Documents
    none

    Sorry for the confusion!
    I'll clear it up right now - I'm currently running 10.7.2 - please disregard SL 10.6.8, that was from the past. I updated to 10.7.3, the new checkmark appeared. I noticed a few other stability issues in 10.7.3, so returned to 10.7.2. As for Mountain Lion - I saw a friend's Mac running ML (I assume he had a Dev account), and noticed the new checkmark as well.
    Here's the pictures to show the comparison:
    10.7.2 Checkmark
    10.7.3/ML Checkmark:
    See the difference? My question is, I don't want the new checkmark in 10.7.3. I think, personally, it's hideous and very iOS-like. Is there a way I can "hack" a resource file, or copy over a file from 10.7.2 into 10.7.3 to bring back the original checkmark used in 10.7.2 and all prior versions of OSX? I'm not sure, but it seems like some kind of font is used for the checkmark, but I'm not sure. I'm still a bit new to OSX.
    If anyone knows, or has any idea, that would be much appreciated! Again, I know it's a bit nitpicky

  • Can't figure out why I'm getting this error on New-ADUser

    The command is:
    New-ADUser –SamAccountName “TestProvider” -UserPrincipalName "[email protected]” -GivenName “Test” -Surname “Provider” -DisplayName “Test Provider” -Name "Test Provider" -Enabled $true -path “ou=CompanyName,ou=Users,ou=Providers,DN=intranet,DN=CompanyName,DN=com” -AccountPassword (ConvertTo-SecureString "TEST123test" -AsPlainText -force) -PasswordNeverExpires $True
    The error is: 
    New-ADUser : No superior reference has been configured for the directory service. The directory service is therefore un
    able to issue referrals to objects outside this forest
    At line:1 char:11
    + New-ADUser <<<< -SamAccountName "TestProvider" -UserPrincipalName "[email protected]" -GivenName "Test" -
    Surname "Provider" -DisplayName "Test Provider" -Name "Test Provider" -Enabled $true -path "ou=CompanyName,ou=Users,ou=
    Providers,DN=intranet,DN=CompanyName,DN=com" -AccountPassword (ConvertTo-SecureString "TEST123test" -AsPlainText -force
    ) -PasswordNeverExpires $True
    + CategoryInfo : NotSpecified: (CN=Test Provide...panyName,DN=com:String) [New-ADUser], ADException
    + FullyQualifiedErrorId : No superior reference has been configured for the directory service. The directory servi
    ce is therefore unable to issue referrals to objects outside this forest,Microsoft.ActiveDirectory.Management.Comm
    ands.NewADUser
    I think it has something to do with the way I'm specifying the "path" but i'm not sure.
    The user should be created in an OU: CompanyName > Users > Providers
    The domain is intranet.companyname.com

    Hi,
    Instead of ou=CompanyName,ou=Users,ou=Providers,DN=intranet,DN=CompanyName,DN=com, try ou=CompanyName,ou=Users,ou=Providers,DC=intranet,DC=CompanyName,DC=com.
    Don't retire TechNet! -
    (Don't give up yet - 12,700+ strong and growing)

  • ERROR: The new SAP tools in /usr/sap/DEV/EHPI/abap/exe cannot connect

    Hi All.
    I am attempting to upgrade my ECC 6.0 EPH3 system to EPH4.(System 'i' V6R1M1) I am hitting an error  on phase PREP_INIT/CHECKPROF_INI which states 'ERROR: The new SAP tools in /usr/sap/DEV/EHPI/abap/exe cannot connect to your database.' The log file /usr/sap/DEV/EHPI/abap/log/DBCONNCHK.LOG contains more details about the failure.
    At this point I see the processes has created to additional kernel libraries: SAPDEV70UP and SAPDEV70U2
    I am logged on as DEVOFR per the documentation. DEVOFR is the owner of all objects in /usr/sap/DEV/EPHI.
    Here is the error from DBCONNCHK.LOG :
    4 ETW000  [dev trc     ,00000]  R3INLPGM: RmtExeLib is SAPDEV70UP                                      32507  1.917692
    4 ETW000  [dbsldb4d    ,00000]  *** ERROR => CPFB755 occured: Program DBSLENCWT in library SAPDEV70UP not found.
    4 ETW000                                                                                52633  1.970325
    4 ETW000  [dev trc     ,00000]  DBSLENCWT: rc=9998, msg=                                                  33  1.970358
    4 ETW000  [dev trc     ,00000]  Wed Sep 29 09:55:53 2010                                              154488  2.124846
    4 ETW000  [dbsldb4d    ,00000]  *** ERROR => CPF0006 occured: Errors occurred in command.                 47  2.124893
    4 ETW000  [dbsldb4.    ,00000]  *** ERROR => Command: CALL PGM(SAPDEV70UP/CHGR3SYSLE) PARM('*ADD') :Failed
    When I display library SAPDEV70UP,  DBSLENCWT is there and R3OWNER is the owner.
    My DBSL is at the latest version for my environment.
    Has anyone seen this?
    Thanks in adnvance.
    Diana

    FYI,
    I got past this issue by upgrading the kernel first.
    Thanks,
    Diana

Maybe you are looking for

  • Custom Composed Look not appearing in Change the Look with custom color palette

    Hi, I created custom color palette, (which was a copy of one of the out of the box ones) and uploaded it to the Themes folder under a different name. I then went to the Composed Looks and created a new Composed Look(using the New Items), which the se

  • Why are certain songs syncing to my iPhone!?

    I have iTunes set to sync a couple if specific playlists (both smart, and static). However, there are a handful of certain songs that keep syncing to my iPhone no matter how many times I delete them. They are not in any of the playslists set to sync.

  • Customer Exit in query on aggregation level

    Hi, I try to have variables filled with a customer exit. The coding of the customer exit is correct, this have been tested in queries on multiproviders. Unfortunately it is not working when these variables are used on level of aggregation levels. Wha

  • Error Msg enter storage location in stock transfer

    Hi SAP Gurus, Can anybody tell me when I am trying to do the PGI for stock Transfer order ,It giving error Msg enter storage location ,bit I have already entered the storage location. Msg type  App area  Msg No  item   msg text                       

  • Firefox saves my password but not my user name

    I am a web developer and the website that I have built requires the user to log in to access it. Once the user logs in, they are prompted to have firefox remember their credentials like normal. If they say yes, it creates a record in the saved passwo