update nls_database_parameters Oracle

Asked

Viewed 136 times

0

I need to change the parameters nls Oracle, placing the image characteristics below:

inserir a descrição da imagem aqui

I’ve tried a lot of tips, but you always say I have insufficient privileges.

These are my settings:

NLS_LANGUAGE    AMERICAN
NLS_TERRITORY   AMERICA
NLS_CURRENCY    $
NLS_ISO_CURRENCY    AMERICA
NLS_NUMERIC_CHARACTERS  .,
NLS_CHARACTERSET    AL32UTF8
NLS_CALENDAR    GREGORIAN
NLS_DATE_FORMAT DD-MON-RR
NLS_DATE_LANGUAGE   AMERICAN
NLS_SORT    BINARY
NLS_TIME_FORMAT HH.MI.SSXFF AM
NLS_TIMESTAMP_FORMAT    DD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT  HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
NLS_DUAL_CURRENCY   $
NLS_COMP    BINARY
NLS_LENGTH_SEMANTICS    BYTE
NLS_NCHAR_CONV_EXCP FALSE
NLS_NCHAR_CHARACTERSET  AL16UTF16
NLS_RDBMS_VERSION   11.2.0.2.0

1 answer

2

I believe the answer is in your comment. If the error is related to insufficient privileges, your user is not allowed to change the parameters. Regardless of the method used, the Database server will bar the change.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.