create database character set AL32UTF8 national charset UTF8
Hello,
I search a script to create database character set AL32UTF8 national charset UTF8.
Thanks
Regards
Bibi
Oracle Database
Last Comment
bibi92
8/22/2022 - Mon
slightwv (䄆 Netminder)
The easiest way to get a create database script that you want is to run the Database Configuration Assistant (DBCA) tool, select all the options you want including the correct character set and at the very end you have the option to save the statements as a script.
https://docs.oracle.com/database/122/ADMIN/creating-and-configuring-an-oracle-database.htm#ADMIN-GUID-99A93810-62B1-4707-9995-89B3D0B5FB56
If you want any old script, google around for samples and change the characterset in whatever script you find.