Home » RDBMS Server » Networking and Gateways » Local connection of Forms client to Oracle 9i server
Local connection of Forms client to Oracle 9i server [message #66921] Sat, 15 March 2003 05:33 Go to next message
Phil Hartley
Messages: 5
Registered: March 2003
Junior Member
Oracle Network Gurus,

I’m an Oracle newbie trying to get Forms Builder working on my Win XP Pro box for a Database Systems assignment.

I did some tinkering so I have just done a fresh install of Oracle 9i and Forms Builder 6 on my XP box. I can connect to the server fine using sqlplus from the Oracle 9i install by omitting the connect_string. As shown here:

I:oracleora92bin>sqlplus hartley_p/*******

SQL*Plus: Release 9.2.0.1.0 - Production on Sat Mar 15 11:58:22 2003

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production

SQL>

But the sqlplus client from the Forms install gives me the below error:

SQL*Plus: Release 8.0.6.0.0 - Production on Sat Mar 15 12:03:01 2003

(c) Copyright 1999 Oracle Corporation. All rights reserved.

Enter user-name: hartley_p
ERROR:
ORA-12203: TNS:unable to connect to destination

Enter user-name:

And with Forms Builder, the client I really want to use, I get the same error with an empty ‘Database’ field. Where as starting Forms Builder with my 'sid.domain' in the database field I get an 'ORA-12154:TNS:Could not resolve service name' error.

There is obviously some configuration needed for local communication between the Forms client and the Oracle server, but being an Oracle newbie I’m floundering.

I’m sure this has been asked before but any help will be greatly appreciated.

Regards,

Phil Hartley.
Re: Local connection of Forms client to Oracle 9i server [message #66923 is a reply to message #66921] Sat, 15 March 2003 14:47 Go to previous messageGo to next message
Phil Hartley
Messages: 5
Registered: March 2003
Junior Member
I got it working. Thanks anyway.

FYI:

# I:ORACLEFORMS6NET80ADMINTNSNAMES.ORA Configuration File:I:oracleForms6net80admintnsnames.ora
# Generated by Oracle Net8 Assistant

PHIL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = dbsys))
(CONNECT_DATA = (SID = DBSYS))
)
Re: Local connection of Forms client to Oracle 9i server [message #67553 is a reply to message #66921] Tue, 05 October 2004 02:29 Go to previous message
Vishal Chadda
Messages: 1
Registered: October 2004
Junior Member
You need to create conection string by created a new entery in TNNAMES.ORA file. And then use this connection string as follows:
username/pass@connect_String
This should help u.
Previous Topic: ORA-12203
Next Topic: About TNS Listener
Goto Forum:
  


Current Time: Sat May 04 07:02:46 CDT 2024