Oracle InterConnect 10g dba + Java

Hello :-)
I'm searching information about OAI. I need to know if the client apllication, which is using the dba connector to Oracle can be written in Java.
Other way - Is there Java API for client dba connector for ORacle InterConnect 10g?
I'll be gratefull for an information or URL's :-)

Have you ever installed Oracle Interconnect Hub10g?On what database version?I have tried to install Interconnect Hub 10g on 9.2.0.5 DB and get a bug with postinstallation script hubschema.bat-calling dbms_aqadm.create_queue_table and get error. Entry from alert.log- Errors in file /app/oracle/product/9.2.0/rdbms/log/demo_ora_3231.trc: ORA-07445: exception encountered: core dump [0000000000000000] [SIGSEGV] [Invalid permissions for mapped object] [0x000000000] [] []. What configuration in your working environment(if its no a secret)?

Similar Messages

  • Oracle Spatial 10g R2 Java API

    Hi All,
    I have a JAVA tool said to be written for Oracle Spatial 10g R2 Java API which uses for example the class oracle.spatial.georaster.JGeoRaster. I have to port it to 11g R2. The tool is definitely written for an earlier version, because compilation fails on for example JGeoRaster.getProperties() method which is not present in the new API. For this new API I have a fine Javadoc documentation here:
    http://download-llnw.oracle.com/docs/html/E11829_01/
    I have searched for a similar one for 10g R2 but found only like
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14373/toc.htm
    which misses the oracle.spatial.georaster package. Is there such a package and if so, where can I find docs for it?
    thank you in advance, best regards: Balázs Bámer

    Hi Balázs,
    the GeoRaster Java API was first released with 11gR2. Your first link points to that, or this link:
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e11829/toc.htm
    your second link points to 10g Oracle Spatial Java API, which doesn't include any GeoRaster related API. your tool might have been developed based on the old INTERNAL georaster jar file, which is not supposed to be used by your java program. But if you do want the api doc, you can run javadoc or jdeveloper to find out the api from the old sdogr.jar file.
    jeffrey

  • IZo-045 Oracle Database 10g DBA New Features for Oracle8i OCPs exam

    I am preparing for IZO-045 Oracle Database 10g DBA New Features for Oracle8i OCPs exam, wanted to know in order to pass the exam,
    Is it enough to read the exam topics mentioned on the following webpage.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_045
    I really apreciate if someone who already passed this test like to share his/her experience.
    Regards
    Muhammad Ali

    muhammadali wrote:
    I am preparing for IZO-045 Oracle Database 10g DBA New Features for Oracle8i OCPs exam, wanted to know in order to pass the exam,
    Is it enough to read the exam topics mentioned on the following webpage.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_045
    I really apreciate if someone who already passed this test like to share his/her experience.
    Regards
    Muhammad AliOkay I've haven't done 1z0-045 ... but I at one point I was considering 1z0-050 so I'm willing to share my views on an upgrade exam and exams in general.
    Remember Oracle are trying to ensure that a DBA who was tested at 8i DBA OCP has nw
    It depends on your definition of read the topics. If you mean literally just read the topics then that will result in a failure. If you mean study research practice and fully understand the topics that should lead to a pass.
    Bear in mind that Oracle would expect a competent 8i DBA attending the 5 day training course Oracle Database 10g: New Features for Oracle8i DBAs [http://education.oracle.com/web_prod-plq-dad/plsql/show_desc.redirect?dc=D17389GC10&p_org_id=&lang=&source_call=] to be able pass the exam with perhaps 2 to 4 weeks further study, revision and practice.
    Interestingly this particular exam has a relatively high pass mark (73%) ... one implication of that is that it is prudent to be comfortable with all topics.
    Generally an upgrade exam will cover topics beyond that of the straight OCA/OCP exams. The questions will obviously be at OCP level.
    It is possilble the Sybex book Oracle 10g New Features for Administrators Study Guide (Certification Study Guide) ISBN-13: 978-0782143553 which although for 1z0-040 may have some relevance for some of your topics. If you choose to purchase it that is your choice. (It seems to have good amazon reviews ... though all of these books can contain errors, it may or may not be updated for 10gR2, and some Sybex Oracle books are sometimes OTT in some areas IMHO, but that wouldn't stop me using one).

  • How to read a Value from Excel Cell into Oracle Forms 10g with Java

    Did any one Implamented a Java PJC to integrate Excel on Oracle Forms 10g?
    I Open Excel Applikation.
    Open a File like c:\import_test.xls
    read a number 05 from A:1 (i get it as return value).
    Save a number in a variable in Forms 10g
    Can any one help my please?
    Thanks

    why don't you use webutil.
    it has package client_ole2 which allows you to have programmatic interface with excel application.
    this is especially useful if the excel to be read is available in the client.

  • Problem when connecting locally to Oracle Database 10g from Java code

    Good afternoon,
    I try to connect to my local Oracle 10g from JAVA code. Could somebody tells me what are the 'values' to enter in place of 'value1, value2, value3' in the following:
    final String connectionURLThin = "jdbc:oracle:thin:@value1:value2:value3";
    I tried to put my 'user' and 'pw' credentials I used when connecting with SQL*PLUS:
    value1=my_user_name
    value2=my_pw
    value3=my_schema
    but it doest work. Besides where could have I to put the 'WORKSPACE" name?
    Thanks for any help.
    Claude
    Details:
    ERR MESSAGE----------------------
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/dms/instrument/ExecutionContextForJDBC
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:365)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:854)
    at java.sql.DriverManager.getConnection(DriverManager.java:620)
    at java.sql.DriverManager.getConnection(DriverManager.java:200)
    at javaapplication6.ConnectionExample.driverManager(ConnectionExample.java:138)
    at javaapplication6.Main.main(Main.java:36)
    Caused by: java.lang.ClassNotFoundException: oracle.dms.instrument.ExecutionContextForJDBC
    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
    ... 8 more
    Java Result: 1
    BUILD SUCCESSFUL (total time: 0 seconds)
    ---------------------ERR MESSAGE
    JAVA code------------------it compiles but throw an error when running there -> (*)...
    final String driverClass = "oracle.jdbc.driver.OracleDriver";
    final String connectionURLThin = "jdbc:oracle:thin:@jeffreyh3:1521:CUSTDB";
    final String userID = "scott";
    final String userPassword = "tiger";
    final String queryString = "SELECT" +
    " user " +
    " , TO_CHAR(sysdate, 'DD-MON-YYYY HH24:MI:SS') " +
    "FROM dual";
    public void driverManager() {
    Connection con = null;
    Statement stmt = null;
    ResultSet rset = null;
    try {
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    con = DriverManager.getConnection(connectionURLThin, userID, userPassword); // (*) prob here
    stmt = con.createStatement ();
    rset = stmt.executeQuery(queryString);
    rset.close();
    stmt.close();
    } catch (SQLException e) {e.printStackTrace();
    --------------------JAVA JDK 1.6
    My system ------------------------
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production

    Yes, the network connection could not be established. Like the error said.
    What you're asking about is the exact reason, but that could be any number of things and not at all related to code. You could have the wrong host, the wrong port. A firewall could be blocking the outgoing connection, a firewall could be blocking the incoming connection. Etc. etc.

  • Oracle InterConnect 10g

    Can you install Oracle AS Interconnect 9.0.4 with a 9iAS Rel 2 (9.0.2) Infrastructure?
    I noticed an issue listed in the 10g certification matrix : "383392 - Oracle AS InterConnect is only certified with 9.2.0.4 metadata repository"...does this refer to the product metadata in the infrastructure database or the metadata repository in the Hub database?
    Can someone please clarify this? Thanks in advance!

    Have you ever installed Oracle Interconnect Hub10g?On what database version?I have tried to install Interconnect Hub 10g on 9.2.0.5 DB and get a bug with postinstallation script hubschema.bat-calling dbms_aqadm.create_queue_table and get error. Entry from alert.log- Errors in file /app/oracle/product/9.2.0/rdbms/log/demo_ora_3231.trc: ORA-07445: exception encountered: core dump [0000000000000000] [SIGSEGV] [Invalid permissions for mapped object] [0x000000000] [] []. What configuration in your working environment(if its no a secret)?

  • Oracle Forms 10G and Java 7 ?

    So, as of 13 February 2013 (https://blogs.oracle.com/java/entry/end_of_public_updates_for) there will be no more updates for Java 6. So does that mean that Oracle Forms 10g (which as far as I know only supports Java 6) applications will have to upgraded to Forms 11g to keep up with the Java updates? So if you are running Forms 10g on OAS (Oracle Application Server) does that mean also an upgrade from OAS to Weblogic?

    Looks like there may be an update to fix this issue:
    Patch 14825718
    Description      ORACLE FORMS BUNDLE PATCH 10.1.2.3.2
    Product      Developer Forms
    Release      iAS 10.1.2.3
    Last Updated      07-JAN-2013
    From the README for 14825718
    # 11782681 - APPS6 FORMS DO NOT LAUNCH WITH BETA JRE 1.7I found the above information starting here:
    Re: Java 1.6 and 1.7 on same computer, which references this: FRM-92095: Oracle Jnitiator version too low
    Here's a workaround which is supposed to work without installing the patch, but I haven't had time to try it:
    The "Frm-92095" link above also mentions the -Djava.vendor fix but doesn't show the following steps.
    After installing Java 7, open file manager and go to the directory below, double-click on this file:
    C:\Program Files (x86)\Java\jre7\bin\javacpl.exeThis opens a "Java Control Panel" window.
    Click the Java tab, then the View... button.
    This should open a Java Runtime Environment Settings window with two tabs: User and System.
    On each tab, under Runtime Parameters, enter:
    -Djava.vendor="Sun Microsystems Inc."The place I saw these instructions claim it works in IE9, Firefox 18.0.2, and Chrome 24.0.1312.57
    I have not had time to try yet.

  • Oracle 9i,10g DBA - Certificates

    Hi All,
    I have passed Oracle 9i DBA exams (1z0-007, 1z0-031, 1z0-032, 1z0-033) respectively. And I had submitted the Course Submission Form as soon as I passed the last exam, ie, on 2/2/2010. But still now I didn't receive any mail neither from pearsonvue nor from certview team. Neither my certification details has been updated in my account. In between this I have upgraded to 10g New Features (1z0-040) and I dont know whether to fill Course Submission Form to avail certificates. Please revert back to me on this issue.

    If this does not involve the Oracle Corp., which it appears not to do, then my recommendation would be to contact the companies with which you are doing business.
    10gR2 goes into extended support mode in August so if you are thinking of classes ... 11g has far more value than 10g.

  • About Oracle 9i & 10g DBA training institute in Mumbai

    Hi
    Plz help me with the training Institutes in Mumbai ...
    I have completed My Post Graduation & working as Sr. Technical Recruiter
    I like to persue Oracle DBA.. plz help me with Training Institute in Mumbai
    bcz i am residing in mumbai
    my email - [email protected]
    Contact No - 9869359479
    Thanks
    Bhupendra

    SQL STAR International
    2nd Floor, City Point, Opposite Hero Honda Showroom,
    Rajashri Sahu Maharaj Road(Telli Gully), Andheri (East)
    Mumbai - 400 069
    T: (022) 2682 2343, 2682 2344
    F: (022) 2682 2336
    E: [email protected]
    Message was edited by:
    Rajesh Kumar Yogi

  • Oracle 9i, 10g 에서 트리거가 존재하는지 JDBC나 java api  에서 알아오는 방법이 있는지요?

    trigger 가 살아있는지 정상 동작하는지 알아오는 방법이 있나요?
    java 에서 점검할수있는 방법을 아시면 알려주십시요.

    user10220713 wrote:
    trigger 가 살아있는지 정상 동작하는지 알아오는 방법이 있나요?
    java 에서 점검할수있는 방법을 아시면 알려주십시요.
    (0) db user의 해당 object (trigger 포함)의 점검 방법
    SQL&gt; select OBJECT_NAME, STATUS, OBJECT_TYPE from user_objects where object_type='TRIGGER' and object_name = 'TARGETS_INSERT_TRIGGER';
    OBJECT_NAME STATUS OBJECT_TYPE
    ================= ====== ==========
    TARGETS_INSERT_TRIGGER VALID TRIGGER
    (1) 조회 조건
    1. 점검 Object명(name) : TARGETS_INSERT_TRIGGER
    2. 점검 Object tyoe(trigger): TRIGGER
    위의 예에서 보시듯이 "TARGETS_INSERT_TRIGGER" 라는 Trigger가 정상적인 확인하고 있습니다.
    위의 STATUS의 상태가 VALID라면 정상적으로 구동중이라고판단하시면 됩니다.
    문제가 있을때에는 INVALID라고 표시됩니다.

  • How to restart a java process in Oracle AS 10g

    Hi
    In Oracle AS 10g, the java process consumes 50% cpu resource due to the report invoked by a user. Now I need to restart the java back ground process?, please reply me with the syntax or with examples.
    ps -eaf
    CPU PROCESS
    50% /ORACLE_HOME/jdk/jre/bin/java -server -cp /report/oracle
    Thanks in advance
    Bala

    The copy method being using is unsupported, hence the target Portal would be in an unsupported state.
    This is unsupported as per the following note:
    Note 333867.1 - Portal Export and Import Utility Supportability Scenarios :
    Copy operations after an object is renamed:
    Exporting and importing a page group, then renaming the page group on the target system (to create a copy) and repeating the export and import operation.
    OR:
    Exporting and importing a page group, then renaming the same in source or target and repeating the export and import operation.
    Not supported.
    Please do not rename objects if you plan to perform export and import operations.
    Note: The display name can be changed, but internal name change is considered a renaming operation.
    In 10.1.4, renaming is supported, but renaming page group and pages with the intention of copying them is not supported..."

  • Interconnect 10g

    Hello,
    I installed Oracle Interconnect 10g for a proof of concept. My client has 60 systems having a 300 link between them. Those systems are developed with forms/ report (60%), microsoft technology, mainframe, clipper, etc.
    We have a lot of questions but for the purpose of that forum I will post only some questions:
    Q1 : What is the criteras to help me to choose between AQ and DB adapter ? It is not clear!
    Q2 : In iStudio, one of the required transformation include a substring and a stringreplace. How can implement it in a simple manner (without calling a plsql, etc.) ?
    Q3 : My client uses 5 staging steps for is application (that stages may be in different database), from development to production. How can migrate individual change in the repository from one staging area to another ?
    Q4 : Documentation: do you have only adapter's guide and user's guide ? That guides are too generic.
    Q5 : For a form using views (to communicate with others systems) as base table in a block, it is correct to keep that views instead of the use of Interconnect to operate that system link ?
    Thank you very much to help us !

    Q1 : There's less code with DB adapter - it's simplier
    Q2 : These transformations are included in the Mapping parameters screen - you just have to described the index and number of characters
    Q3 : We finally decided to use OAIIMPORT instead of MIGRATE tools. The main reason is that workflow migration does not exist. Another reason is that it's more rigourous
    Q4 : Yes - lukilly there's some good tutorials
    Q5 : This is not the same usage . Interconnect is used for asynchronous not synchonous links
    Regards

  • Error while importing java class into oracle forms 10g

    Hi
    I have generated a web service client using jdeveloper 10g. It consists of complex type methods. I am trying to import the class files using java importer in oracle form 10g. I am able import all of them successfully except one. That one is the main method. Please see the error and suggest me how to overcome this error.
    Exception occurred: java.lang.NoClassDefFoundError: oracle/jdeveloper/webservices/runtime/WrappedDocLiteralStub
    Thanks in advance

    Do you see oracle/jdeveloper listed in "Import Java Classes" when you try to import?
    If not, make sure you add C:\DevSuiteHome_1\jdev\lib\jdev.jar to FORMS_BUILDER_CLASSPATH in registry
    Also excetion indicates: oracle/jdeveloper/webservices/runtime/WrappedDocLiteralStub
    If you typing it - type: oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub

  • How to use Java Script in Oracle Forms 10g

    Hello,
    Appreciate if anyone could help me using Java Script in Oracle Forms 10g?
    Thanks
    GM

    Thank you for your reply. I was reading on the metalink that we could use the to call the java script from oracle Forms 10g (Doc ID 265863.1)
    Example:
    WEB.SHOW_DOCUMENT ('javascript:void(window.open("http://www.oracle.com","","location=no,toolbar=no,menubar=no,status=no,"));self.close()','_blank');
    I tried it but it did not open the any window as it claims. Am I missing anything? Is there any IE related setting which I need to modify for the above to work?
    Regards
    GM

  • New features for oracle 10g DBA

    hi all,
    i want to download new features for oracle 10g dba in free, but i cant found it free.so if somebody know anylink which provide it free or if somebody have it.plz let me know.i need it on urgent basis.
    Ihsan DBA from Pak

    http://www.oracle.com/pls/db102/to_toc?pathname=server.102%2Fb14214%2Ftoc.htm&remark=portal+%28Getting+Started%29
    Could you not download from here?

Maybe you are looking for