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
Options
- ALine 2
- BLine 3
- CLine 4
- DLine 5
- ELine 6
How the community answered
(21 responses)- A71% (15)
- B14% (3)
- C5% (1)
- D10% (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.
