Oracle Database Express Edition
I changed the parameter from AL32UTF8 to WE8MSWIN1252 NLS_CHARACTERSET and now does not work on Get started and get the following error ORA-06550: line 1, column 6: PLS-00103: Encountered the symbol "end-of-file" when expecting one of the Following: (begin case declare exit for goto if loop mod null pragma raise return select update while with <an identifier> <a double-quoted delimited-identifier> <a bind variable> << close current delete fetch continue lock insert open rollback sql execute commit savepoint September forall merge pipe purge.
Is it possible to work with Oracle Database Express NLS_CHARACTERSET = WE8MSWIN1252?
0