Examine this query executed as SYS and its output:

Which two observations are true based on the output?
A. The client-side result cache and the server-side result cache are enabled.Which two conditions must be true for a PL/SQL function to be result cached? (Choose two.)
A. It must be part of a package.You are connected as SCOTT who has an EMP table with this structure:

Examine this code:

Assuming the default edition is ORA$BASE, which is correct?
A. The query will return records pertaining to department 30 with SAL and COMM values displayed as NULL.Which two PL/SQL blocks give the output “this is a test message”? (Choose two.)
A. BEGIN DBMS_OUTPUT.PUT_LINE (DBMS_ASSERT.ENQUOTE_NAME (‘this is a test message’, TRUE)); END;Which two statements are true about the SQL Query Result Cache? (Choose two.)
A. It can store the query results for temporary tables.Examine this code:

What is the correct statement to get the value of attribute ACCOUNT_MGR after the procedure has been executed?
A. SELECT USERENV (`ACCOUNT_MGR') FROM dual;The database instance was started up with the following initialization parameter values:
MEMORY_TARGET = 500M
RESULT_CACHE_MODE = FORCE
RESULT_CACHE_MAX_SIZE = 0
After the database startup, to enable the result cache, you issued the following command:
SQL> ALTER SYSTEM SET result_cache_max_size = 2M SCOPE = MEMORY;
Which is the effect of this command?
A. The query result cache is enabled and 2 MB of the memory target is allocated to the result cache.Examine these statements:
1.
A function with invoker's rights can be result cached by using both AUTHID CURRENT_USER and RESULT_CACHE in its declaration.
2.
A function with invoker's rights cannot be result cached because it may allow a user to retrieve data cached by another user.
3.
Results in the result cache for an invoker's rights function will be cached by the value of CURRENT_SCHEMA in the invoking environment.
4.
By default, declaring a function with RESULT_CACHE makes it an invoker's rights result cached function.
5.
A function with invoker's rights can be result cached because the function result cache is created per user for invoker's rights functions.
Identify the set of correct statements with respect to invoker's rights and function result caching.
A. 1, 3, 4 and 5Which statements are true about the SecureFile storage paradigm? (Choose two.)
A. SecureFile storage can be used for internal and external LOBs.There is a Java class file in your system and you publish it using the following command:
CREATE OR REPLACE PROCEDURE ccformat
(x IN OUT VARCHAR2)
AS LANGUAGE JAVA
NAME 'FormatCreditCardNo.formatCard(java.lang.String[])';
However, you receive the following error when executing the CCFORMAT procedure:
ERROR at line 1:
ORA-29540: class FormatCreditCardNo does not exist
ORA-06512: at "SH.CCFORMAT", line 1
ORA-06512: at line 1
What would you do to execute the procedure successfully?
A. Change the listener configuration.Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-148 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.