DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Weblogic startup

Hybrid View

  1. #1
    Join Date
    Feb 2001
    Location
    Kolkata- India
    Posts
    356

    Thumbs up

    Hi!
    When I am starting my weblogic server I am getting a ORA-1460 error.
    The problem is the apllication is running fine on another server.
    Both oracle and weblogic is in the same server in both above cases.
    Any ideas??
    There Nothing You cannot Do, The problem is HOW.

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925

    Error: ORA 1460
    Text: unimplemented or unreasonable conversion requested
    -------------------------------------------------------------------------------
    Cause: The requested format conversion is not supported.
    Action: Remove the requested conversion from the SQL statement.
    Check the syntax for the TO_CHAR, TO_DATE, and TO_NUMBER functions to
    see which conversions are supported.

    *** Important: The notes below are for experienced users - See [NOTE:22080.1]


    Diagnosis:
    Isolate which types are being converted between.

    NB: This can occur in OCI applications if bind NUMBER types to native
    integer types when the LENGTH / Max Length fields are incorrect
    for the allowable native integer types. Eg: len=3 is invalid on
    most platforms.
    .



    For more information check the oracle metalink

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  3. #3
    Join Date
    Feb 2001
    Posts
    163
    Post the whole java exception instead of just the oracle error code.

    It may be a sql statement that is causing this. If you can isolate the sql where this is being caused, it will be easier to troubleshoot the problem

    uday

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width