Oracle 1z0-497 - Oracle Database 12c Essentials
In Oracle Database 12c, when does a transaction begin?
Consider 10 scenarios that result in database downtime. Which five of them are considered as planned downtime?
What happens when you execute these SQL statements?
ALTER SYSTEM SET SGA_TARGET = 992M;
ALTER SYSTEM SET SHARED_POOL_SIZE = 0;
ALTER SYSTEM SET LARGE_POOL_SIZE = 0;
ALTER SYSTEM SET JAVA_POOL_SIZE = 0;
ALTER SYSTEM SET DB_CACHE_SIZE = 0;
ALTER SYSTEM SET STREAMS POOL SIZE = 0;
Which three DBA operations can be performed by using Oracle SQL Developer?
Your customer wants to migrate their production database from Oracle Database 10gon AIX to Oracle Database 12con Solaris, and is concerned about the downtime. Which Oracle solution would you recommend?
For which database operation do you need the database to be in MOUNT state?
Which two statements represent where Oracle Net must reside?
Which two statements about Database Express are true?
Your customer needs server availability that provides uninterrupted access to database services, handling any unexpected failure of one or more machines hosting the database server, due to a hardware or software fault. Which product should your customer use?
Which two statements are true regarding SQL*Plus?