Revision history of "Get NLS info for your DB"

From Peter Pap's Technowiki
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 00:48, 14 January 2013Ppapa (talk | contribs). . (186 bytes) (+186). . (Created page with "This will get you the NLS_Character set: SELECT value$ FROM sys.props$ WHERE name = 'NLS_CHARACTERSET' ; This will get you all the NLS info: SELECT * FROM NLS_DATABASE_PAR...")