I wann create database from command prompt I created an instance init but whenever i m going to start that service by using oradim service not start. please send me complete solution to create database in Oracle 9i ORA-12560: TNS:protocol adapter error |
Information about Audit. How can we do this... commands
|
Which services i have to start to resolve the issue. |
| On windows, you need to make sure the OracleServiceSID is running. |
| I had installed Oracle 10 g on my new XP system, I didn't opted for creating the stater database while installation and the Oracle setup was sucessfull. While I start the Sqlplus and provide the login as scott/tiger , it gives me the following error : TNS:Protocol Adapter Error |
If you didn't choose to create a database, you will have to create a new database. You can use the database configuration assistant (dbca) for this |
| when i want to view my module in form developer by web page this error will appeared. please give me some advice thanks. |
The ORACLE_SID is probably not configured in the forms server, so connections to a database will not work. Check the forms configuration and adapt accordingly
|
please can anyone help out...my machine has only one database..if i try to connect yo database(10g) without string name,it is not getting connected..geeting tns adapter error..help! |
You have to define the ORACLE_SID
|
when i'm creating maual database that time i'm getting an error "ora-12560:tns:protocol adapter error" how can i solve this error. please help me. |
hi all.. my db sid is orcl how can i find its serviice is runing.
rgds n advance
|
hai i am sureh,
following errors are display while i am connecting sql*plus,
ora 12560 : tns protocol adapter error. How to solve this problem
|
First i connected as system/password@hostname, now i have given conn "/ as sysdba". It is asking password. Enter password: what should i give here. How to find the password for this. |
It is the password you had to supply at creation time.
You can try with oracle, manager, change_on_install
|
Having the same talked by most here but in my is brand new installation (no instance) and after conclude the installation succesfuly once I try to create a new instance using the graphic api brough by oracle, the dam message appear again and again???, can someone help me out, i tried last night up to 3am and nothing... By the way my O.S. is Windows 2008Server 32b and Ora 10g R2 for vista 32b.
Any thoughs are going to be very appreciated...
Pedro |
I have oracle database express edition when I try to connect from form builder 10g I get this error, and my OS is Windows Vista. I even tried out the above solution C:\>sqlplus entered username and password, the result is the same error message, can you help me please.. |
As you have both an Oracle database and Oracle forms, what is your current Oracle home? Is it the one of forms? If so, change it to the one of the database.
You can use Oracle Locator Express to change the homes. |
I have oracle database express edition when I try to connect from form builder 10g I get this error, and my OS is Windows Vista. I even tried out the above solution C:\>sqlplus entered username and password, the result is the same error message, can you help me please.. |
so, should I change to oracle database 10g? but it slows down my computer.. thank you.. |
| i am trying to login through scott/tiger but not able to login it show protocol adaptor error and sometime it show database is not started or shutting down in progress. so can anyone please help me. |
Are you sure the service is running?
Can it be that it crashes for some reason?
|
now I have oracle database 10g express edition when I try to connect from form builder 10g or from command prompt I get the same error, could my OS (Windows Vista) cause this problem?
|
Now only i installed Oracle 9i server. I tried to connect to Oracle using scott/tiger. But it throws an error Protocol Adapter error. Plz help me to solve this problem.
Thanks in advance |
We are facing an issue while connecting to Oracle 10G Express Edition via SQL PLUS and OTL Interface.
It is giving the below error:
a??ORA-12560: TNS:protocol adapter errora??
This appears to be a common error with ORACLE. We tried all the options that we read in various DB forums.
|
Can you give an example of how you connect, both via sqlplus and OTL?
|
Type svrmgrl at Run.
Svrmgrl prompt appears. type Connect Internal
then again type startup
and open your oracle. It will be working now!!!!
|
Yester day it was working fine from today its showing "ORA- 12560: TNS: protocol adapter error" error.
I checked for services...
What should I do next? |
| : -> 02-APR-2008 13:03:24 | What is the status | DbMotive | Reply |
Is your service running?
If not, please restart the service and check the oradim.log in your %ORACLE_HOME%/dbs directory
|
| on starting oracle i got an error tns: protocol adapter error |
| : -> 07-APR-2008 10:55:23 | Result requested | DbMotive | Reply |
Can you post the output of the steps performed?
When you connect as "/ as sysdba", does it say "Connected to an idle instance" ?
|
| Is there a comprehensive material on Oracle TNS? |
| : -> 14-APR-2008 08:19:24 | Check documentation | DbMotive | Reply |
Oracle has all the manuals online, check tahiti.oracle.com
|
| my database was working before.when i installed forms ans reports for 10g,my 9i database is not working..telling tns protocole error.ORA-12560: TNS:protocol adapter error |
| : -> 17-APR-2008 08:41:03 | Different Oracle Home | DbMotive | Reply |
Forms is installed into a different Oracle home, which will become the default after installation.
When you try to connect to your database, you will see this behavior.
You have to change the default Oracle home back to the original one.
you can use our free tool "Oracle Locator Express" to change the Oracle home.
Click downloads on the left hand side, and choose the correct download.
|
| : -> 07-MAY-2008 07:23:42 | ora-12560 error | manoj kumar sharma | Reply |
when i am connect as sysdba. i get ora-12560 error.
set oracle_sid=orcl;
sqlplus /nolog
sql> connect sys/sys as sysdba
get this error
ORA-12560: TNS:protocol adapter error
please help me |
| When my application is running with the oracle database and suddenly if oracle gets shutdown for 5 minutes and if it again gets startup then my application try to get connection at that time it throwing this error. If i bring's down my application also and getting restarted everything it is getting and working fine!! But when it's(oracle) gets disconnected when my application is running it is trying to connect means it is not getting connected. Please help regarding this issue...? |
| :: -> 14-MAY-2008 14:02:16 | Do you have a service ORCL | DbMotive | Reply |
Do you actually have a service OracelServiceORCL running?
|