nerdexam
Oracle

1Z0-144 · Question #1

Examine the following DECLARE section of PL/SQL block: Which line in the above declaration would generate an error?

The correct answer is A. Line 2. ORA-06550: line 2, column 12: PLS-00215: String length constraints must be in range (1 .. 32767)

Configuring JDBC Data Sources

Question

Examine the following DECLARE section of PL/SQL block:

Which line in the above declaration would generate an error?

Exhibit

1Z0-144 question #1 exhibit

Options

  • ALine 2
  • BLine 3
  • CLine 4
  • DLine 5
  • ELine 6

How the community answered

(21 responses)
  • A
    71% (15)
  • B
    14% (3)
  • C
    5% (1)
  • D
    10% (2)

Explanation

ORA-06550: line 2, column 12: PLS-00215: String length constraints must be in range (1 .. 32767)

Topics

#PL/SQL#DECLARE section#variable declaration#syntax error

Community Discussion

No community discussion yet for this question.

Full 1Z0-144 Practice