The DBMS_ASSERT.SIMPLE_SQL_NAME function validates whether the given input string is a simple SQL name. The DBMS_ASSERT.SIMPLE_SQL_NAME function does not check the length of the given input string.
Syntax:
DBMS_ASSERT.SIMPLE_SQL_NAME (string VARCHAR2 CHARACTER SET ANY_CS)
RETURN VARCHAR2 CHARACTER SET string%CHARSET;
where string is the input string.
The term ANY_CS allows any of the CLOB or NCLOB locators as input.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.