Unable to connect to database
Hi,Whenever i'm trying to connect to the database, i'm receiving this error "No valid Oracle clients found. You need at least one 64-bit client properly configured." . Kindly help me fix it.Regards
View ArticleRE: How to use a PIPELINE in plsql
Hi,Today I observed that duplicate records are getting inserted into my custom table after I added PRAGMA AUTONOMOUS_TRANSACTION. If I didn't make that as autonomous transaction data is not getting...
View ArticleRE: Toad schema browser not showing tables
I can't tell if you are asking how to clear filters, or saying "don't tell me to clear filters", so: To clear the filters, click the drop-down arrow next to the funnel icon and choose "Clear filter...
View ArticleRE: Toad 12.10 - package name separate color from function/procedure name
This is no longer possible. 11.6 used a different method for tokenizing your text for the purposes of styling. It allowed for more granular breakdown of identifiers. 12.10 treats '.' as an identifier...
View ArticleRE: oracle data transformation
CREATE TABLE X ( A_COLUMN_NAME VARCHAR2(32 BYTE), A_FILE_NAME VARCHAR2(32 BYTE))/SET DEFINE OFF;Insert into X (A_COLUMN_NAME, A_FILE_NAME) Values ('col1', 'file1');Insert into X...
View ArticleRE: JSON Language/Syntax Highlighting
Not at this time, but it has come up internally recently to extend support for JSON.Michael
View ArticleJSON Language/Syntax Highlighting
Is there a way to display JSON data according its syntax? I see you can only specify for Global, SQL and XML.
View ArticleRE: How to use a PIPELINE in plsql
Sounds like you are missing a unique contraint on your table which will prevent the duplicates. Also, I suspect a coding error perhaps, and an exception handler that is ignoring errors maybe?If a check...
View ArticleHow to use a PIPELINE in plsql
Hi Experts,We have a requirement where the 'select person_id from TABLE(abc_pkg.abc_fun(:transactionId)) ORDER BY emp_level' should be used where it returns more than one person (we are using this...
View ArticleRE: Oracle Trace Files - finally documented. Free eBook.
Afternoon All,updates like busses - nothing for ages, then two together!After a brief conversation with John Dorlon, I've added some better explanations of what goes on when a cursor is closed but...
View ArticleRE: Oracle Trace Files - finally documented. Free eBook.
Hi Norm,John is fully introduced with our talk on mine trace fiel?If yes, then he can fix TFB a lot...:-)If not, please let me know so I can contact him and explain...
View ArticleRE: Oracle Trace Files - finally documented. Free eBook.
Damir, If you’ve found a bug, let me know the details. Norm and I did talk about your file. -John
View ArticleRE: Oracle Trace Files - finally documented. Free eBook.
Hi johnYou said that you are busy so I was waiting for you to come.On link:https://drive.google.com/open?id=0B8R6MVlBMkSpOHFzVTFwa053R0kyou can find all files needed for analyze.1) trace_data.zip-trace...
View ArticleRE: Oracle Trace Files - finally documented. Free eBook.
I'll reply to you privately so we don't hijack Norm's thread.
View ArticleRE: Bug with search data in the create table section
That's not much to go on. Can you give us some clear steps to reproduce the problem?
View ArticleBug with search data in the create table section
There is a cyclic error when you are creating a table and try to search data, after that you are not able to close the popup
View ArticleRE: Create table
That's not an option. Easiest solution would be to rearrange the tabs in your excel file so that the tab you want is first.
View ArticleCreate table
Hi, I am trying to create a new table from an excel file. I want to Load Cols From File but I want the second tab in the excel file. It keeps on pulling in the first tab. How do I get the second tabs...
View ArticleRE: Create table
I usually copy the tab I want into a new excel with data in only one tab
View ArticleRE: Set Default Schema
This seems to be a problem for me as well.The Schema Browser window will default to my default schema, but the Editor window doesn't seem to keep the value. Also when I right click the schema dropdown...
View Article