Manage ControlFiles

Hello,

how can i administer/manage the controlfiles in Toad ??

Karsten

What exactly do you want to be able to do with your control file?

What administration of the control files did you have in mind?

You can do "easy" stuff in the SQL editor as follows, if your connection has the correct privileges of course:

Alter system set control_files =

'/path/control_1.ctl',

'/path/control_2.ctl',

'/path/control_3.ctl'

scope = spfile;

Cheers,

Norm. [TeamT ]

On 6 February 2017 09:55:40 GMT+00:00, karsten jaehn bounce-karsten_jaehn@toadworld.com wrote:

Manage ControlFiles

Thread created by karsten jaehn
Hello,

how can i administer/manage the controlfiles in Toad ??

Karsten

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or Unsubscribe from Toad for Oracle Forum notifications altogether.

Toad for Oracle - Discussion Forum

Flag this post as spam/abuse.

--

Sent from my Android device with K-9 Mail. Please excuse my brevity.

Hello John,

that was you have wrote is correct.

Can i make this with the graphic tool ?

it is possible, that i can see the last scn or the content of the controlfile ?

Karsten

sorry, i mean Norm…

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 to change.