DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: How important is NLS initially?

  1. #1
    Join Date
    Jan 2001
    Posts
    1

    Post

    Are there many problems to expect for a DBA, when you want to change the NLS-parameters later in the future, when a database is fully-operational ?

    Or is switching NLS very easy in Oracle8?

    Thanx Tony


  2. #2
    Join Date
    Jun 2000
    Posts
    417
    If the character set you're switching to is a strict superset of your current one, you can easily change it with an alter database character set command. Otherwise you should still be able to change it with an export/import for conversion.

    [url]http://technet.oracle.com/doc/oracle8i_816/server.816/a76966/ch3.htm#47136[/url]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width