exam questions

Exam 1z0-146 All Questions

View all questions & answers for the 1z0-146 exam

Exam 1z0-146 topic 1 question 94 discussion

Actual exam question from Oracle's 1z0-146
Question #: 94
Topic #: 1
[All 1z0-146 Questions]

View the Exhibit to examine a Java source file. You have the corresponding Java class file and you execute the command as follows: SQL> CREATE OR
REPLACE PROCEDURE ccformat (x IN OUT VARCHAR2) AS LANGUAGE JAVA NAME 'FormatCreditCardNo.formatCard()'; Which statement is true about the command?


  • A. It loads the Java class method into Oracle Database and publishes it.
  • B. It publishes the Java class method, but the CCFORMAT PL/SQL procedure fails when it is executed.
  • C. It creates the CCFORMAT PL/SQL subprogram without publishing, which can be used to invoke the Java class method.
  • D. It publishes the Java class method and the CCFORMAT PL/SQL procedure invokes the Java class method when it is executed.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...