Если нет пароля system, а только на схему, то чтобы обновить схему, ее сложно пересоздать. В этом случае можно попробовать удалить все объекты схемы при помощи скриптика.
set head off
set pages 0
set long 9999999
spool drop_glueadm_obj.sql
select 'drop '||object_type||' '||object_name|| DECODE(OBJECT_TYPE,'TABLE',' CASCADE CONSTRAINTS;',';') from user_objects;
/
Wednesday, March 25, 2009
Sunday, March 22, 2009
Friday, March 20, 2009
RDP Client tips
How to connect to Terminal Windows if limit of simultaneuos connections is reached?
mstsc.exe -console
mstsc.exe -console
Mount your bootable ISO to an image drive
For this example I will use drive D: as the image drive, and drive E: as the flash drive.
Then
xcopy D:\*.* E: /s/e/f
Then
xcopy D:\*.* E: /s/e/f
Subscribe to:
Posts (Atom)