Is there a way I can get the datagrid in a separate window the same way doing an F4 describe has a separate window?
Thanks!
Is there a way I can get the datagrid in a separate window the same way doing an F4 describe has a separate window?
Thanks!
Guys, sqlplus can handle double newlines if you use
SET SQLBLANKLINES ON
Even semicolons in the data can be worked around by using
SET SQLTERMINATOR OFF
The real problem with sqlplus that actually has no solution is when your data has slashes by themselves. Try this for fun:
INSERT INTO mytable VALUES ('This semicolon won't work
xyzpqr;zzzzzzz
/
');
INSERT INTO mytable VALUES ('This slash is ok /
and this / too
but this one is not
/
');
sqlplus is seriously too primitive and limiting as a deployment tool at this point and badly needs phasing out. I wish everyone would start adopting SQLcl soon.
Was there a change form 12.11 to 12.12 in the formatting of the exported data when exporting as Merge or insert statements? I recently upgraded from 12.11 and noticed that my large VARCHAR2 fields if they contain CR and/or LF, the exported data now concatenates CHR(13) and CHR(10), instead of keeping the data intact as a full string. This is a concern because I generate backup scripts week to week and now they are different enough to make it difficult to determine if any changes occurred over the past week.
Is there a setting where I can return the output to the original formatting?
Thanks,
-Tim
Hi All,
I am 11.0.0.116 Toad for Oracle. I login to database as custom admin user named DBA which has a profile with below limits.
create profile DBA limit
sessions_per_user 2 <------------------------------ only 2
cpu_per_session 999999999
cpu_per_call unlimited
connect_time 525600
idle_time 3600
logical_reads_per_session 999999999
logical_reads_per_call unlimited
composite_limit unlimited
private_sga 1073741824
failed_login_attempts 3
When I login via sqlplus I do not get any errors or issue, but when I login via Toad I get ORA-02391 exceeded simultaneous sessions_per_user limit.
For you information "resource_limit " is TRUE and more than two session in sqlplus also fails which is expected
Are there any Toad Document / manual saying the Toad will recursively mention that will create recursive/multiple sessions.
Based on that I can present to our internal audit and modify the limit accordingly.
Thank
Athil
Hello hammer15026,
I'm getting your desired format as soon as I set the right margin setting to 59 or higher.
Thanks,
Andre
Hi All... I am using Oracle 12c and Toad 12.9... If i am doing select * from fnd_amp_requests_v ; Or select * from fnd_lookups and many more then its not displaying any data. But the view or table is defined there if i do F4.
Meanwhile slect * from mtl_system_item_b and many more are working correctly. Can anyone suggest what could be the problem please.
What can I do to workaround this in 12.10 ?
Is there no way to iterate over Export Dataset action at all ?
Is there any way to set an environment variable to the result of a query or another variable ? Or even just i = i + 1 ?
There's no way to use a list iterator with export dataset in 12.10. You can export multiple tables/views like this:
1) go an Export Dataset action on automation designer. Double-click it to open the Export Dataset window.
2) click on "dataset" tab and choose "Export objects"
3) click "Add" to add the objects that you want to export.
I recently upgraded to Toad for Oracle 12.12. Recording key stroke macros is not working the same. The Enter key is being recorded as 'Replace Selection'. In my previous version of Toad (12.5) it was recorded as 'Break line at current position, move caret to new line '. Am I wrong to expect the same functionality when I playback a recorded macro as when I recorded it?
Does this happen even if you just start Toad and then close it, or do you have to do something in particular while it is open?
If the former, are there any connections made automatically or windows auto-opening when Toad starts?
Whether or not there is a selection, all character and newline inserts are reported as replace selection. In the case of no selection the keystroke is replacing a zero length selection at the caret position thus functioning as an insert character operation. Even if the macro includes selection commands whether or not keystrokes actually replace a selection or simply insert text depends on the Editor text. In some cases a macro's selection commands may not make a selection. For example, the caret is at document start and the macro records commands to select previous characters.
> Am I wrong to expect the same functionality when I playback a recorded macro as when I recorded it?
It should playback, is it not? I can't reproduce any issue with newlines so please provide steps if you are seeing problems during playback.
Michael
While recording the new line kept the same indentation as the current line. When playing back, it does not. The only step in the macro is Enter on the keyboard - saved as Replace Selection.
Original
This is a test. I am recording the macro with the caret right before the "I"
Recording Result
This is a test.
I am recording the macro with the caret right before the "I"
Playback original
This is a test. I am playing back the macro with the caret right before the "I".
Playback result
This is a test.
I am playing back the macro with the caret right before the "I".
Looks like newline entered via macro playback needs to observe the auto indent option. The option is applied on keystroke, but not playback. Thanks, I'll log.
Michael
Do you have user feedback turned on? Help -> Product Improvement Program. If so, try turning it off.
Also, can you "view details" and send that information along?
Also, which version of Toad and which operating system?
Hi ,
What is the status on specifying color of your editor window on the basis of your connection used (production == RED, acceptation==BLEU, TEST==GREEN).
I know you can change color of your connection. But I want to be able to change the color of your whole interface (EDITOR, Datagrid) on the basis of the connection you choose.
If have been using TOAD , I think since 2000 or something. Why can't this be made possible? Please what is the status?