Oracle Business Process Management Suite 12c Essentials
Oracle Hyperion Financial Management 11 Essentials
Oracle SOA Suite 12c Essentials
Oracle WebLogic Server 12c Essentials
Java SE 8 Programmer II
Oracle Business Intelligence Foundation Suite 11g Essentials
Siebel 8 Consultant
Oracle WebLogic Server 12c: Administration I
Oracle VM 3 for x86 Essentials
Oracle Database 12c Essentials
Examine these statements:
Which is true?
It will result in a compilation error for protected_proc because calling_proc does not exist.
It will result in a compilation error for protected_proc because calling_proc must be prefixed with the schema name.
It will result in a successful compilation because objects referenced in an ACCESSIBLE BY clause are not checked at compile time.
With adequate privileges, PROTECTED_PROC procedure can be called by other programs apart from CALLING_PROC.
Which three are true about functions and procedures? (Choose three.)
The ACCESSIBLE BY clause can be used only for procedures.
In a function, every execution path must lead to a RETURN statement.
Both can have only constants as actual parameters for IN mode parameters.
Both can be invoked from within SQL statements.
In a procedure the RETURN statement cannot specify an expression.
In a function every RETURN statement must specify an expression.
Which statement is true about user-defined records?
They can be returned from a function.
Field types must match column types.
The number of fields must match the number of columns in a table.
Field names must match selected column names.