![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi In SQL command od Oracle 9i *I *look error because "_" is invalid character. * * * * examle: * * * * grant all on _USER_REPL_NESTED_TABLE_NAMES to baza_prog_admin * * * * * * * * * * * * ** * * * * ERROR at line 1: * * * * ORA-00911: invalid character Why "_" on first character is invalid? |
#3
| |||
| |||
|
|
On Apr 1, 7:54*am, "Karol" <n... (AT) mail (DOT) com> wrote: Hi In SQL command od Oracle 9i *I *look error because "_" is invalid character. * * * * examle: * * * * grant all on _USER_REPL_NESTED_TABLE_NAMES to baza_prog_admin * * * * * * * * * * * * ** * * * * ERROR at line 1: * * * * ORA-00911: invalid character Why "_" on first character is invalid? Because that is the syntax of identifiers. RTFM.http://download.oracle.com/docs/cd/B.../b14200/sql_el... Among the rules is this: "Nonquoted identifiers must begin with an alphabetic character from your database character set. Quoted identifiers can begin with any character." |
![]() |
| Thread Tools | |
| Display Modes | |
| |