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 ]
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 ]