Automatil DDL for create user

rbrooker

Member³
Hi,
When you select a user, drag that user into a SQL window, select DDL from the menu, the ddl that is displayed is incorrect.

You get :
create user blah identified by 01834740549536..... ( where 01834740549536 is the value in the dba_users password column for that user ).

What you should get is :
create user blah identified by values '01834740549536'..... ( where 01834740549536 is the value in the dba_users password column for that user ).

Thanks.

------------------
richard.brooker@vuw.ac.nz :)
 
Back
Top