Jul 29, 2002 #1 viztek Programmer Nov 7, 2000 30 IN Hi, tell me how can i check what character set my db has. tell me sql command or solme other way to know that. thanks, Viztek
Hi, tell me how can i check what character set my db has. tell me sql command or solme other way to know that. thanks, Viztek
Jul 29, 2002 1 #2 Shantha Programmer Jun 12, 2002 48 IN SELECT * FROM V$NLS_PARAMETERS; or select * from nls_database_parameters; NLS_CHARACTERSET record will display the character set of the database. Talent is what you possess; genius is what possesses you Upvote 0 Downvote
SELECT * FROM V$NLS_PARAMETERS; or select * from nls_database_parameters; NLS_CHARACTERSET record will display the character set of the database. Talent is what you possess; genius is what possesses you