Oracle8-personal with Developer Connectivity prob.

Hi friends,
I have Oracle 8 (Personal) in a single
m/c on Win-95. Now have installed Oracle developer release 2.0 (
forms 5.0,reports 3.0..) but am not getting able to connect from
the forms to the database. ???
Please help me out. Thanks many a time from your helps.
Manoj (India)
null

Personal Oracle 8 comes with a net8 listener. Start up
the listener (lsnrctl80) and use tnsnames to connect to
the database from designer or developer.
James Aiken (guest) wrote:
: Based on what was said in another discussion, Developer v2 does
: not allow a direct connection to Oracle 8.
: This will be a problem for anyone wanting to use Personal
Oracle
: 8 as you cannot use SQL*Net to access a Personal Oracle
database.
: You should contact Oracle Support to verify that this statement
: is true.
: manoj (guest) wrote:
: : Hi friends,
: : I have Oracle 8 (Personal) in a single
: : m/c on Win-95. Now have installed Oracle developer release
2.0
: : forms 5.0,reports 3.0..) but am not getting able to connect
: from
: : the forms to the database. ???
: : Please help me out. Thanks many a time from your helps.
: : Manoj (India)
null

Similar Messages

  • Connectivity Prob in Or8 Personal &...

    Hello,
    I have two separate problems which I have tried and got
    tired to solve and now in need of your help...
    No1: Problem with Oracle8 (Personal)
    Loaded Personal Oracle8 (8.o.3.) and Oracle Developer
    release 2.1. Now there is a problem in connecting them through
    Sql*net. { It was fine with Oracle 7.3). Is Oracle 8 compatible
    with the latest developer ?
    No2: Problem with SQL * Net
    In a new m/c P3 with 4GB, NT server and W'95 in each nodes.
    loaded Oracle8 w-group server part in server and cleint part in
    all the 7 clients. I was trying to connect (for sql*plus) from
    each clients but in some while working with SQL * NET Easy
    Configuration there is a problem,
    "Exception Violation JAVA.EXE"
    Dr Watson error"
    Please help me.
    * I would like OTN members to give me a clear statement wether
    Oracle 8 (Personal) is Compatible with the Developer
    rel2.1(forms5.0 ...)If so what's the solution for the q1.
    Thanks a lot
    Manoj
    (India)
    null

    Mr. Manoj Kumar
    1. Developer 2.1 and ORACLE8 Personal Edition
    Developer 2.1 client is compatible with Oracle 8 server. However,
    you will find that SQL*Plus connecting to database without even
    giving connect string. But it is not the same with Developer 2.1.
    That is because, for SQL*Plus client connect string is optional
    and it uses BEQ-LOCAL automatically. For developer2 connect
    string is a must.
    Also, it depends on which SQL*NET clients you use( like
    plus33.exe or plus80.exe etc). The safe bet is to install both
    SQL*NET2 with corresponding adaptor (TCP/IP for example) and
    NET80 with adaptor AND then have similar TNSNAMES.ORA files in
    both $ORACLE_HOME\NET80\ADMIN and $ORACLE_HOME\NETWORK\ADMIN
    directories.
    I've this following configuration working in my Win 95 PC with
    both oracle 8 and developer 2.1.
    File : SQLNET.ORA
    NAME.DEFAULT_ZONE = world
    NAMES.DEFAULT_DOMAIN = world
    USE_DEDICATED_SERVER = on
    #sqlnet.authentication_services = (NONE)
    SQLNET.EXPIRE_TIME = 0
    NAMES.DIRECTORY_PATH= (TNSNAMES, HOSTNAME)
    File : LISTENER.ORA
    SAVE_CONFIG_ON_STOP_LISTENER = TRUE
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT =
    1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = oraclePC)
    (ORACLE_HOME = C:\orawin95)
    (SID_NAME = ORCL)
    TRACE_LEVEL_LISTENER = ADMIN
    File : TNSNAMES.ORA
    BEQ-LOCAL.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = BEQ)(PROGRAM = oracle80)(ARGV0 =
    oracle80ORCL)(ARGS =
    '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=BEQ)))'))
    (CONNECT_DATA =
    (SID = ORCL)
    TCP-LOOPBACK.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SID = ORCL)
    Note: If you have configured your PC where oracle8 is installed,
    for an IP address, then create one more TNS address node with
    that IP address.
    Check your listener and database connectivity status with
    commands
    C:\ORAWIN95\BIN\> LSNRCTL80 STATUS
    C:\ORAWIN95\BIN\>TNSPING80 TCP-LOOPBACK
    Now you must be able to connect developer to database using
    USER/PASSWORD@TCP-LOOPBACK
    Regards
    Manoj Kumar (guest) wrote:
    : Hello,
    : I have two separate problems which I have tried and got
    : tired to solve and now in need of your help...
    : No1: Problem with Oracle8 (Personal)
    : Loaded Personal Oracle8 (8.o.3.) and Oracle Developer
    : release 2.1. Now there is a problem in connecting them through
    : Sql*net. { It was fine with Oracle 7.3). Is Oracle 8 compatible
    : with the latest developer ?
    : No2: Problem with SQL * Net
    : In a new m/c P3 with 4GB, NT server and W'95 in each
    nodes.
    : loaded Oracle8 w-group server part in server and cleint part in
    : all the 7 clients. I was trying to connect (for sql*plus) from
    : each clients but in some while working with SQL * NET Easy
    : Configuration there is a problem,
    : "Exception Violation JAVA.EXE"
    : Dr Watson error"
    : Please help me.
    : * I would like OTN members to give me a clear statement wether
    : Oracle 8 (Personal) is Compatible with the Developer
    : rel2.1(forms5.0 ...)If so what's the solution for the q1.
    : Thanks a lot
    : Manoj
    : (India)
    null

  • Connecting to Oracle8 Personal Edition from Java

    Hi,
    I have Oracle8 Personal Edition installed on my system. I would like to connect to it using the java test program that comes with Oracle called Employee.java. Whenever I run the program (on the same machine as the database), I get an error message saying "Connection Refused". I am connecting to Oracle running locally using:
    Connection conn =
    DriverManager.getConnection ("jdbc:oracle:thin:@127.0.0.1:1521:orcl",
                        "scott", "tiger");
    Does anybody know what is wrong?

    The problem is fixed. It did not work because I did not have a TNS listener running. Now it works fine.

  • UNABLE TO CONNECT ORACLE 8i NT WITH DEVELOPER 6.0

    Could somebody possibly from Oracle outline the solution on how to connect Oracle 8i with Developer 6.0. Oracle may please update the Developer 6.0 to be able connect to Oracle 8i sucessfully.

    I have Oracle 8.1.5 on my W/NT server and Developer 6.0 with patchA5 installed on my clients.
    I'm able to connect from Developer 6.0 to Oracle 8.1.5 using the following entries in
    my client's c:\orant\net80\admin\tnsnames.ora
    file:
    orcl.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = pc20)
    (Port = 1521)
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = pc20)
    (Port = 1526)
    (CONNECT_DATA = (SID = ORCL)
    ORCL is my Oracle 8.1.5 instance name (SID), not my global database name (which I called 'updsis' or whatever). (I DON'T mean the instance name MUST be ORCL!)
    I didn't need to change my tnsnames.ora after upgrading from 8.0.5 to 8.1.5 on the server.
    Hope this helps. Regards,
    Andrew Florit
    null

  • SQL Developer connection issue with JDBC

    Hi skutz & friends,
    I have problem with Oracle SQL Developer I can not connect to any oracle db
    because Status : Failure -Error loading native JDBC driver library.
    However, I download SQL developer [ Oracle SQL Developer for Windows (JDK1.5.0_06 is bundled in this zip) ]
    After it is not working. Also I download JDK 5.0 Update 14
    The Java SE Development Kit (JDK) to install it on my PC again.
    But it does not work. My install path information:
    install path as C:\Program Files\SQLDEVELOPER_INSTAL\sqldeveloper
    local oracle as !0g 10201
    SQL version as sqldeveloper-1.2.1.3213 which download last versionfrom OTN on 2/18/2008.
    for connection, taken basic.
    port as default 1521
    hostname and saver name are same.
    I created a environment variable in window xp.
    SQLDEVELOPER_USER_DIR AS C:\Program Files\SQLDEVELOPER_INSTAL\sqldeveloper
    can anybody help me with this connection?
    thanks
    Jimmy

    Duplicate thread: Please enter all responses on other thread: SQL seveloper connection issue with JDBC

  • Installing Designer 6 on NT With Oracle8 Personal Edition

    According to the Designer 6 For Windows NT installation guide, I can have Personal Oracle 8.0.4 as a local database for use with Designer 6. However I am unable to successfully install these due to:
    1. Designer and the Pre-Configured Repository must reside in the default_home directory.
    2. The Pre-Configured Repository must reside in the same Oracle Home Directory as the local database - therefore Personal Oracle8 must reside in the default_home directory also.
    3. Designer needs the 8.0.5 required support files whereas Oracle8 Personal Edition needs the 8.0.4 required support files to work.
    Thus, is my problem. As I can not install both 8.0.4 and 8.0.5 support files into the same Oracle home, how can I get to use Designer 6 with a local 8.0.4 database on NT, as it suggests in the Designer installation guide?
    null

    These are the steps .
    1. First Yout NT server must have Nt ver.4 with Service pack 5 built in
    2.All Y have to do is to Installed Web App
    Server on Different Physical location(With Oracle 8i) as different NT user with administrative privileges(Different from the user Y installed 8i RDBMS ).
    3. Set TNS_ADMIN parameter for NT Server.
    4.Set up the tnsname.ora and sqlnet.ora file
    on web app home ,(ie %ORACLE_HOME%\net80\admin ) as same as those on your Oracle DB HOme ,(ie %ORACLE_HOME%/network/admin )
    After this if You follow the installation guide ,Post installation task ,
    Every thing will work..
    Good luck ..
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by John J:
    Thanks. A couple of questions. Did you place the OAS in separate homes? If yes did you set enviromental variablesin System and user. Last Did you have to set the IP address in the winnt\system32\drivers\host.
    Still have not got it working. It seems to have installed. The node Listners is running. It could be a problem with my browser setup. Any ideas.
    Thanks JJ
    <HR></BLOCKQUOTE>
    null

  • SAP Screen Personas error "A problem with network connectivity has been detected"

    Hi,
    We just installed Personas release 100 SP02 and performed the
    configuration steps necessary. But when we acces the url and logon to
    personas we get the following erre
    A problem with network connectivity has been detected.
    Please check you connection and refresh your browser.
    Any help to solve this issue would be appreciated.
    Best Regards.

    Please use this checklist to see if everything is correct:
    1. restgui service handler class has CL_HTTP_EXT_ITS_BASIC
    2. SPRO -> Sap screen Personas -> Maintain system has
           - 3 letter system id
           - "Server.Url" without typo and value in http(s)://<SERVER>:<PORT>/ format 
           - "Service.Uri" without typo and value as /restgui
    3, Note 2026487 is installed
    4. If target system is different from source system then you are able to access the following
             - http(s)://<TARGETSERVER>:<PORT>/clientaccesspolicy.xml
             - http(s)://<TARGETSERVER>:<PORT>/crossdomain.xml
    5. role is assigned to user under /n/persos/admin_ui -> User Maintenance -> Search -> Show user -> Role
    If you still get error, then if you are using SSO, please check if you have configured login/create_sso2_ticket parameter correctly.
    Thanks
    Chinthan

  • SQL Developer connect to RAC12c (Basic) failed with ORA-01017 invalid username/password; logon denied

    I'm using scan in hostname to connect as Basic that failed ORA-01017.  I'm using the same credential system to logon from sqlplus and is fine.
    Any ideas?

    Essentially all you have said is: help me, I have a problem.
    1. full version of sql developer being used
    2. full version of Java SDK being used
    3. full version of JDBC jar file being used
    4. full details on the connection information being used
    5. full version of the Oracle client being used
    6. confirm that both your sql*plus and sql developer connections were made from the SAME machine
    A Basic connection uses the thin driver while sql*plus is using OCI

  • Oracle 8i with Developer 6 on Solaris platform

    is it possible to install the Oracle8i with Developer 6 on the same Solaris machine, I did try it, but it seems it will crash the Oracle 8i, any idea, many thanks.

    How do i Connect Developer 6.0 with Oracle8i ?
    When i am installing Developer 6.0 it takes a different Oracle Home Directory not the Oracle Database Home Directory and it shifts the path of the BIN directory to the newly installed Developer Directory.
    After the installation a different client is been installed in the Windows 2000 Advanced Server named as Oracle for Windows NT.
    I could not access neither Oracle Client nor the Developer after the installation system.
    Please reply.
    Very Urgent
    Thank u
    Vaskar

  • Problem with Database Connections in the designer - Catalog not updated

    This is Crystal Reports 2008 (12.2.0290). We have a number of reports that are viewed using the .Net runtime with the connection details set at runtime using ODBC to talk to SQL Server on different systems. This all works fine and is not the problem. The problem is when editing reports in the designer take the following example:
    Developer 1 creates report on their machine that references tables. DSN Name is DEV_DSN, pointing at their local database on their machine called DEV_DB1. Developer 2 needs to edit the report on their machine with a DSN of the same name (DEV_DSN) but this points to a different database on developer 2's machine called DEV_DB2.
    Developer 2 goes to the Set Datasource Location option in the Database menu to get it to point at their local DB only it doesn't work. They click on the first table included  (or the connection name) in the report and click update - they are prompted for the logon details for their local DSN/DB and supply them but they see an error indicating that there is an "Invalid object name" because the table is still being prefixed with the database name from developer 1's machine. When the table is expanded in this view the Catalog still shows as the DB name from developer 1's machine despite the connection properties above correctly showing the local DB name.
    As I say this is a design time issue not a runtime issue.
    Any ideas? Is there any way we can edit the Catalog name manually?

    Try setting the Over ridden qualified Table Name
    Set Datasource - > Tablename -> Properties
    Double click Over ridden qualified Table Name, type name as shown in in the table name field above it.
    Repeat for each table, this removes schema and db names associated with Table. Take a look at the SQL and make sure all tables are no longer prefixed.
    Report should now be totally portable.
    Ian

  • HT3728 My Time Capsule is working fine with ethernet connection, but it is no longer working with wifi, probably because of my wrong setting; is there a way to reset wifi setting without losing backuped data? Thanks you all

    y Time Capsule is working fine with ethernet connection, but it is no longer working with wifi, probably because of my wrong setting; is there a way to reset wifi setting without losing backuped data? Thanks you all

    Giancarlo Messalli wrote:
    1) are you sure a reset holding the reset button will not delete my data?
    Absolutely sure.. There is no connection at all.. reset is only the router side of the TC.
    For the hard disk to be erased you need to access the airport utility disk page.. request erase and confirm the operation.
    2) I can access to time capsule by ethernet but I am not able to input the corret setting by myself
    Thank you again
    I am uncertain why if you have access you cannot change settings.. but that is why you reset things so any of those problems should be fixed.
    Here is the Apple info on reset.
    http://support.apple.com/kb/ht3728
    And here is the quote from the horse's mouth so to speak.
    Factory default reset: Perform this reset if you wish to repurpose the AirPort Base Station or Time Capsule and want to remove all personal profiles and settings first. This reset resets the device to its state when you first purchased it. Data stored on internal or external hard drives connected to the device will not be erased. If you choose, you may manually erase the hard drive using AirPort Utility.

  • Mass Upload of Business Partner (Person) with/or Attribute Values

    Platform: CRM 4.0sr1 SP8, backend R/3 4.6c
    I have created an eCATT to upload Business Partners (Person), with Relationship Contact Person for pre-existing BPs (replicated from R/3 4.6 backend) and then chaineded another eCATT that assigns an Attribute Set to the newly created Contact Person. 
    However, I can only find the manual method to assign our newly created attribute sets/values via the CRM transaction <b>CRMD_PROF_BP</b>
    I looked at the expert tools <b>CRMD_MKT_TOOLS</b>, but they all seem to work with assigning the information to the BPs after they're added to a Target Group.
    So, how do I either upload the info directly <i>(I am unfamiliar with FM's/Programming and how to use them if anyone suggests one, so please be specific)</i> or create a target group that includes a this new set of Contact Person BP numbers?
    Thanks for any help!

    Hi Mike,
    The bottom line you try to achive is populate target group based on attributes
    of each BP right?
    Here, I try to give you alternatives:
    1. Without assign attributes to BP, and assume you have the attributes assigned
        already in R/3 (or the information already saved in BP R/3 somewhere). Use
        tcode CRMD_MKTDS from CRM, here you define external source of your
        target attributes. Define RFC connection to R/3 and retreive infoset from R/3.
        If you have BW connecto to CRM, this can be used as well.
    2. Or, you have lists of BP in MS-Excel file, for example Region1.Xls contains all
        BPs with region = 1 and Region2.xls contains all BPs with region = 2.
        Now, in Profile Set segmentation, create Target group and retreive all BP from
        excel file. Right click on that new target group and choose Target Group
        properties, Open tab Load File and Create New target group. then follow the
        rest steps until you get the target group with BP according to each file you
        have.
    3. Last alternative, which you may avoid as you are not familiar with programming.
        Use Function module  CRM_ISA_BP_CHAR_VALUES_SAVE to save BP
        attributes.
    Tell me if this is what you looking for.
    Gun.

  • Installing Oracle8i Personal Edition, Version 8.1.5 on Windows XP Pro

    I am trying to install Oracle8i Personal Edition, Version 8.1.5 on my system with Windows XP Pro on it.
    After copying the CD content to the Hard Drive and renaming symcjit.dll to symcjit_back.dll, and running the setup from the oracle folder on the C drive, I am having the following error message:
    " Invalid srttaging area. There are no top level components for Windows NT available for install from this satging area".
    Any clue?

    You may want to search the database forums or All forums categories first to see if this question is already answered. I see at least 6 threads in the database category level and 21 threads when I searched all categories for "invalid staging area." If you still do not the find the answer, please repost your question in the database forum.

  • HT201320 when trying to set up my email account, i enter add account tap in my details for my virgin media email account, after going through the veryfying, it comes back with cannot connect using ssl.

    when trying to set up my personal email account, following the on screen instructions, it comes back with CANNOT CONNECT USING SSL, do you want to try setting up the account without ssl? Yes or No

    Since Thunderbird does not run on iPads, what does this have to do with Thunderbird?

  • Problem with develop module

    I have LR 5.4 running on a mac OS 10.7.5. I am having problems with the software locking up in the Develop module. Sometimes a new image won't open and the preview screen stays black. I go back to the Library module and try to reneter the Develop module and get an error message saying there was an error trying to open the module. The entire LR screen is gray. I have to quit LR and restart the software to continue. I downloaded my software from Abobe and I was wondering if I can download a new version again and use my same serial number to reinstall the software.

    Hi Rodney,
    No custom print templates and this is a relatively new problem. It just
    started about a week ago. I have been using the software steady for months
    now. It did it once or twice last week but this weekend and today it has done
    it about six times so it seems the problem is getting worse. That¹s why I
    think the software may have been corrupted. I didn¹t keep a copy of the
    software I downloaded so I can¹t reinstall. That¹s why I was wondering if I
    could download it again and use the same serial number as before. I have only
    loaded the latest version on my desktop. I also have LR 4 still installed on
    my laptop and desktop. I have a big project to complete and this is really
    slowing me down.
    Michael
    Problem with develop module
    created by Andrew Rodney <https://forums.adobe.com/people/thedigitaldog>  in
    Photoshop Lightroom - View the full discussion
    <https://forums.adobe.com/message/6445126#6445126>
    Do you have any custom print templates? That might be the case, it was an
    issue at one time. Delete them and try using one of the default presets.
    Crash?
    Please note that the Adobe Forums do not accept email attachments. If you want
    to embed a screen image in your message please visit the thread in the forum
    to embed the image at https://forums.adobe.com/message/6445126#6445126 Replies
    to this message go to everyone subscribed to this thread, not directly to the
    person who posted the message. To post a reply, either reply to this email or
    visit the message page:  To
    unsubscribe from this thread, please visit the message page at
    . In the Actions box on the
    right, click the Stop Email Notifications link. Start a new discussion in
    Photoshop Lightroom by email
    <mailto:[email protected]>  or
    at Adobe Community
    <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14
    &container=3316>  For more information about maintaining your forum email
    notifications please go to http://forums.adobe.com/thread/416458?tstart=0.
    >

Maybe you are looking for