home *** CD-ROM | disk | FTP | other *** search
- REMARK Script for SQL*Plus for creating the first Oracle user
- REMARK This user will be the owner of the SuperOffice database
-
- PROMPT Enter userid for new SuperOffice administrator;
- ACCEPT PWD PROMPT 'Password: '
- CREATE USER SO IDENTIFIED BY "&PWD";
- GRANT CONNECT TO SO;
- GRANT DBA TO SO;
-