Forum Post: Stop sending me emails!
I'm permanently getting irritating emails, despite I've turned it off in my account setting. Could you stop it!
View ArticleForum Post: RE: AV error at 0 when selecting an XML column
If you go to SB-Tables-Data, XMLTYPE columns are automatically selected with .GetClobVal(), so you shouldn't have any problems there. If you are querying in the Editor, you'll have to add that...
View ArticleForum Post: RE: TOAD - EXCEL INSTANCE
That version of Toad is really old. I don't remember the specific cause of this - it may be your combination of Toad version and Excel version, or your system date format. Upgrading Toad should solve...
View ArticleForum Post: RE: Manage ControlFiles
You can do that with Database -> Oracle -> Oracle Parameters. Just type "CONT" in the filter at the top to quickly locate the control file related parameters, then double-click the one you want...
View ArticleForum Post: RE: Stop sending me emails!
Ignore my previous post as... you! :-) I was impersonating you to see your subscription options and replied while impersonating. How often are you getting the emails? It looks like you are subscribed...
View ArticleForum Post: RE: Scheduled Task Password Lock
First of all, I didn’t not expect to receive this level of customer support. Thank you! Automating / Scheduling these reports are going to save A LOT of time for our team. I was able to sucesffuly run...
View ArticleForum Post: RE: Issue with create table script and not nulls
Some NOT NULL constraints are automatically created by Oracle when you create a primary key. In these cases, our script does not also specify NOT NULL for these columns because if you do that, then...
View ArticleForum Post: RE: Stop sending me emails!
You may need to Unjoin the forum. On ToadWorld go to the Toad for Oracle forum and just to the right of the "Toad for Oracle Community" header there is the Join/Unjoin option. Click that to Unjoin and...
View ArticleForum Post: RE: Stop sending me emails!
Hi, I‘m affraid, I 'm getting emails regarding all the posts. This is sample of todays emails: As you can see on the following picture, I’ve turned off the notifications: Libor
View ArticleForum Post: RE: Stop sending me emails!
I've made the admin team aware of the issue and hopefully we'll have a resolution for you sooner rather than later.
View ArticleForum Post: RE: Issue with create table script and not nulls
You're welcome. I'm glad that's all it was!
View ArticleForum Post: List index out of bounds (17)
Getting this error when I try to run this SQL- select * from mgmt$jobs; List index out of bounds (17) I get the results from SQL*Plus but not from TOAD. Please advise I use TOAD for Oracle 12.10.0.30...
View ArticleForum Post: RE: List index out of bounds (17)
ColumnName ColID DataType Null JOB_NAME 1 VARCHAR2 (64 Byte) N JOB_ID 2 RAW (16) N JOB_OWNER 3 VARCHAR2 (256 Byte) N JOB_DESCRIPTION 4 VARCHAR2 (4000 Byte) Y JOB_TYPE 5 VARCHAR2 (64 Byte) N TARGET_TYPE...
View ArticleForum Post: RE: List index out of bounds (17)
The problem is likely due to something not supported in your MGMT_JOB_INT_ARRAY type. If you give me some SQL to create that type, and to create the table, and insert a few rows, I'll try to reproduce...
View ArticleForum Post: Access voilation at address errors
Hello All, Tool details: Toad for Oracle Toad for oracle Xpert(64-bit),Add-Ons: DB Admin Module. Version : 12.8.0.49 Issue: Have been facing issue with total lately with export data/create...
View ArticleForum Post: RE: List index out of bounds (17)
I created that table on my database and inserted a few rows. I can select from it without any problem. When you get the error, do you have an error dialog that says "to see what this error report...
View ArticleForum Post: RE: List index out of bounds (17)
I get this error when I run the query select months,days from SYSMAN.MGMT_JOB_SCHEDULE; List index out of bounds (1)
View Article