Subject | create database |
---|---|
Author | Daniel Bertin |
Post date | 2002-02-26T01:05:08Z |
Hi all,
On a new create database;
SET SQL DIALECT 3;
CREATE DATABASE 'C:\Test-Gdb\Test.gdb'
USER 'SYSDBA'
PASSWORD 'newgen'
page_size = 4096;
what is the proper, and suggested way to change the user name and password
on the database, and still have the admin rights. when I change it in this
SQL, on creation of the database,
I get an error, Your user name and password are not defined when I try and
connect to the database.
I don't seem to find anything in the documentation.
Thanks
Daniel
On a new create database;
SET SQL DIALECT 3;
CREATE DATABASE 'C:\Test-Gdb\Test.gdb'
USER 'SYSDBA'
PASSWORD 'newgen'
page_size = 4096;
what is the proper, and suggested way to change the user name and password
on the database, and still have the admin rights. when I change it in this
SQL, on creation of the database,
I get an error, Your user name and password are not defined when I try and
connect to the database.
I don't seem to find anything in the documentation.
Thanks
Daniel