Connecting personal oracle8 and dev2000

How to connect personal oracle8 and dev2000

ok, for connecting PO8 to D2k you have to do the same setting as for central database connectivity.
Anyway, here is the solution :
1. Make an entry in tnsname.ora for your PO8 sid.
2. Start the listener by giving the command lsnrctl start on command prompt.
3. Start the database.
4. Check the connectivity through SQL Plus.
5. If sql plus is connected, start forms and connect it from there.
Note : you may need to give po8.world in the connect string, but it is not required most of the time.
where po8.world is the entry in the tnsname.ora.
Best of luck

Similar Messages

  • Personal Oracle8 and Developer6 ?

    I've installed Personal Oracle 8.0.3 on my Win98 computer. I
    tried to install also Developer6 (required support files 8.0.5c),
    but instalation was interrupted because of version conflict
    between support files of Dev6 and Personal Oracle8 (I was
    installing in one ORACLE_HOME). If I had ignored warning and
    continued with instalation of Dev6, I was not able to start
    Oracle database after succesfull installation of Dev6. I've got
    message: "The Oracle80.exe file is linked to missing export
    NZ80.dll:nztpfvec".
    I tried to copy NZ80.dll from Oracle distribution to my
    Oracle_Home, but database still was not operational.
    Is possible to install these products to diffrent Oracle_homes?
    Could anyone help me ?
    null

    Hi there,
    You cannot have Oracle8 and Dev6.0 in the same Oracle home.
    Install Dev6.0 in a different Oracle home.
    I guess it should solve your problem.
    regards,
    Vikram
    Petr Matula (guest) wrote:
    : I've installed Personal Oracle 8.0.3 on my Win98 computer. I
    : tried to install also Developer6 (required support files
    8.0.5c),
    : but instalation was interrupted because of version conflict
    : between support files of Dev6 and Personal Oracle8 (I was
    : installing in one ORACLE_HOME). If I had ignored warning and
    : continued with instalation of Dev6, I was not able to start
    : Oracle database after succesfull installation of Dev6. I've got
    : message: "The Oracle80.exe file is linked to missing export
    : NZ80.dll:nztpfvec".
    : I tried to copy NZ80.dll from Oracle distribution to my
    : Oracle_Home, but database still was not operational.
    : Is possible to install these products to diffrent Oracle_homes?
    : Could anyone help me ?
    null

  • Personal Oracle8 and JDBC:URL

    I am trying to use Oracle8 Personal Edition with Weblogic7.0. I tried to setup
    the connection pool but I couldn't figure out the JDBC:URL value correctly. I
    know the format is supposed to be jdbc:oracle:thin:@server:port:sid
    The server in my case is the localhost. I have created an instance called FBN.
    I don't know the port number. Can anyone help me to setup the Connection Pool
    properly? Thanks a lot.

    Here is an sample node to use oracle thin JDBC driver:
    <JDBCConnectionPool CapacityIncrement="5"
    DriverName="oracle.jdbc.driver.OracleDriver" InitialCapacity="5"
    MaxCapacity="40" Name="RFIDPool"
    Password="{3DES}FslOVhEO+VkeNVHoDdRxpw=="
    Properties="user=dwschema" Targets="myserver" URL="jdbc:oracle:thin:@localhost:1522:scisidw
    "/>
    Please note this one works with weblogic 6.1.
    Yong
    "Sai S Prasad" <[email protected]> wrote:
    >
    I am trying to use Oracle8 Personal Edition with Weblogic7.0. I tried
    to setup
    the connection pool but I couldn't figure out the JDBC:URL value correctly.
    I
    know the format is supposed to be jdbc:oracle:thin:@server:port:sid
    The server in my case is the localhost. I have created an instance called
    FBN.
    I don't know the port number. Can anyone help me to setup the Connection
    Pool
    properly? Thanks a lot.

  • Date Format issue while Connecting to Oracle8i and Oracle10g

    Hi All,
    While playing around with JDBC drivers, I came across this weird issue. I have a Local machine with Japanese Locale and I have 2 Database Servers that too with Japanese Locales and Oracle 8i and Oracle 10g each. Now, I connect to these database using JDBC drivers for 8i and perform "select sysdate from dual". Then, m getting dates with 2 different format. While 8i being returning Date with 'DD-MON-RRRR' format, 10g returns date with 'DD-MM_RR' format.
    Initially I thought it might be because of some VM Locale thing but when I connected to 10g DB from 8i Oracle client, this behaviour did not changed. Which mean in this case also the date format returned ny the query was different.
    Guys F1! F1! (Help! Help!) Appreciate your help to understand this process. Links and suggestions welcome... :)

    I guess u did not read the whole content. I mentioned this but the difference in behaviour with respect to JDBC drivers made me post this in Java forum.
    As I mentioned, it has something to do with the jdbc driver or oracle server itself. Agreed, but what that "something little to do" is the maiin question.
    I mentioned that I want to understand this process about how JDBC driver works with Client VM specific Locale settings while interacting with Oracle Database.
    Don't you think it could be interesting to know, what it is which brings this difference in results. Its all about clarifying the small bits & pieces which stays unanswered if one overlooks. Its own perception, I felt like asking question, no offense right!

  • Personal Oracle8 v803 and Oracle8i Lite v40 on Win98

    Is it possible to have Personal Oracle8 and Oralce8i Lite
    running on the same machine? If it is, can someone tell me how?
    Thanks,
    Ronald
    null

    Ronald I don'tknow if you can run both
    but at least for me converting was non\
    trivial.
    I removed personal oracle on my win98 machine
    by running orainst and removing every thing
    I could, then renaming the orawin directory,
    and running the windows registry editor
    and deleting the oracle section from
    within a section callled software.
    I am under the impression that O8 lite
    is to replace personal oracle 8.
    One thing that seems missing is
    pl/sql.
    Jordan Schwartz
    Ronald Luitwieler (guest) wrote:
    : Is it possible to have Personal Oracle8 and Oralce8i Lite
    : running on the same machine? If it is, can someone tell me how?
    : Thanks,
    : Ronald
    null

  • Which ODBC driver for Personal Oracle8?

    I'm using Personal Oracle8 and trying to connect via ODBC from a
    Java program using JDBC. I can connect to MS Access 7 via ODBC
    but I cannot connect to Personal Oracle8 using the delivered
    ODBC 8 driver (8.0.4.0). Looking through the technet product
    listing, the other ODBC 8 drivers only work with NT. I'm using a
    laptop with Windows98. I'm stumped. What should I use and where
    do I download it from please?
    Thanks in advance,
    Dave
    null

    Are you connecting via a JDBC-ODBC bridge or just using the
    native JDBC driver? The ODBC drivers (or JDBC drivers for that
    matter) don't care if they run on WIndows 9x or NT. The problem
    here might be that you are using Personal Oracle. This version is
    not intended to be remotely connected to (i.e. from a remote
    machine) -- it is only intended for bequeath connections (i.e.
    processes local to the RDBMS). You CAN start a listener on the PO
    RDBMS (it isn't running by default), although that really isn't
    what it is intended to do (i.e. be a server). Try using the
    workgroup or enterprise server instead.
    The ODBC (and JDBC drivers) will need a listener running to
    connect remotely (which is probably the source of your trouble).
    null

  • Personal Oracle8.03

    Hi All,
    I installed Personal Oracle8.03 and Forms5.0 I tired to connect
    to the Personal Oracle from the Forms5.0 using the Beq-Local
    protocol which is used to connect to local databases but it did
    not work at all.
    Is there anyone can suggest something on this?
    Thanks in advance
    null

    Ronald I don'tknow if you can run both
    but at least for me converting was non\
    trivial.
    I removed personal oracle on my win98 machine
    by running orainst and removing every thing
    I could, then renaming the orawin directory,
    and running the windows registry editor
    and deleting the oracle section from
    within a section callled software.
    I am under the impression that O8 lite
    is to replace personal oracle 8.
    One thing that seems missing is
    pl/sql.
    Jordan Schwartz
    Ronald Luitwieler (guest) wrote:
    : Is it possible to have Personal Oracle8 and Oralce8i Lite
    : running on the same machine? If it is, can someone tell me how?
    : Thanks,
    : Ronald
    null

  • Connection to Personal Oracle8 with JDBC - JDK 1.2

    I am new to development with java and have been struggling the last four days implementing connecting to Personal Oracle8 via JDBC, JDK 1.2.
    I have Personal Oracle8 installed on my machine along with JDK 1.2. I am confused on how to construct the URL that would point to my Local Database along with which driver to use. Can someone help me in out.
    Thanks
    Clif Dawes
    Application Builders

    Hi,
    Openlink Software provides JDBC 2.0 Core API compliancy in Type-1, Type-2, and Type-3 JDBC driver suites. This Multi-Tier Driver Suite offers the high performance, scalability and security that you won't find in other JDBC drivers on the market.
    Try a free non-expiring limited seat license at http://www.openlinksw.com
    Specific information on contructing the URL string with these drivers can be found at: http://www.openlinksw.com/info/docs/rel3doc/jdbc/cliclass.htm
    Best regards,
    Stephen Schadt http://www.openlinksw.com

  • Personal Oracle8.0 and Forms5.0

    Hi all,
    I installed Forms5.0 and Personal Oracle8.0 on my PC. I could
    connect to the Oracle instance using SQL*Plus8.0. But when I
    tried to connect to the Oracle Instance with Forms Builder I
    could not!. Well, I could connect to Personal Oracle7.0 with
    Forms5.0. But I need to know how to connect ot Personal
    Oracle8.0. Anyone can help please?!!
    null

    Hi Emad,
    here is your problem:
    Personal Oracle8 uses the Beaquent driver to connect to the
    database by default. This is why you can connect to the database
    from sql*plus but not from the developer/2000. The trick is to
    run the Net8 utility and create your very own tnsnames.ora,
    listener.ora and sqlnet.ora files. After you created those
    files, you will start the listener and then the database. The
    listener will listen at port 1521 for the database (by default).
    Then you will be able to connect from within the developer.
    Try and if you will still have problems send me an e-mail.
    Zafer
    Emad Kehail (guest) wrote:
    : Hi all,
    : I installed Forms5.0 and Personal Oracle8.0 on my PC. I could
    : connect to the Oracle instance using SQL*Plus8.0. But when I
    : tried to connect to the Oracle Instance with Forms Builder I
    : could not!. Well, I could connect to Personal Oracle7.0 with
    : Forms5.0. But I need to know how to connect ot Personal
    : Oracle8.0. Anyone can help please?!!
    null

  • Unable to connect Forms 5 to Personal Oracle8

    Hi,
    I have recently installed Developer 2000 (release 2.1) and
    Personal Oracle8 (release 8.0.4.0.0) on Windows 95.
    I have made additions through both SQL Net Easy Config and Net 8
    Config to allow for remote connections to my Oracle server at
    work.
    All the tools I am using - Forms 5, SQL Plus 8.0, Procedure
    Builder, etc. - all connect to my server remotly through the
    configurations I added. SQL Plus connects to Personal Oracle8
    as well (ie the local databse).
    My problem - None of the Developer 2000 tools will connect to
    Personal Oracle8. I have played around at great lengths and am
    stumped.
    Can anybody suggest what I have to do to enable those tools to
    connect locally?
    null

    Hi,
    I have recently installed Developer 2000 (release 2.1) and
    Personal Oracle8 (release 8.0.4.0.0) on Windows 95.
    I have made additions through both SQL Net Easy Config and Net 8
    Config to allow for remote connections to my Oracle server at
    work.
    All the tools I am using - Forms 5, SQL Plus 8.0, Procedure
    Builder, etc. - all connect to my server remotly through the
    configurations I added. SQL Plus connects to Personal Oracle8
    as well (ie the local databse).
    My problem - None of the Developer 2000 tools will connect to
    Personal Oracle8. I have played around at great lengths and am
    stumped.
    Can anybody suggest what I have to do to enable those tools to
    connect locally?
    null

  • Connecting to personal oracle8 using connection wizard in jdeveloper3.0

    i am trying to connect to oracle8 using jdbc
    using connection wizard in jdeveloper3.0
    but when i test the connection i gives
    an error "no ocijdbc8 in shared library path"
    please help me out.

    The problem isn't Personal Oracle, but rather trying to use the JDBC/OCI driver which uses native code.
    Here's some text from the 3.1 release notes about how to solve your problem (I think this was in 3.0's release notes as well, however I'm not sure)
    If you are using the Oracle JDBC/OCI or Oracle Lite JDBC Driver with JDeveloper (JDK 1.2/1.3) add the %ORACLE_HOME%/bin directory to java.library.path and sun.boot.library.path in bin/jdeveloper.ini. It should look like this:
    [Java_2]
    JDK=java version "JDK1.2.2_JDeveloper"
    Java2VM=OJVM
    JLP=-Djava.library.path=.;%JAVA_ROOT%\bin;%JAVA_ROOT%\jre\bin;C:\ORANT\BIN
    SLP=-Dsun.boot.library.path=.;%JAVA_ROOT%\bin;%JAVA_ROOT%\jre\bin;C:\ORANT\BIN
    If you are executing applications which use the JNI to call native libraries (DLL files) under JDeveloper with JDK 1.2/1.3 it is necessary to edit your project properties. Add to the Java VM Parameters, under the Run/Debug tab the following setting: -Djava.library.path=(Path where DLL files are located)".
    Take Care,
    Rob
    null

  • I have 2 iPhones - one for personal use and one for work. They are currently connected with the same Apple ID. I would like to separate the two accounts. Does anybody know how to do this?

    I have 2 iPhones - one for personal use and one for work. They are currently connected with the same Apple ID. I would like to separate the two accounts. Does anybody know how to do this?

    Just create a new AppleID for your work.
    As Allan suggested, items purchased on one iTunes account cannot be moved to the other account.
    However, you can put items purchased on on account onto the other iPhone.

  • My FaceTime doesn't work... I would call a person, they would accept, and then I would be stuck in a never ending "connecting".. And this problem has been according with not just my ipad, but with other people's iDevices that I know.

    My FaceTime doesn't work... I would call a person, they would accept, and then I would be stuck in a never ending "connecting".. And this problem has been according with not just my ipad, but with other people's iDevices that I know.
    -My wifi connection is running strong
    -All the devices run the same version of iOS

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Set Up Alert Sounds
    http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3
    Extra FaceTime IDs
    http://tinyurl.com/k683gr4
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Fix Can’t Sign Into FaceTime or iMessage iOS 7
    http://ipadtutr.com/fix-login-facetime-imessage-ios-7/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    iOS 7 allows you to block phone numbers or e-mail addresses from contacting you via the Phone, FaceTime, or Messages
    http://howto.cnet.com/8301-11310_39-57602643-285/you-can-block-people-from-conta cting-you-on-ios-7/
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457#19087457
    How to watch FaceTime calls on the big screen with Apple TV
    http://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetime
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-texting
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • HT204023 Hey guys I am having a problem. Could you guys give some suggestion? I can connect personal hotspot from iPad 5 to iPhone 5s via Bluetooth  but the wifi doesn't recognize and can't connect. USB and Bluetooth sharing of hotspot is okay but wifi do

    Hey guys I am having a problem. Could you guys give some suggestion? I can connect personal hotspot from iPad 5 to iPhone 5s via Bluetooth  but the wifi doesn't recognize and can't connect. USB and Bluetooth sharing of hotspot is okay but wifi doesn't

    troubleshooting hotspot http://support.apple.com/kb/TS2756

  • Dear Apple Support,  Good day to you. This is to report the problem i encountered when i updated my Ipad mini to the new IOS 8.1..  After the update my Ipad restart and after that it appears a picture that need to connect to itunes and need  to resto

    Dear Apple Support,
    Good day to you.
    This is to report the problem i encountered when i updated my Ipad mini to the new IOS 8.1..
    After the update my Ipad restart and after that it appears a picture that need to connect to itunes and need  to restore. So i connect it to itunes and wait to restore my ipad mini because it is not opening.
    After restoring it my ipad is now opening and it is like new that i need to set up again.
    I set up again until i reach the apple id and password.
    I put my below apple ID and password to unlock my ipad but it didn't work. The message i receive is "the apple ID cannot be used to unlock this Ipad.
    What will I do? Please help.
    Thank you
    Sent from my iPhone
    Begin forwarded message:
    From: Apple <[email protected]***>
    Date: October 9, 2013 at 11:53:53 PM GMT+4
    To: ****
    Subject: Your Apple ID was used to sign in to iCloud and iMessage on an iPad mini 
    Dear Leslie J.,
    Your Apple ID was used to sign in to iCloud and iMessage on an iPad mini named “Leslie Joye's iPad”.
    If you have not recently set up an iPad with your Apple ID, then you should change your Apple ID password. Learn more.
    Apple Support
    <Email Edited By Host>

    1. It is never a good idea to include personal info like your email address or Apple ID in a post on an open forum.
    2. The email you received DOES NOT say your Apple ID cannot be used to unlock this iPad. The email informs you that your Apple ID was used to unlock an iPad. Fortunately the iPad is yours. The message confirms that. If your Apple ID was used to unlock an iPad that was not yours your would then know to change your password. Since the iPad is yours you do not need to change your password.
    Is your iPad working?

Maybe you are looking for

  • Ship to Party in Prospective Customer

    Hi All I am facing problem with Prospective Customer. In account group 0005 there is no Ship to, Bill to and Payer as partner. which is logical in this scenario. But when I create a sales document it asks for a Ship to party in the initial screen and

  • How to connect with another Mac via AFP

    My parents have a Mac (10.4.8) which is in a different location than my own. They would like to send me some files however, I thought it would be easier if I could just log into their computer from mine, and grab the files myself. How is this done, i

  • I have problem on my iphone

    I have problem on my iphone 5 with activation i singh with my email and the passwred and it doesn't singh .pleas help me

  • SRM- SC background color for fields

    Dear experts, Please advise if it is possible to create color background for a SC field on the web. For examle to emphasize a field as mandatory field. Regards, Moshe

  • Include username password in WSDL

    Hi, My scenario is SOAP to RFC , Sender is Java application, I generated the wsdl file in XI , Java webservice is using that wsdl file but it is asking for credentials, how to give credentials in wsdl url regards, kalpana