Where to find oracle.sql Java definitions

Where do I find the definitions
for the oracle.sql Java methods?
I'm looking for something like the
Sun Java web guide
(i.e. http://java.sun.com/j2se/1.3/docs/api/)
Mike Sullivan
null

Thanks, Steven. That is what I thought, and I have included that in my CLASSPATH too. Hmmm ...
Thanks,
Victoria.

Similar Messages

  • Where can find Oracle error code and message?

    Where can find Oracle error code and message?

    http://otn.oracle.com/pls/db92/db92.to_toc?pathname=server.920%2Fa96525%2Ftoc.htm&remark=docindex
    That would be the "Error Messages" manual.

  • Where can find out the java key word elucidation

    Where can find out the java key word elucidation?
    thx

    here:
    http://java.sun.com/docs/books/tutorial/java/nutsandbolts/_keywords.html
    then here:
    http://java.sun.com/docs/books/jls/second_edition/html/jIX.fm.html

  • Where to find oracle universal installer

    Hi,
    i have oracle 10g installed on linux system at /home/oracle directory by a person who was before me at my work place.
    i need to start the universal installer to see whether oracle text, intermedia has been installed or not. where should i go and start the universal installer.
    i am not able to find it.
    what is the installer file name . i mean what is the .exe file name for the installer
    THanks,
    Philip.

    Hi Eric,
    yes i was finally able to execute the commands u told me.
    thisis what i did in order.
    1. i first increased java_pool_size to >150M
    then when i executed the catpatch.sql, i got following error
    "BEGIN DBMS_REGISTRY.CHECK_SERVER_INSTANCE; END;
    ERROR AT LINE 1
    ...DATABASE NOT OPEN FOR UPGRADE OR DOWNGRADE"
    2. NEXT i executed utlrp.sql which did run without errors. ( i think this script might have created soem problems for me, i am not sure about this)
    3. next i executed soem scripts in order as told to me by another person
    @initjvm.sql -- no errors
    @initxml.sql --there were errors and did not execute
    one of the error was something related with "....java_load..."
    @xmlja.sql ---there were erros same with "....java_load.."
    @catjava.sql --errors
    @catexf.sql --errors
    @catqm.sql --errors
    @catxdbj.sql --no errors
    after executing all the above, when i run the following sql
    "select comp_name, status
    from dba_server_registry;"
    i got following result
    Oracle Text VALID
    OLAP Catalog VALID
    Oracle Data Mining VALID
    Oracle XML Database INVALID
    Oracle InterMedia VALID
    Oracle Expression Filter LOADING
    Oracle Workspace Manager VALID
    Oracle Database Catalog Views VALID
    Oracle Database Packages and Types VALID
    JServer JAVA Virtual Machine VALID
    Oracle XDK LOADING
    Oracle Database Java Packages LOADING
    OLAP Analytic Workspace VALID
    Oracle OLAP API VALID
    I am not sure whether the scripts @catpatch and @utlrp created this problem or the other scripts that i mentioned created this problem. because before i executed these scripts only xml database was invalid and xdk was loading. rest are were valid. but now many components are invalid and loading.
    CAN U HELP ME SOLVE THE ABOVE ISSUES AND MAKE THEM ALL VALID.
    Thanks,
    Philip.

  • Where is this oracle.sql? ;(

    I am trying to get one of the XDB java samples to work on my PC. I got this error message:
    package oracle.sql does not exist
    I searched through the Oracle's whole web site and couldn't where and what this package is. Can anyone give me a clue on this?
    Thanks very much,
    Jerry

    Should be part of the standard Oracle JDBC Drivers...
    classes12.zip I think

  • Where to find the SQL text in v$ views?

    Hi All,
    Oracle 11.2.0.3 on RedHat.
    I am trying to find out SQL activity on my database for a very narrow time window. Please see the SQLs I did
    SQL> select distinct user_id, sql_id
      2  from v$active_session_history
      3  where sample_time between to_date('20120704012000','yyyymmddhh24miss') and
      4            to_date('20120704012200','yyyymmddhh24miss')
      5  and user_id = 111 ;
       USER_ID SQL_ID
           111
           111 gjg25k7stx9ba
           111 a8m049aj31b1y
           111 asjw7b7h99w4m
           111 fvffk1aqrb55n
           111 9gskv9b1u7mau
           111 03tsb9pp3h1uj
           111 dm0jppss5z0ay
           111 44n0svyuc000x
           111 16t1tpr7mdqnf
           111 bzpu510tng689
           111 dsqzhqdvzamys
    12 rows selected.
    SQL> select * from v$sqltext where sql_id='16t1tpr7mdqnf' order by piece ;
    no rows selected
    SQL> select * from table( dbms_xplan.display_awr('16t1tpr7mdqnf') ) ;
    no rows selectedI can see the text for all SQLs in v$sqltext, except 16t1tpr7mdqnf. User id 111 is the user used to run our batch processes.
    Where can I find the text for this SQL id 16t1tpr7mdqnf ?
    This SQL has run about 8 hours ago.
    Thanks in advance

    When you say, ASH captures active sessions, does that mean, it only captures "session" information, which may not include details about SQL ?Exactly, it's a snapshot of session level information for active sessions.
    So, session X can be executing sql statement abc123 and be captured by ASH which takes a snapshot of all active sessions every 1 second in V$ACTIVE_SESSION_HISTORY.
    1 in 10 of these active sessions is stored in the repository - DBA_HIST_ACTIVE_SESS_HISTORY (in practice, this 1 in 10 sample is literally as simple as store the active sessions from every 10th second).
    Independently of this, obviously you have the shared pool and V$SQL. If your statements are in here then great.
    Otherwise you have AWR which captures the top N sql from each interval.
    So, as mentioned, perfectly normal to have references to sql ids and sql plan hash values captured in ASH but not AWR.
    One interesting thing here is, sql_exec_id is blank. What does that say? It depends.
    It's likely to be one of two things:
    1. some sort of bug or limitation - there are certain operations and time limits were some of the ASH values get cleared out or don't get cleared out.
    2. occasionally I've seen the ASH information be misleading when it comes to certain recursive operations - one specific example I can think of related to the recursive merge of sql plan baseline metric tracking operations.

  • Where to find hr_main.sql?

    Hi all,
    I want to create sample schemas in 10g.
    But i can not find the hr_main.sql in $ORACLE_HOME/demo/schema/human_resources
    /u01/oracle/product/10.2.0/demo/schema/human_resources> ls -ltr
    total 8
    -rw-r----- 1 oracle dba 2733 Aug 29 2002 hr_code.sql
    Q: where else to find this sql?
    thanks

    Hello all,
    I have the same problem in an Oracle 10g R2 environment:
    the book "Sample Schemas" says:
    All scripts necessary to create Human Resource (HR) schema reside in $ORACLE_HOME/demo/schema/human_resources.
    You need to call only one script, hr_main.sql, to create all the objects and load the data. Running hr_main.sql accomplishes the following tasks
    But there is only "hr_code.sql" as already written by SZ.
    Also the solution described here can't work: there is no file "hr.jar" on the companion-CD. I searched for all "*.jar" files on the disc...a lot of files, but no "hr.jar"...
    The "Samples Schema" book says here in chapter 1: The scripts are included in the companion directory on the installation medium..
    It's the first time for me that it seems that the documentation is not telling the truth... ;-)
    Does anyone know what's up with the scripts as they are described in the "Samples schema" book??
    (or is it completely different on LINUX?? Do they not exist on Linux?? That's the OS I use...)
    Thanks for your help in advance!
    Regards
    FireFighter
    Message was edited by:
    FireFighter

  • Where to find screen and field definitions?

    Dear All,
    I need to be able to find all the screen and field definitions that exist in the SAP Repository for an application I am developing.  Can anybody tell me where to find them?  I specifically need to know which field types are defined for each screen (GuiTextField, GuiComboBox, GuiTableControl, etc.) as well as their IDs as they appear in the SAP GUI.
    Can anybody help with this?  I've looked all over and haven't been able to find out where this information is stored in the data dictionary.
    Thanks very much in advance!!

    Paul foto which operating system are you using?  You will want to open the applications in the method which is typical of your operating system.  You can find more details at Launch CC apps after install - https://helpx.adobe.com/creative-cloud/help/launch-creative-cloud-apps.html.

  • Where's the Oracle Forms Java API documentation for 11g?

    Hi,
    Can anyone point me in the direction of the Oracle Forms Java API documentation?
    The only thing I can find is this: http://www.oratransplant.nl/1012jdapiDoc/oracle/forms/jdapi/JdapiModule.html but this seems to be for 10.1.2 and it doesn’t correspond to the version I’m using (11.1.1.3).
    Help appreciated,
    Donal.

    i couldn't find the api either however if you implement the class you will simply get compiler errors explaining what you left out.

  • Where to find "oracle.xml.sql.dml.OracleXMLSave"

    I am having trouble finding this file --> import oracle.xml.sql.dml.OracleXMLSave
    Q1: Can someone please tell me where I can find it?
    Q2: Where would I put it (.jar) after I manage to get it? Would I put it in my C:\javasoft\jre\1.2\lib\ext folder?
    Thanks in advance,
    Victoria.
    null

    Thanks, Steven. That is what I thought, and I have included that in my CLASSPATH too. Hmmm ...
    Thanks,
    Victoria.

  • Where to find EM Standalone Java Console

    Hi
    Can anybody tell me, where can i find the "Enterprise Manager Standalone Java Console" for 10g? (NOT OEM web browser one)
    I read that, it will be in the Oracle`s CD, but i dont find that one. I too check the ORACLE site, but dont get it.
    Can somebody send me the direct link to downlaod it, or any other way to do that?
    Kind Regards,
    Thanks.
    Gurpreet S. Gill

    This software is part of 10g CLIENT.
    Werner

  • Where to find PAY11i sql

    Hi:
    I have been looking and reading this whole Morning and tried to find a place to download PAY11i.sql Diagnostics for Payroll. I got this note "Oracle Human Resources (HRMS) PAY11i.sql Diagnostics for Payroll [ID 208964.1]" (can't figure it out which responsibility from step #2) ) and Note 358831.1 but still can't figure it out where to download it and run it. Would you please kindly help me here so I can complete an user's request? We have R12.1.3 db: 11.1.0.7 on linux.
    Thank you very much in advance.

    870765 wrote:
    Hi:
    I have been looking and reading this whole Morning and tried to find a place to download PAY11i.sql Diagnostics for Payroll. I got this note "Oracle Human Resources (HRMS) PAY11i.sql Diagnostics for Payroll [ID 208964.1]" (can't figure it out which responsibility from step #2) ) and Note 358831.1 but still can't figure it out where to download it and run it. Would you please kindly help me here so I can complete an user's request? We have R12.1.3 db: 11.1.0.7 on linux.
    Thank you very much in advance.Please refer to "Installation on E-Business Suite Release 12" section in (E-Business Suite Diagnostics Installation Guide [ID 167000.1]).
    Thanks,
    Hussein

  • How to avoid repeat where clause in oracle sql

    Hi,
    Please find my query below, I need a help to avoid duplication of **where** clause in my query.
    In my below query, **JOIN** condition is same for both the queries and **WHERE** condition also same except this clause "and code.code_name="transaction_1"
    In **IF ** condition only credit and debit is swapped on both queries, due to this **Credit and Debit** and this where clause "and code.code_name="transaction_1" I am duplicating the query. Can you please give some solution to avoid this duplication. I am using oracle 11g
    select DAY as business_date,sum(amount) as AMOUNT, type_amnt as amount_type,test_code as code_seg
    from
    select table1_alias.date as DAY,code.code_numb as test_code,
    CASE
    WHEN qnty_item > 0 THEN 'credit'
    ELSE 'debit'
    END as type_amnt,
    "25.55" as amount
    from
    code_table code,
    table1 table1_alias
    join table2 table2_alias on table1_alias.id = table2_alias.id
    where
    table1_alias.state="OK"
    and table1_alias.type="R"
    and code.code_type="Movie"
    and code.code_name="transaction_1"
    UNION ALL
    select table1_alias.date as DAY,code.code_numb as test_code,
    CASE
    WHEN qnty_item > 0 THEN 'debit'
    ELSE 'credit'
    END as type_amnt,
    "25.55" as amount
    from
    code_table code,
    table1 table1_alias
    join table2 table2_alias on table1_alias.id = table2_alias.id
    where
    table1_alias.state="OK"
    and table1_alias.type="R"
    and code.code_type="Movie"
    and code.code_name="transaction_2"
    group by DAY, test_code,type_amnt
    Thanks

    user10624672 wrote:
    Hi,
    Please find my query below, I need a help to avoid duplication of **where** clause in my query.
    In my below query, **JOIN** condition is same for both the queries and **WHERE** condition also same except this clause "and code.code_name="transaction_1"
    In **IF ** condition only credit and debit is swapped on both queries, due to this **Credit and Debit** and this where clause "and code.code_name="transaction_1" I am duplicating the query. Can you please give some solution to avoid this duplication. I am using oracle 11g
    select DAY as business_date,sum(amount) as AMOUNT, type_amnt as amount_type,test_code as code_seg
    from
    select table1_alias.date as DAY,code.code_numb as test_code,
    CASE
    WHEN qnty_item > 0 THEN 'credit'
    ELSE 'debit'
    END as type_amnt,
    "25.55" as amount
    from
    code_table code,
    table1 table1_alias
    join table2 table2_alias on table1_alias.id = table2_alias.id
    where
    table1_alias.state="OK"
    and table1_alias.type="R"
    and code.code_type="Movie"
    and code.code_name="transaction_1"
    UNION ALL
    select table1_alias.date as DAY,code.code_numb as test_code,
    CASE
    WHEN qnty_item > 0 THEN 'debit'
    ELSE 'credit'
    END as type_amnt,
    "25.55" as amount
    from
    code_table code,
    table1 table1_alias
    join table2 table2_alias on table1_alias.id = table2_alias.id
    where
    table1_alias.state="OK"
    and table1_alias.type="R"
    and code.code_type="Movie"
    and code.code_name="transaction_2"
    group by DAY, test_code,type_amnt
    ThanksA very brief glance and it looks to me like the only difference between the 2 queries are
    and code.code_name="transaction_1"In the first portion and
    and code.code_name="transaction_2"So if that's all that is difference, you'd just want to use a single query (no union's) with
    and code.code_name in ('transaction_1', 'transaction_2')Cheers,

  • Clarification on using function in where clause of oracle sql query

    I have an issue in regarding function using where clause of sql query..
    We are facing performance issue while executing query, so in what ways to improve the performance of the query which i have posted below.
    select col ,case when my_function(parameter)
    from tab1 a ,tab2 b,tabl3 c
    where a.column1=b.column2
    and b.column3 =c.column6
    and my_function(parameter)>0
    Regards
    Dinesh
    Edited by: wild fire on May 18, 2012 4:15 PM

    Dinesh,
    remind that when you use a function in the where clause it normally will get started for each record in the table.
    So your answer is two-fold:
    1. make the function only start when needed by adding a function based index on the table (this will make inserts and updates slower)
    2. make the function faster by adding the DETERMINISTIC clause if possible. this will make Oracle "cache" the result of the function.
    Regards,
    Richard
    blog: http://blog.warp11.nl
    twitter: @rhjmartens
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Read Before Posting - Where to find Business Objects Java SDK Resources

    Before posting you should look through the various resources below for the answers to your questions. A lot of the "how to" or "where can I find" questions are already answered in the material below.
    Search the Forums
    Use the search feature in these forums to see if your question has already been answered.
    SDK Libraries
    [BI 4.0|http://www.sdn.sap.com/irj/boc/sdklibrary]
    [BusinessObjects Enterprise XI 3.0|http://www.sdn.sap.com/irj/boc/sdklibrary?rid=/webcontent/uuid/90db428d-71ba-2e10-7eb7-d3286eec5ac0]
    [BusinessObjects Enterprise XI Release 2|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm]
    [BusinessObjects Enterprise XI Release 1|http://devlibrary.businessobjects.com/BusinessObjectsXI/en/devlib.htm]
    Crystal Enterprise 10, Not available online.
    [Online Viewable JavaDocs|http://help.sap.com/javadocs/index.htm#sapbobj]
    SAP Notes
    (Formerly known as the Business Objects Knowledge Base)
    This is a good location to find known issues, look up error messages, and general tips and tricks with the BusinessObjects Enterprise product line.
    [https://service.sap.com/notes] (this requires logon to the SAP Service Marketplace).
    Crystal Reports Server, Crystal Reports and Xcelsius SAP Notes are accessible here:
    [https://www.sdn.sap.com/irj/sdn/businessobjects-notes]
    Sample Code Search
    [BusinessObjects Enterprise SDK|https://wiki.sdn.sap.com/wiki/x/HQBmBQ]
    [RAS SDK|https://wiki.sdn.sap.com/wiki/x/HgBmBQ]
    [Web Services SDK|https://wiki.sdn.sap.com/wiki/x/HwBmBQ]
    [Report Engine SDK|https://wiki.sdn.sap.com/wiki/x/IABmBQ]
    [Crystal Reports Java SDK|https://wiki.sdn.sap.com/wiki/x/JgBmBQ]
    [Java Reporting Component SDK|https://wiki.sdn.sap.com/wiki/x/JwBmBQ]
    Business Objects Downloads
    - Service Packs and Fix Packs
    - Merge Modules and Installation Packages
    - Sample Reports and Databases
    [http://service.sap.com/bosap-downloads] (requires logon to SAP Service Marketplace).
    Crystal Report For Eclipse
    [WIKI|https://www.sdn.sap.com/irj/boc/crystalreports-java]
    [Product Portal|https://www.sdn.sap.com/irj/boc/crystalreports-java]
    Crystal Reports Server, Crystal Reports, and Xcelsius Downloads
    [https://www.sdn.sap.com/irj/sdn/businessobjects-downloads]
    Business Objects Articles
    [https://www.sdn.sap.com/irj/sdn/businessobjects-articles]
    Edited by: Aasavari Bhave on Oct 25, 2011 8:49 AM

    Thanks. That was useful.
    -Rajini

Maybe you are looking for

  • IDVD unexpectedly quits and/or video freezes during burn

    Please help! I'm going crazy trying to get a completed video project burned onto DVD. I have three video programs (one is a slide show), all created in Final Cut Pro and saved as either Final Cut Quicktimes or Quicktime movies using H264 compressor.

  • Do INSERT if value do not exist

    Hi. I am trying to create sql that does the following: if db1..names.cpr not in db1..people.cpr then: INSERT INTO db1..People(cpr,type) VALUES (db1..names.cpr,1) * type should have the default value 1 Can anybody give me an idear on how to do that. B

  • Java.lang.ClassCastException: weblogic.webservice.core.soap.SOAPMessageImpl

    Hello Gurus, Can you please help me with following issue-- I have created a secured web service's client from netbeans 6.8.Then I made a jar file of it.Then I have integrated that jar in my ADF application's viewcontroller project .I have used the ja

  • Error: Failed to decrypt cert PFX data - distmgr.log

    Hello,  When I distribute content to a DP, I get this error repeatedly in my distmgr.log:  SetObjectSecurity failed; 0x80070002 then a ton of these after: Failed to decrypt cert PFX data I'm running with HTTPS, and the packages always seem to copy ok

  • Export Weirdness -- it wants to split it into 2Gb pieces

    FCE (4.0.1) started misbehaving on me this evening. Normally, I just QuickTime Movie Export the video to then convert with other tools. Tonight, however, I get errors about files in use and the export aborts. I tinker with export location and then tr