JDeveloper 3.1 + Personal Oracle 8i for Win98

Dear all,
I want to use the JDeveloper 3.1 + Personal Oracle 8i + Window 98 for local testing before uploading the whole site.
Which extra products should I use to connecting them within my PC. Should I install a web server program or/and Oracle application server? If so, are there any precautions for me?
Thanks a lot.
Wallace.

Wallace,
In order to save you some time, I will
clarify some issues.
JDeveloper 3.1 includes a web server (webtogo) which can be used for local testing - no additional installation necessary.
JDeveloper 3.1 is not certified against
windows 98 - only on Windows NT / 2000.
[Optional] Personal Oracle 8i will give you
a good local test environment, but ultimately you will need to migrate to your deployment
platform and with JDeveloper's automated
deployment support, you may want to go
directly to the Oracle 8i on your server as
it is just as easy.
I hope this can help you save some time.
Sincerely,
John - JDeveloper Team
null

Similar Messages

  • Personal Oracle 8i for Win98

    Hi all!
    Is it possible to install Personal Oracle 8i for w98 to win Me?
    Thanks.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected] Lopez ([email protected]):
    Does anyone know the workaround of installing the Personal Oracle 8i for Windows 98 in Windows ME? Thanks<HR></BLOCKQUOTE>
    For me, the posting of Sidnei Mendes Freitas ([email protected]) has worked.
    For the answer this URL might help http://technet.oracle.com:89/ubb/Forum1/HTML/003638.html
    null

  • Where can i find an oracle CLIENT for win98??

    I need an oracle client for win98 to access a 9i database, where
    can i find it?
    Best Regards
    Erik Rangel de Oliveira

    any oracle 8i client or oracle 8 client can connect to oracle 9i
    database if that helps.
    The clients can be obtained from the technet site.

  • Oracle 8i for Win98

    I have installed Oracle 8i successfully and now I need to create multiple databases. I have tried unsuccessfully to create additional databases in the default ORACLE_HOME. Can you do this or do I have to create another ORACLE_HOME for each database I am designing?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected] Lopez ([email protected]):
    Does anyone know the workaround of installing the Personal Oracle 8i for Windows 98 in Windows ME? Thanks<HR></BLOCKQUOTE>
    For me, the posting of Sidnei Mendes Freitas ([email protected]) has worked.
    For the answer this URL might help http://technet.oracle.com:89/ubb/Forum1/HTML/003638.html
    null

  • Drop table command in Personal Oracle 8i for windows98

    I installed personal oracle 8i for windows 98. The database version is 8.1.5. When I try to drop a table that does not exist sqlplus hangs. Then I have to do ctrl+alt+del to cancel the program. Because of this problem I am not able to succesfully run the developer 6.0 admin tables script. Any program that drops a table that doesnt exist seems to hang. After this I have to shutdown the database and start it to work further.
    Has anyone encountered this problem. Is this a bug or is there something wrong in my installation.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected] Lopez ([email protected]):
    Does anyone know the workaround of installing the Personal Oracle 8i for Windows 98 in Windows ME? Thanks<HR></BLOCKQUOTE>
    For me, the posting of Sidnei Mendes Freitas ([email protected]) has worked.
    For the answer this URL might help http://technet.oracle.com:89/ubb/Forum1/HTML/003638.html
    null

  • Oracle Portal for win98?

    Is oracle portal for Win98 available for download? Will it work with Microsoft PWS?

    This is really not the forum for this type of question.
    However, Oracle Portal is available for Solaris and will be available shortly for Windows NT. It will be ported to platforms that 9i Application Server is ported. I do not believe that Windows 98 is on that list.
    Second answer. Microsoft PWS is not currently supported with 9i Application Server.
    null

  • Where can i get personal oracle 7 for windows

    Where can i get personal oracle 7 for windows

    Thanks.
    I tried password like system/manager, scott/tiger, or manager , tiger, oracle, but still can't log on.
    Xiaowei

  • Can't install Personal Oracle 8i for NT

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name NONE
    - Filename NT817 Personal.zip
    - Date/Time 2/7/2002
    - Browser + Version IE 5.5
    - O/S + Version NT 4.0
    - Error Msg NONE
    I downloaded and unzipped the above named file. When I try to run setup.exe, the cursor blinks to an hour glass for a milisecond and then nothing. Some advice I've had from others has been to:
    1. Check for a folder called c:\ProgramFiles\oracle\inventory\locks and make sure there
    is nothing in there. Folder does not exist.
    2. Make sure I have sufficient free space on drive c: to allow for the log files. I have approx 500mb free space.
    Any assistance would be most appreciated.
    Thanks,
    Scott

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Frannyoa:
    I have recently installed Oracle 8i for NT. I'm unable to connect to the database using the connect string :- Scott/tiger
    Error msg: protocol adapter error.
    Also can u install 8i for NT on win98/2000?
    Any suggestions welcome.
    Thanks in advance.
    [email protected]
    <HR></BLOCKQUOTE>
    Hi
    before connecting from sql plus or svrmgr set default instance. for eg. if you are on NT go to environment variable and set ORACLE_SID=TRIAL
    trial is my instance name
    shailesh
    null

  • Difficulties connecting with oci8 to Personal Oracle 8 on Win98

    After looking through responses to other similar difficulties posted, I still can't seem to get this working.
    I have Personal Oracle 8 running on Win98 on a laptop. I'm using Sun jdk117 and trying to connect with oci8 because the thin driver won't work without a TCP/IP listener which I understand Personal Oracle doesn't support.
    There's an entry in my PATH pointing to c:\jdbc where the oci805jdbc.dll file is, and an entry in CLASSPATH pointing to c:\jdbc\classes111.zip .
    To start with I'm using a simple connect program which shouldn't do much more than make a connection and close it again (please see below).
    The program compiles fine, but when I run it all I get is:
    C:\apache\jserv11b3\servlets>java connect2
    in main()
    connect instantiated
    in tryconnect()
    going to attempt connect
    java.lang.UnsatisfiedLinkError: no oci805jdbc in shared library path
    at java.lang.Runtime.loadLibrary(Compiled Code)
    at java.lang.System.loadLibrary(System.java:561)
    at oracle.jdbc.oci7.OCIDBAccess.logon(OCIDBAccess.java:186)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:127)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:170)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:148)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at java.sql.DriverManager.getConnection(DriverManager.java:126)
    at connect2.tryconnect(connect2.java:19)
    at connect2.main(connect2.java:42)
    C:\apache\jserv11b3\servlets>
    I can't see any reason why there should be problems linking oci805jdbc.dll as PATH definitely has an entry pointing to the directory where it is located.
    Doubtless I'm doing something silly, or I'm missing some essential configuration parameter.
    Thanks for any helpful suggestions.
    program code:
    import java.sql.*;
    class connect2
    public int tryconnect()
    throws ClassNotFoundException , SQLException
    System.out.println("in tryconnect()");
    /* Load the Oracle Driver */
    Class.forName ("oracle.jdbc.driver.OracleDriver");
    System.out.println ("going to attempt connect");
    try
    /* get the connection */
    Connection conn =
    DriverManager.getConnection("jdbc racle ci8:@laptop:1521:ORCL", "system", "manager");
    catch (SQLException e)
    System.out.println ("Database Connect Failed");
    System.out.println (e.getMessage());
    return (1) ;
    return (0);
    public static void main(String argv[])
    throws ClassNotFoundException , SQLException
    System.out.println ("in main()");
    /* Create the instance */
    connect2 c = new connect2();
    System.out.println ("connect instantiated");
    /* Call the tryconnect. Returns 0 if success , 1 if failed */
    int Csuccess = c.tryconnect();
    if (Csuccess == 0 )
    System.out.println("Successfully Connected");
    null

    Thanks for your kind response.
    I'll have a look through the docs and see if I can find out how to get the TCP/IP listener running with Personal Oracle.
    I've been trying to use oci805jdbc.dll from the jdbc80520-nt.zip download file.
    Since the original post I've been trying to get the connection working with the Sun JDBC-ODBC bridge, but all I get is:
    C:\apache\jserv11b3\servlets>java connect2
    in main()
    connect instantiated
    in tryconnect()
    going to attempt connect
    Database Connect Failed
    [Microsoft][ODBC Driver Manager] Data source name not found and no default drive
    r specified
    The java code is identical apart from:
    Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
    and
    Connection conn =
    DriverManager.getConnection("jdbc dbc:LAPTOP;database=ORCL", "system", "manager");
    The relevant entry in tnsnames.ora is:
    LAPTOP.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = BEQ)(PROGRAM = oracle80)(ARGV0 = oracle80ORCL)(ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=BEQ)))'))
    (CONNECT_DATA =
    (SID = ORCL)
    Many thanks for any help.

  • Personal Oracle Database for Linux

    May I obtain a free Oracle Database for personal non commercial use? I have tied Personal Edition for MS Windows but I wish to migrate to Linux. I was not able to find appropriate download.
    Thanks.

    The enterprise edition download CD will give you the option of installing the personal edition as one of the install options.

  • Oracle Enterprise Manager for Personal Oracle 9i

    I have justdownloded Personal oracle 9i for WIN98.
    Everything was fine. But when I tried to install the Enterprise Management 2.2 (for 8i) I got an errorthat "Oracle .swd.Jrl.1.1.8.10.0 support file is missing.
    I was able to install the OEM for my Personal 8i
    How do I download the OEM for Personal Oracle 9i. I do not have room to install Enterprise Oracle 9i

    You can't use Enterprise Manager for 8i on
    Personal Oracle 9i.
    I have a question.
    I have installed Personal Oracle 8i on my PC,
    but i don't find Oracle Enterprise Manager for 8i download site on OTN. Can you healp me?

  • Developer 2000 forms for95/NT won't link my oracle 8i for 98 database, Y?

    hello world,
    It is better to create a sequence of primary keys on a table for
    eventually use for building forms and does it really not matter.
    Secondly, i have oracle8i Personal edition installed in my
    orahome8i area and also did managed to install Developer 2000
    in this same home area but would not run.
    As I could notice, does it really matter if I have installed
    developer 2000 with an older version of SQLplus and whenever i
    try to log into my 8i database, it comes up with a TNS bla bla
    bla not found.
    How do i go about getting my Developer 2000 for win95/NT to hook
    up to an entirely differently installed oracle 8i for win98
    database.
    I have tried removing the key from the registry and deleting
    some bits of my autoexec.bat file but still to no avail.
    Will i be able to download a compatible version or is it just
    about me.
    much appreciation.
    Ayo show

    My guess would be that you still have some remnants of your old "personal" installation, and your new Enterprise installation of 9i is finding the DLL from the old installation.
    Make sure you un-install the old Oracle installation first, and delete all oracle directories for good measure.

  • JDeveloper 3.0 & Personal 8i

    Hello OTN Team
    I just installed Personal Oracle 8i for Windows 98 with the typical instalation option. I want to show a software prototipe and so I need to know how I can connect many develop tools running in the same PC. After install Personal Oracle 8i I can start a session in SQLPlus with many users (internal,
    scott, system, etc), but I can't connect to the database with other programs
    like Forms 4.5, procedure builder or JDeveloper 3.0, running in the same PC.
    Perhaps to connect Forms 4.5 with Personal Oracle 8i and to connect JDeveloper
    3.0 between to diferent themes (Yes, I Know JDeveloper 3.0 is designed for
    Windows NT). Wherever, I really need to know the way to get the connection.
    Remember, Personal Oracle 8i and the Development tools are running in the
    same PC.
    Thanks for your help... !!

    Hello OTN Team
    I just installed Personal Oracle 8i for Windows 98 with the typical
    instalation option. I want to show a software prototipe and so I need to know
    how I can connect many develop tools running in the same PC. After install
    Personal Oracle 8i I can start a session in SQLPlus with many users (internal,
    scott, system, etc), but I can't connect to the database with other programs
    like Forms 4.5, procedure builder or JDeveloper 3.0, running in the same PC.
    Perhaps to connect Forms 4.5 with Personal Oracle 8i and to connect JDeveloper
    3.0 between to diferent themes (Yes, I Know JDeveloper 3.0 is designed for
    Windows NT). Wherever, I really need to know the way to get the connection.
    Remember, Personal Oracle 8i and the Development tools are running in the same
    PC.
    Thanks for your help... !!
    null

  • Personal Oracle 8 on W98

    Somebody have installed Personal Oracle8 on Win98 ?
    I have but crash when I run the listener.
    Are there some patch ?
    Thanks

    You can download Personal Oracle 8i for Win NT/2000 at http://technet.oracle.com/software/products/8i_personal/content.html
    hi,
    can we install personal oracle 8.0 for windows 95 on the windows nt or windows 2000 , is it possible ?
    i need help.

  • Crc error on oracle 9i for NT

    after downloading disk1, file sizes do not match posted size and on extraction by WINZIP I get a crc error. Is this a download problem or a strange unzip problem or a glitch in the way the files were zipped?

    the same problem I have encounter while downloading personal oracle 9i for windows98.

Maybe you are looking for

  • How do I save and find files on the ipad?

    How do I save and find files on the iPad?

  • What is the Partitioning Option license methods with E-Business Suite

    I have an E-business suite instance that have some database objects modified but not the objects that use the partitioning option by application defaults and also we didn't implement or use the partitioning option with any other objects; so I'm wonde

  • Can screensaver not start when front row is active?

    Hi, I would like to know if there is a way to set the screensaver not to start, but only when Front Row is active. I want it to start all the other times. Thanks, Brandon

  • YoyoApp.java example In the J3D package...

    YoyoApp.java example In the J3D package... private Geometry yoyoGeometry() { TriangleFanArray tfa; int N = 17; //This mean 17 vertexs right? int totalN = 4*(N+1); //What is this mean? Point3f coords[] = new Point3f[totalN]; int stripCounts[] = {N+1,

  • Set xsi:nill="true" attribute in XML

    Hi, I'm trying to set the xsi:nill attribute in an XML element by scripting. (Javascript) The setAttribute method doesn't work. And manually adding a new and empty element doesn't work either. When I leave a field which has binding empty, the nill at