ORA-12514: TNS:listener does not currently know of service requested in...
The error appears when I tried to connect to the database. And it suggest me to use PING and TNSPING button on the toolbar. But I did not see these buttons.
View ArticleRE: Stop sending me emails!
Hi,I'm still getting emails I'm absolutely not interested in. Are you able to do something with it. Otherwise I will be made to cancel my account.Libor
View ArticleStop sending me emails!
I'm permanently getting irritating emails, despite I've turned it off in my account setting. Could you stop it!
View ArticleRE: Inserting a hard coded value & a value from a select statement
Hi Norm,Thanks for the prompt response and for suggesting an alternative option.To answer your question, I do not need distinct. I did it to avoid any duplicate data issue. I can remove the distinct if...
View ArticleRE: ORA-12514: TNS:listener does not currently know of service requested in...
Session--new connection.Click tnsnames editor button.Select an alias in the list to your left side.Click the yellow "lightning bolt" button - it's next to the free circle with a white tick in...
View ArticleRE: ORA-12514: TNS:listener does not currently know of service requested in...
Green circle, not free!I'm suffering from auto-incorrect!Sorry.
View ArticleRE: ORA-12514: TNS:listener does not currently know of service requested in...
The dialog that pops up with that suggestion has a toolbar with buttons. One of them should be for Ping and another for tnsping. Mouse over them to read the tool tips so you can see which is which. If...
View ArticleRE: Importing old user settings from a commandline
Older files such as Connections.ini will be converted automatically to Connections.xml once the user starts using the newer version of Toad. Previous settings should also migrate over to the latest...
View ArticleRE: Inserting a hard coded value & a value from a select statement
If you are looking for a way to have a hard-coded value, why not put it in the select like this (with or without the distinct depending on your data):INSERT INTO GOREMAL(GOREMAL_EMAL_CODE,...
View ArticleBlank statement gives 'unknown command "list"'
I have, I believe, finally tracked down the mysterious message which has been appearing in my Toad script output: unknown command "list" - rest of line ignored.It happens when a semicolon is placed...
View ArticleORA-12505 TNS:listener could not resolve SID given in connect descriptor and...
Hello,I am a new user of toad for oracle 11g 64 bit and I tried to connect to the database on the virtual machine. But the error 12505 and 12154 keeps showing up for the databases I need to connect. I...
View ArticleRE: ORA-12514: TNS:listener does not currently know of service requested in...
Thanks! That solves my problem.
View ArticleTable Script too long to open.
When I ask to display the script of a table, it takes 30 seconds, an idea.
View ArticleImporting using SQL Loader for Oracle Toad
I getting an error 500 the application does not finds the source file (.dat or .txt) while executing the wizard.....what Im doing wrong..... do I need to grant permission to the directory so Toad can...
View ArticleRE: Stop sending me emails!
Hi Libor - sent you an email yesterday, but I am nit sure if you received. I have resolved this issue in your account so you should not be receiving anymore emails. Please forward them to me if you...
View ArticleRE: default path to send spool files
The SQL Spool file (called DEBUG.SQL by default) gets written in your Toad User Files Directory, like many of Toad's ancillary files.While you can find assistance in Toad's HELP file, I find it's often...
View Articledefault path to send spool files
Is there a place in TOAD to set a default path to send spool files if no path is specified?
View ArticleRE: Stop sending me emails!
Hi,it looks, you are not right :-) Here is another portion of emails, since yesterday.Libor
View ArticleRE: default path to send spool files
Hi,AFAIK, spool search, from your example, shows no answer on poster question.I think that default spool file location is defined with:With code:spool where_am_i.LSTselect 1 from dual;spool off;Result...
View Article