0

i have base64 string (pdf) and want to insert that into oracle blob in node js. Tried with Creating a buffer from the base64 string and encoded the buffer as a utf8 string, but received below error. Please let me know the solution.

Error: ORA-00972: identifier is too long

1
  • 1
    Please show us your code. Why do you try to encode pure ASCII into UTF-8? It is useless. Commented Mar 24, 2021 at 8:42

1 Answer 1

1

No, prior to Oracle version 12.2, identifiers are not allowed to exceed 30 characters in length. See the Oracle SQL Language Reference.

ORA-00972 identifier is too long alias column name

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.