Change default IDE from Oracle JBuilder to WebLogic Workshop

On my Windows 2000 system, Oracle JBuilder opens when I double-click
java code. Anybody know do I change the default so that WebLogic
Workshop opens instead?
Thx
Tom

Eeach version of weblogic comes bundled with a specific version of Oracle thin driver . You Can either use that or you have the option of downloading the latest thin driver from Oracle and put it before weblogic.jar in the classpath so weblogic will use that latest version of the driver
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_112010.html has all the latest drivers
Thin drivers from oracle are deisgned to work with specific JDK eg ojdbc5 and ojdbc6 files so these may restrict you
JDBC code will also need some changes (some package names have chnaged for 11.2.0.1 version of teh driver which we used during our upgrade)

Similar Messages

  • Migration from Oracle OC4J to Weblogic 10.3 and CLOB ClassCastException

    I am migrating a web application from Oracle OC4J to Weblogic 10.0.3. In this application there are number of java files which uses the following piece of code and I can't change that:
    oracle.sql.CLOB clob = (oracle.sql.CLOB)rs.getClob(columnNumber);
    I have deployed the application on Weblogic Application Server. But when I run the application, it gives me the following exception:
    *1. SEVERE: Standard exception info for exception of type: 'java.lang.ClassCastException' at level: 0 - Error Text: 'weblogic.jdbc.wrapper.Clob_oracle_sql_CLOB'*
    *2. Apr 3, 2008 10:19:33 AM com.agencyport.menu.MenuController insert*
    *3. SEVERE: java.lang.ClassCastException: weblogic.jdbc.wrapper.Clob_oracle_sql_CLOB*
    *4.*
    *5. at com.agencyport.database.OracleDatabaseAgent.updateLOB(OracleDatabaseA*
    *6. gent.java:111)*
    *7. at com.agencyport.menu.MenuController.insert(MenuController.java:815)*
    [Post New]posted Today 11:09:13 AM private message
    Quote [Up]
    Dear Marcos,
    I have tried using ojdbc5, ojdbc6 and classess12 but with the same result. I am stuck with the problem. I have googled a lot but in vein. In some posts I got the idea to use weblogic.jdbc.vendor.oracle.OracleThinClob. But there is no package or class like mentioned in bold, available in weblogic.jar that I get from WEBLOGIC_HOEM/lib. I have downloaded weblogic 10.3 two times but still got no solution. weblogic.jar does not contain weblogic.jdbc.vendor.oracle.OracleThinClob.
    I have also read about using weblogic.jdbc.common.OracleClob to write unicode data but I do not find this package within the weblogic.jar
    Any idea please......
    Regards
    Muhammad Ijaz

    Have you reviewed this set of documentation:
    http://download.oracle.com/docs/cd/E12839_01/wls/docs103/jdbc/thirdparty.html#wp1043705
    http://download.oracle.com/docs/cd/E12839_01/wls/docs103/jdbc/thirdparty.html#wp1045809
    http://download.oracle.com/docs/cd/E12839_01/wls/docs103/jdbc/thirdparty.html#wp1043777
    There is also a special forum for WebLogic JDBC related questions:
    WebLogic Server - JDBC

  • How do I change default page from USA  to United Kingdom

    HHow do I change default page from USA to uk

    Click here and follow the instructions to change the iTunes Store country.
    (108603)

  • How do I change default tab from .5 to .25 in word 2008 for mac?

    Mountain Lion
    How do I change default tab from .5 to .25 in word 2008 for mac?
    Thanks
    Message was edited by: Rafael Montserrat1
    Thanks, Rafael

    They haven't been checked as Solved, it's an option for you to choose one if the answer has solved your problem. You can mark one answer as Solved, and two as helpful. Only you, as the originator of the topic, can see these buttons.
    Sorry for the goofed answer. Most people are looking to set the margins and I looked over that you were interested in the tabs.
    To save tabs in fixed positions that will appear with every new document, you must modify the default template. You can't open the template from the desktop. If you do, it will open as a standard document. You must open it from the Open dialogue box from within Word. With Word in the foreground, press Command+O and navigate to:
    /Users/your_account/Library/Application Support/Microsoft/Office/User Templates/
    Open the file Normal.dotm
    Set your tabs and save the file. Close the template. All new documents will now open with those preset tabs.

  • [svn:fx-trunk] 7125: Change default columnGap from 0 to 20 to match Vellum' s default.

    Revision: 7125
    Author:   [email protected]
    Date:     2009-05-20 04:12:27 -0700 (Wed, 20 May 2009)
    Log Message:
    Change default columnGap from 0 to 20 to match Vellum's default.
    QA Notes:
    Doc Notes:
    Bugs: SDK-18095
    Reviewers: Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-18095
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/defaults.css

    Revision: 7125
    Author:   [email protected]
    Date:     2009-05-20 04:12:27 -0700 (Wed, 20 May 2009)
    Log Message:
    Change default columnGap from 0 to 20 to match Vellum's default.
    QA Notes:
    Doc Notes:
    Bugs: SDK-18095
    Reviewers: Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-18095
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/defaults.css

  • Customer Master - Preview (address) button, change default lines from 10

    Currently on ECC 6.0.
    I would like to change the default setting of "Number of Lines" from 10 to 6 within the "Preview" button on the Address tab within XD01,2,&3.  
    This would be a system or user setting so the user doesn't have to manually change the "Number of lines" via the Parameter button each time in XD03.  So I know we can change it manually from 10 to 6 via the Parameter button, however, I don't want to have to do this.  I want the default setting, for all users, to be 6 instead of 10.
    I see you can have a "user-specific" default sender country parameter, however, I can't find where to change the system or user default setting of the Number of Lines from 10 to what we want, 6.
    Got lost in the debugger, in XD03, trying to capture where this value was being set from.
    Any help on this would be greatly appreciated.
    Thanks.
    David

    Hi,
    XD03 calls FM ADDRESS_INTO_PRINTFORM which is responsible for formatting. You can see that import parameter number_of_lines has default value 10. There is a user exit EXIT_SAPLSADR_001 for this function group where you can change this default value. It is only called in case of address format key is in customer range (900 - 999). So maybe you can define your own address format and modify default value in this user exit.
    In case you don't want to define your address format for some reason then there are another solutions. If you are on SAP NetWeaver then you can try to use implicit enhancement point to change this value at the beginning of FM ADDRESS_INTO_PRINTFORM. If you are not on NetWeaver you can modify default value of this FM. You will have to modify SAP standard.
    Cheers

  • Default value from Oracle database not working

    Hi Everyone:
    We use JHeadstart 10.1.3.1.
    I have an Oracle table that has 2 fields that are both mandatory and have default values. We have been spending a lot of time putting this type of business logic in the database so that these checks do not have to happen in the JHeadstart Application.
    The mandatory field is being brought into our Entity Object (as the mandatory checkbox is checked), but the default values do not seem to be getting pulled from the database. Even though the default value is defined at the database level, when trying to insert a new row into the table, a value must be filled in by the User running the application, otherwise an Oracle error is received that it is a mandatory field and must have a value. This happens when I am running the ApplicationModule by right-clicking it and clicking on "Test" as well as when running the Application
    Does JDeveloper not pull default values from the database? Is there something I am missing?
    Just for clarity, we have developed a re-usable library of entity objects that imports all of our Business Components similar to the following link
    http://download-uk.oracle.com/docs/cd/B32110_01/web.1013/b25947/bcadvgen007.htm#CHEFECGD This is working well, but want to mention it here in case it is a consideration.
    Thanks in advance.
    Mary
    U of W

    Steven:
    Thanks so much for taking the time to reply. Good to hear from you. Hope you are keeping warm in the Netherlands!
    During synchronization or initial creation of the Business Components from the Oracle tables, JDeveloper brings over the mandatory attribute as defined in the database.
    Would it be possible, in a future release, to also bring over the default values found in the database and assign them to the "Default" property in the Entity Objects Editor?
    I always like to follow the best practice of defining something in one spot to make maintenance as easy as possible and avoid manual steps.
    Thanks very much for your time.
    Mary B
    U of Windsor

  • Mac OSX Reader 10.1.2 – Cannot Change Default Printer From "Any Printer"

    With Mac Acrobat Reader 9.x it was possible to use Page Setup to set the default printer from “Any Printer” to one of our choice.  Once set it was possible to print many documents without having to go back and reset it every time.  In other words it would ‘remember’ the setting.
    Mac Acrobat Reader 10.1.2 does not remember the setting of the printer in the Page Setup dialogue and keeps reverting to "Any Printer" between printing; either from the same document or multiple documents.  Thus on each occasion I need to print I need to go to Page setup and reselect the printer.  Irritating, and time wasting.
    Now this would not matter if there were not a slight, but nevertheless significant, improvement in print quality between a document printed with the correct printer and “Any Printer” selected in Page Setup.
    NOW, before you all jump in with suggestions read this:
    1:  I do have the printer selected as the default printer in System Preferences (no difference anyway).
    2:  Selecting printer in the Print dialogue makes no difference to the print quality.  It MUST be selected in Page Setup.
    ADOBE, can you please get Mac Acrobat Reader X (10.x) to revert to the same behaviour as Reader 9.x ?
    Thank you.

    The same problem exists in Reader 11.0 for Mac.  In my case, it defaults to our specialty photo printer instead of the workhorse laserprinter.

  • Change default "open" from version 6 to version 4

    I have both Photoshop 4 and Photoshop 6 on my computer. When I am in Bridge and want to open an image by double clicking it, it automatically opens in 6. I see, when I go to "open with" 6 is listed as "default" How can I change the default from PS6 to PS4 to open the image into 4 with a double click?

    JohnGoodwin wrote:
    As I said migrate the cubes using the migration wizard in EAS
    http://download.oracle.com/docs/cd/E12825_01/epm.111/eashelp/dbwzmigr.htm
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/
    As I said migrate the cubes using the migration wizard in EAS
    John did you try to connect to v6 from EAS v11...? Well in my case I couldn't.
    So here the steps I followed (migration v6.2 to v11.1.1.3 native sec):
    1. Recreate same apps/db in v11 (script it in maxl).
    2. Copie .sec from v6 (only if youre not using shared services / native security mode). Else extract users/groups/filters etc... format exported rows (good luck here) and load using maxl. Else use advanced securitie manager (utility available on appliedolap).
    3. Export data and objects (csc, rep, otl, rul etc...) from v.6 and copy/import to/in v11.
    sroux

  • Possible to change default alarm from "Message with Sound" to "Email"?

    I was wondering if there is a way to change the default alarm when creating an event in iCal, from "Message with sound" to "Email". The option is not available in preferences, and I was just hoping that there might be a way to change the default, using Terminal, and if not, perhaps there is another way. If anyone knows of a way to accomplish this, I’d sure appreciate it.
    Thanks very much for your help.

    Your not alone - I'm also looking for a solution to this problem.

  • Changing Default Search (from Google) in Mail

    Hi all,
    Is there anyway to change the default right (or command) click search option from Google to something else (when highlighting an item in an email)?
    And, along the same lines, is there anyway to make it so that you can have a browser other than Safari launch when executing those searches?
    Thanks!

    Thanks for the reply.  I'm afraid not, if I open Preferences then change the Message Font colour to blue and leave the window open, when you start typing the body of the text, it reverts back to black.  The only way which seems to work is to open the colour selector in the tools menu, then select the preferred colour and then start typing.  Unfortunately, you have to go through this process for every new email.

  • Changing default name from one register to another register

    I have a Z22 my husband gave me years ago.  His name is the default owner name one the unit.  When I try to sync the Z22 always ask me to make a new user and defaults to him.  How do I change this?
    Post relates to: Palm Z22

    If you want to keep all the data on the Z22, you can change the hotsync username in the Z22.  Create your username in Palm Desktop and sync to that name.
    Click on the following link to the kb.hpwebos.com webpage for the article regarding How do I change or delete the user name on my handheld?
    http://kb.hpwebos.com/wps/portal/kb2/common/article/33416
    Another option would be to hard reset the HH. The hard reset will erase all data on the device.
    Click on the following link to the kb.hpwebos.com webpage for the article regarding reset procedures
    http://kb.hpwebos.com/wps/portal/kb2/common/article/887_en.html 
    Create your username in PD then sync to that username. If you want the data from the other username, create your new username, export the data from the old username then import into the new username.
    The best way to preserve your data is to export the data in each category in Palm Desktop to a separate folder on your PC.
    Create a new folder on your PC somewhere that is convenient. Name it something like Palm Desktop Data. Click on the link below and follow the instructions on that page for the export procedure.
    http://kb.hpwebos.com/wps/portal/kb2/common/article/28734_en.html
    Make sure you select all for the range in the export window.
    With the data saved in the folder you created, make a copy of that folder and save to a flash drive, cd-rw or external hard drive.
    Anytime you make a change in Palm Desktop, export the data that was changed to that folder and save again to the external media.
    With this process you can always import the data back into Palm Desktop anytime you have a problem with the data in Palm Desktop or if your computer/hard drive/device crashes.
    For reference purposes, click on the following link for the support page for your device on the kb.hpwebos.com webpage.
    http://kb.hpwebos.com/wps/portal/kb/na/zire/z22/unlocked/home/page_en.html
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.

  • Change default VM from "client" to "server"

    Hi,
    By default, java uses the "client" VM on my system, as you can see:
    java -versionjava version "1.6.0_01"
    Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
    Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
    I've made the server VM available by copying it from the SDK to the JRE's folder, though:
    java -server -versionjava version "1.6.0_01"
    Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
    Java HotSpot(TM) Server VM (build 1.6.0_01-b06, mixed mode)
    What I would like to do, is set the server VM as the default VM. This is on Windows Server 2003 (which I use as a desktop), so I've gone to the control panel -> java -> java tab -> view java applet runtime settings -> added "-server" to the java runtime parameters. AFAICT this is only for applets though, and the java control panel doesn't contain anything to change runtime parameters for my desktop applications (e.g. netbeans, azureus).
    What's the correct way to change the default VM? I'm interested in doing this on both Windows (2003) and GNU/Linux (Debian).
    Thanks!

    I figured out how to change it, posting it here in case anyone else wants to do this.
    You simply need to find the file "jvm.cfg" and put this line above all others: "-server KNOWN" (no quotes of course).
    On Debian GNU/Linux with Sun Java 1.5.0, the file in question is at /etc/java-1.5.0-sun/jvm.cfg.
    On Windows, somewhere in c:\program files\java.
    Edit: by the way, you can't have a blank line between the comments and the statements - this will give you an error.
    To test if it worked, run "java -version" - it should say "[...] Server VM [...]".

  • Want to change default language from english to danish

    I installed pages (and the installation was in danish)
    but now Pages is in english.
    That I can live with. But my dictionary in danish I miss.
    I have been crusing the discusions her in the forum and I have read the frustrations from other users.
    So I thought, if you change the language for the program, mayby the dictionary will follow. Because my default dictionary is also english, content and program wise.
    So can you help me changing pages menu laungage?
    MacBook Pro   Mac OS X (10.4.8)  

    There is no Danish translation of Pages' menus (can be verified with cmd+i on the Pages application), so the menus cannot be in Danish.
    For a Danish dictionary, I suggest the matches to this search. I think CocoaSpell is the solution, but I have unfortunately not tried it myself.

  • Can OGG capture change data set from Oracle Materialized Views ?

    Hi Gurus,
    We have 3 DB .
    1st one is for application . 2nd one is staging where data will come via Materialized Views i.e. we have MView log on DB_1 and have MView on DB_2 . MViews are getting refreshed incrementally everday .
    Now a new requirement has come so we need to pass the data from DB_2 to a new database DB_2 .
    If OGG can capture and replicate incremental data from Miews then we can go along with OGG .
    Can any one confirm the above ?
    Thanks,
    Pujan

    Hi Pujan,
    Yes. There are some restrictions mentioned in the section Limitations of support for materialized page 8 of the Oracle Installation and Setup Guide 11g Release 1 found here:
    http://www.oracle.com/technetwork/middleware/goldengate/documentation/index.html
    Good luck,
    -joe

Maybe you are looking for