cancel
Showing results for 
Search instead for 
Did you mean: 

Create new tablespaces with brtools

Former Member
0 Kudos

Hi, I try create new tablespaces with brtools but show request owner of tablespaces:

Main options for creation of tablespace in database SMP

1 - Tablespace name (tablespace) ......... [PSAPSR3702]

2 - Tablespace contents (contents) ....... [data]

3 - Segment space management (space) ..... [auto]

4 ? Database owner of tablespace (owner) . []

5 ~ Table data class / tabart (class) .... []

6 - Data type in tablespace (data) ....... [both]

7 # Joined index/table tablespace (join) . []

8 ~ Uniform size in MB (uniform) ......... []

9 - Bigfile tablespace (bigfile) ......... [no]

10 - Tablespace compression (compress) .... [no]

11 - Tablespace encryption (encrypt) ...... [no]

12 # Encryption algorithm (algorithm) ..... []

What value add?

Regards. 

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It should be your database schema.I think your DB schema is PSAPSR3.

Regards,

Venkata S Pagolu.

Former Member
0 Kudos

Thanks for information Venkata,

The user is SAPSR3??

Regards.

Former Member
0 Kudos

Hi,

It should be that. You can check it using sql statement.

sqlplus> select username from dba_users;

there you can find DB user (schema).

Regards,

Venkata S Pagolu.

Former Member
0 Kudos

Hi,

It should be that. You can check it using sql statement.

sqlplus> select username from dba_users;

there you can find DB user (schema).

Regards,

Venkata S Pagolu.

Answers (0)