Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Database role to create tables

    Hi

    To create a role, you must have CREATE ROLE system privileges.

    The syntax for creating a role is:

    CREATE ROLE role_name

    [ NOT IDENTIFIED |

    ...

  • RE: User-created schemas

    Hi

    Every database you create has a predefined sys XML schema collection in the sys relational schema. It reserves these predefined schemas, and they can be accessed from any other user-created...

Viewing 2 posts - 1 through 2 (of 2 total)