Oracle Personal Edition and SQL dev. tool

I installed Oracle 10g Personal Edition on my laptop and want to use SQL Creator (SQL developer's tool/program - http://www.snefru.com/index.jsp) with it.
I'm trying to setup my SQL developers tool to connect to my local Oracle database and there is a connection wizard for the SQL program which prompts me:
1.) "Select a JDBC driver..."
2.) "Enter Host name for the server that the database is located on...."
3.) "Enter Port number that the database is listening on...."
4.) "Unique SID of the database instance..."
How can I find out 1.) - 4.) for my specific, local database?
Thanks in advance...

When you run SQL*Plus, what is the version number displayed:
C:\>sqlplus
SQL*Plus: Release 9.2.0.3.0 - Production on Tue Nov 22 17:11:44 2005
Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
Enter user-name:?
You woudl download the driver that matches with that release.
if you did the database install, chances are you already have the jdbc driver installed.
Do you have a directry ORACLE_HOME/jdbc/lib ?
Do you have files like classes*.jar in that directory?
if you do you already have the jdbc driver files.

Similar Messages

  • Differences between Oracle Personal Edition and Enterprise Edition

    What are the differences between the databases of Oracle Personal Edition and the Oracle Enterprise Edition..?

    I have just looked at the metalink document and see that Oracle are still blatantly lying about the availability of analytical functions.
    We chose standard edition on the basis of this document and were very annoyed to find we could not use analytical functions.
    The document is about 8i. Of course we are all on 9i these days aren't we ?

  • Trying to get Oracle Personal Edition 8i & Developer2000 to work together

    Hi
    Can anyone help me.
    I have installed both Developer 2000 and Oracle Personal Edition 8.1.6 on NT4 in that order. I cannot connect to the database through Developer 2000 and sql prompt. I receive the following erors at the sql prompt, although sql was working originally.
    ORA - 12545: Connect failed because target or host does not exist.
    ORA - 01034: Oracle not available
    null

    Hi,
    Try to run listener manually:
    LSNRCNTL.EXE start
    Then, enter your SID in the sid field while connecting.
    Regards,

  • Oracle Personal Edition Number Of Connections

    How many connections can Oracle Personal Edition Support? We are looking to create some development test machines where we will need 10-20 connections per test server and we do not want to have to pay 10K+ per CPU for these machines.
    Any idea if we can use Personal Edition to satisfy this need?
    Thanks
    Kevin Reester
    [email protected]

    Hi,
    >>Can you tel me how to increase this number in oracle 10g express???
    Just modifying the processes parameter is sufficient. The sessions parameter will be adjusted automatically.
    SQL> alter system set processes=200 scope=spfile;
    SQL> shutdown immediate
    SQL> startupFor more information, take a look at this [url http://forums.oracle.com/forums/thread.jspa?messageID=1672879&#1672879]thread
    Cheers
    Legatti

  • Oracle Personal Edition installation on Windows ME

    I have just installed oracle personal edition 8.1.7 on my windows ME desktop. I have configured a LISTENER and DATABASE.
    On trying to get into the Database (through DBA studion or SQLPLUS) I get the error 'ORA-12541:TNS:no Listener'.
    I have tried to restart the LISTENER but I can't find tnslnsr or lnsrctl in my /BIN directory.
    Can anyone please help.
    Find below my listener.ora and tnsname.ora files -
    # LISTENER.ORA Network Configuration File: c:\oracle\ora81\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = ORCL)
    (SID_NAME = ORCL)
    (ORACLE_HOME = c:\oracle\ora81)
    (PROGRAM = extproc)
    # TNSNAMES.ORA Network Configuration File: c:\oracle\ora81\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL_FJ7540J =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SID = ORCL)
    (SERVER = DEDICATED)
    TAYO_FJ7540J =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SID = tayo)
    (SERVER = DEDICATED)
    TAYO =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = tayo)
    # Date..........: Thu May 17 21:01:17 GMT 2001
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = tayo)
    (PRESENTATION = http://admin)
    ORCL_127.0.0.1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1520))
    (CONNECT_DATA =
    (SID = ORCL)
    TAYO_HTTP://LOCALHOST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SID = tayo)
    (SERVER = DEDICATED)
    )

    I had this same problem with this same installation on ME. After a smooth installation with PO 8, I suspected spaces in path names, since the 8i install appears to be java based. If you go into windows regedit (Win ME does not read from autoexec.bat), and search for oracle home, and all 'home' paths you have tried specifying in the initial 8i install interface, upon editing your oracle home path, you may find a space character discreetly tucked at the end of that path name. What's more, just correcting your paths through regedit may only temporarily solve your problem. Also search/correct your prompt. A quick verification of this is if, from a dos window, your prompt looks like:
    C:\> _
    (notice the space between the > and _ characters) I think this is either a MS bug, or an image disk install bug, and suspect, after reading of your same problem, it comes from MS.
    Hope this helps,
    KJ
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Anjali Vipinkumar ([email protected]):
    Hi,
    I am assuming that Oracle 8i Personal Edition for Windows 98 will work on Windows Me too. First of all, is this assumption valid ? If yes, then I am facing a problem right at the start of the installation. After specifying the File location path (For source path, the default is 'C:\Program Files\Oracle\STAGE\products.jar'. I have not changed this. For destination path,(oracle home path), I am specifying it as 'C:\Program Files\Oracle'. After this I get an error as follows - 'There was a problem in accessing the staging area. Please make sure the specified values for 'Source' and 'Destination' are valid.'
    I am stuck up at this point. Please let me know what could be the problem.<HR></BLOCKQUOTE>
    null

  • I can compile objects with SQL dev tool but not with a direct sql

    hi,
    This is a bit weird - I'm probably not familiar enough with Oracle's compilation process...
    I'm creating a some functions / procedures / triggers. When I run the script to create them with Oracle's SQL Developer tool, usually they become immediately valid, and if not then I can manually right click them and choose Compile, and they're compiled correctly and become valid.
    However, when running them with command line tools, they're uncompiled after created. I'm trying compile them with
    ALTER PROCEDURE / FUNCTION / TRIGGER MySchema.MyFunction COMPILE;
    and it always returns
    Error starting at line 1 in command:
    alter function MySchema.MyFunction compile
    Error report:
    SQL Command: alter function
    Failed: Warning: execution completed with warning
    alter function MySchema.MyFunction succeeded.
    and the object remains uncompiled / invalid.
    also tried with DBMS_... utils and got the same results.
    Same with adding things such as PLSQL_WARNINGS = 'ERROR:ALL' to the stmt
    But when I go in SQL Developer to the object, right click and click Compile, it compiles fine w/o warnings / errors and becomes valid.
    Is there anything else I should run other than this alter..compile? Is SQL Dev tool doing something different than "alter function ... compile" when right clicking and object and clicking "Compile"?
    thanks!

    hi,
    I'm having difficulties connecting with SQL Plus, since it seem to require at startup some admin user/password, which I don't have at the moment. Also tried to give it in command line the db name and params and it still require this pass... Will try to get it...
    But again, when I'm right clicking the object in SQL Developer and click Compile, it compiles fine and becomes valid. After doing that, running
    alter function mySchema.MyTestFunction compile;
    passes with
    "alter function mySchema.testfunction succeeded"
    If I run this sql before doing compile with SQL Developer, it fails with what I posted before.
    I wonder if SQL Developer does things other than the above compile stmt.
    If I right click on Functions in SQL Dev and click Compile All or Compile Invalid, I can see the sql it about to generate, and it's the same as I tried - and fails as well... Only when right clicking the object and Compile it works...
    A test func I tried, for example:
    create or replace
    FUNCTION testFunction(n in number)
    RETURN NUMBER
    IS
    BEGIN
    RETURN n + 1;
    END;

  • De-installing Oracle personal edition

    I've installed Oracle Personal Edition 8.1.6 on a D: drive of an NT 4.0 machine. As it turned out, I really needed to install it on C:. So, I attempted to de-install it from D:. When done with the de-installation using the Universal Installer (and it told me that all the products were removed), I rebooted and proceeded to install on the C: drive. The installer told me that there still was an instance on the D: drive. I attempted to remove all Oracle-related keys from the registry, with no success. There are two services still on the system (listener and the one for the instance). How do I cleanly delete all traces of the previous install?

    first you had to stop all oracle stuff of services then you have to de-install the things. Oracle has one disadvantage is if you remove all stuff from regedit then also it'll give some problem for installation.
    So better you install o.s. again do the installation it'll work prefectly.
    cheers then.

  • Importing to Oracle Personal Edition V8.1.5

    I have a full export file from Oracle Enterprise Edition 8.1.6 and I am trying to import it into Oracle Personal Edition V8.1.5 for development at home. I keep getting a 'Header verification error' and the import terminates immediately. Is there any way to make this work?

    HELP PLEASE!!!
    I have tried modifying this line within my win.ini file with no
    LUCK!! I get an error message 'jrew...etc' as soon as I put the
    disk in. Can anyone help!!
    Sincerely,
    Windows MEserable

  • Installing Oracle Personal Edition 8i

    hi,
    i'm having a program of installing Oracle Personal Edition 8i,,
    i not sure what the "sources" and "destination" are....
    can anyone plz tell me???
    i tried clicking next button, but all i get is a error msg...
    help!!

    Try this:
    Just found this on the be.comp forum: Will try it tonight.
    Oracle 8.1.5 Personal Edition
    Oracle does not support installing version 8.1.5 PE into
    Windows Millennium.
    As an unsupported workaround, you may add the following line
    to the [compatibility95] section of win.ini prior to
    installation:
    Jrew=0x00080000
    After setup is complete, Oracle will recommend a reboot.
    There is one additional step necessary prior to reboot;
    Oracle may add a non-standard path statement to the
    autoexec.bat file. Please modify this SET PATH
    statement to use short-filenames if you find a quoted
    LFN string represented as part of the path. You can
    confirm that the path was merged successfully into the
    registry after reboot by examining the PATH variable
    in the registry at
    HKLM\System\CurrentControlSet\Control\SessionManager\Environment
    Symptoms of a missing Oracle path statement in the registry are that Net8 Easy Config will not launch.
    Please note that Oracle does not support the use of this
    product in Windows ME, but have authorized these workarounds
    for testing purposes only.

  • Oracle Personal Edition 10G

    Hi,
    I need to download Oracle Personal Edition 10g (for Windows 20030). Where can I find it? I've searched OTN and Edelivery but couldn't find it.
    regards,
    Ivan

    user2522172 wrote:
    Hi,
    I need to download Oracle Personal Edition 10g (for Windows 20030). Where can I find it? I've searched OTN and Edelivery but couldn't find it.PE, SE and EE are all on the same download. The difference is provided when you install. This is discussed in the Datrabase Install manual for WIndows in chapter 1
    at http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/intro.htm#sthref51

  • Oracle Personal Edition for Windows 98 onto a Windows ME machine

    After downloading Oracle Personal Edition for Windows 98 onto a Windows ME machine I had to alter the win.ini file to get a valid stage. After instatlation when I go to start database I get a warning cannot open registry
    \SID_LIST and then a "cannot attach to oracle 8i" error maessage. Anyone got any ideas- my oracle home is the C:\ drive

    hi
    can you help me?
    you installed oracle 9i personal edition win98 into windows me?
    i try it but i have error.
    in security properties.
    thanks

  • Personal Edition and Enterprise Edition

    What's the difference between personal edition and enterprise Edition? Is there any limitation,especially connection limitation, for the personal edition?
    Of course, price is one of the differences :). But I'm wonderring the difference making the price difference :).
    Thanks

    The differences are explained in this white paper
    http://www.oracle.com/technology/products/database/oracle10g/pdf/twp_general_10gdb_product_family_0104.pdf

  • Installing Oracle Personal edition

    Hi,
    I am Ritesh Kothari.Currently doing my MS in computer science from Ohio University. I want to install Oracle Personal Edition on my Win98 machine. Currently I have 1 GB of hard disk free.I have downloaded the Oracle9i Personal Edition Release 9.0.1.1.0 for Microsoft Windows 98
    The file: A91514-01.zip.
    But when I click on setup.exe then nothing happens. I didnt understand what is the problem? Plz help me.
    Ritesh

    Try this:
    Just found this on the be.comp forum: Will try it tonight.
    Oracle 8.1.5 Personal Edition
    Oracle does not support installing version 8.1.5 PE into
    Windows Millennium.
    As an unsupported workaround, you may add the following line
    to the [compatibility95] section of win.ini prior to
    installation:
    Jrew=0x00080000
    After setup is complete, Oracle will recommend a reboot.
    There is one additional step necessary prior to reboot;
    Oracle may add a non-standard path statement to the
    autoexec.bat file. Please modify this SET PATH
    statement to use short-filenames if you find a quoted
    LFN string represented as part of the path. You can
    confirm that the path was merged successfully into the
    registry after reboot by examining the PATH variable
    in the registry at
    HKLM\System\CurrentControlSet\Control\SessionManager\Environment
    Symptoms of a missing Oracle path statement in the registry are that Net8 Easy Config will not launch.
    Please note that Oracle does not support the use of this
    product in Windows ME, but have authorized these workarounds
    for testing purposes only.

  • Oracle Personal Edition, data corruption in Long datatype column

    Oracle Personal Edition, data corruption in Long datatype column
    DATA Corruption in Oracle 8i Personal edition
    I am using a Long data type column to store a big text. In oracle Enterprise edition the data stored correctly. But in the Oracle Personal Edition, the Long data type column data corrupted. Some letters in the text are replaced by special character chr(0).
    The following data has been taken from a column (Which is of data type LONG).
    1. In the first one column name Template_ID stored correctly but in the second one T is missing. Some special characters has stored in that place. (Difference is in 6th Line)
    CREATED_DATE####09-21-2001 16:02:00$$LANGUAGE_ID####99$$LOWER_LIMIT####$$MEASURE
    ID####810200082001000004$$MODIFIEDDATE####09-21-2001 16:02:00$$SERVICE_RECEIVED####I$$SERVICE_RECORD####PO:F$$STEP_CODE####8$$STEP_RESULT####Failed$$STEP_ROW_
    ID####2$$TEMPLATE_ID####M116XX$$TEXT####$$UNIQUE_ID####810200082001$$UPPER_LIMIT
    CREATED_DATE####09-21-2001 16:02:00$$LANGUAGE_ID####99$$LOWER_LIMIT####$$MEASURE
    ID####810200082001000004$$MODIFIEDDATE####09-21-2001 16:02:00$$SERVICE_RECEIVED####I$$SERVICE_RECORD####PO:F$$STEP_CODE####8$$STEP_RESULT####Failed$$STEP_ROW_
    ID####2$$TEMPLA E_ID####M116XX$$TEXT####$$UNIQUE_ID####810200082001$$UPPER_LIMIT
    2. In the first one column name Template_ID stored correctly but in the second one E is missing. Some special characters has stored in that place. (Difference is in 6th Line)
    CREATED_DATE####09-21-2001 16:01:19$$LANGUAGE_ID####99$$LOWER_LIMIT####$$MEASURE
    ID####810200082001000002$$MODIFIEDDATE####09-21-2001 16:01:19$$SERVICE_RECEIVED####U$$SERVICE_RECORD####P:F$$STEP_CODE####7$$STEP_RESULT####Failed$$STEP_ROW_I
    D####2$$TEMPLATE_ID####78580A$$TEXT####$$UNIQUE_ID####810200082001$$UPPER_LIMIT#
    CREATED_DATE####09-21-2001 16:01:19$$LANGUAGE_ID####99$$LOWER_LIMIT####$$MEASURE
    ID####810200082001000002$$MODIFIEDDATE####09-21-2001 16:01:19$$SERVICE_RECEIVED####U$$SERVICE_RECORD####P:F$$STEP_CODE####7$$STEP_RESULT####Failed$$STEP_ROW_I
    D####2$$TEMPLAT ID####78580A$$TEXT####$$UNIQUEID####810200082001$$UPPER_LIMIT#

    See if this helps you any:
    Re: Google Maps

  • Difference between personal edition and enterprise edition of oracle 8i...

    can any one tell me difference between oracle 8i enterprise edition and oracle 8i personal edition...

    shailesh wrote:
    dear satish,i m not overreacting in this,i have joined this group to grab some knowledge,so nobody have to comment me on my recent posts that are answered or not answered.my organization using oracle 8i so i have to keep with this.i got this error so i asked here...What error? Perhaps if you asked about a specific error instead of a vague question about the differences between two obsolete editions of Oracle, you would have received a response more to your liking.

Maybe you are looking for