Oracle DB questions
1. Is
there a setting to make the identifier names as small letters by default, and
to allow more than 30 characters as identifier(column, table, trigger names)?
2. Can
we create DB from the OCCI(Oracle C++ call interface) client / any client? If
yes, how? we can only create database from the server after setting the proper
env variables and initialization files.
3. Is
there any way/setting to relax the Mutating-Table Restriction.
i am using oracle 11.2.0.1 enterprise DB.
0