Tags: username

Oracle: Usefull Commands

Technology, Oracle Send feedback »
1.EXPORT: exp system@test owner=test123 file=d:\oracle\user.dmp log=d:\oracle\userdump.log rows=y statistics=none feedback=100 indexes=y consistent=y compress=n; (for individual tables=table1,table2,.....) 2.IMPORT: imp system@test fromu… more »

Oracle: HOW TO SELECT USERNAME AND CHECK THERE STATUS

Technology, Oracle Send feedback »
select username,created,account_status from dba_users where username like '-----%' order by created more »