|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
hi.. i receive this error when i trying to connect to Form builder 6i.
i had try to connect using default name scott/tiger. but it stil the same error... besides, i was unable to install Report builder 6i.. it always prompt out an error " You must close all Oracle Application before installation" (it stated SQL*Net is running).. wat wrong with this??? however, i can connect to server side database, sql*plus... wat i faced is i cant connect on client site application... wat can i do to resolve?? ![]() |
|
#2
|
|||
|
|||
|
Open <OracleDeveloperInstallDirec> -> Net80 ->TNSNames.ora and add the following at the start.
Code:
MyOwnDB =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = HostPCName)(PORT = 1521))
)
(CONNECT_DATA =
(SID = DatabaseSID)
)
)
While connecting to oracle from dev , the 3rd parameter must match "MyOwnDB" (name it anything you like)... |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > ORA-12203: TNS:unable to connect to destination |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|