Originally posted by gnagesh
Sorry :

It is not posted correctly : It should be like

grant connect,resource,dba to username identified by pwd;
Anyway it is not possible to create a user and grant privilegies to it in the same statement.

You should first create the user and after grant it all the priveligies you want.

Regards

Angel