Create Application Developer account

rem Name:    appdev.sql
rem Purpose: Create Application Developer account
rem Usage:   @appdev <username>
rem Subject: user
rem Attrib:  sql ddl dba
rem Descr:
rem Notes:
rem SeeAlso: @appown @approl @appusr

@setup
set feedback on

create user &&1 identified by &&1
default tablespace &&defuserts
temporary tablespace &&deftempts;

rem grant create session to &&1;
grant &&appdevrole to &&1;
alter user &&1 quota unlimited on &&defuserts;
alter user &&1 profile &&appdevprof;

@setdefs

Have a Oracle Question
Do you have an Oracle Question?

Oracle Books
Oracle Certification, Database Administration, SQL, Application, Programming Reference Books

Oracle Application
Oracle Application Hints and Tips

Oracle Home
Oracle Database, SQL, Application, Programming Tips

All the site contents are Copyright © www.erpgreat.com and the content authors. All rights reserved.
All product names are trademarks of their respective companies.
The site www.erpgreat.com is not affiliated with or endorsed by any company listed at this site.
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk.
 The content on this site may not be reproduced or redistributed without the express written permission of
www.erpgreat.com or the content authors.