Returning "The Oracle name "q_XSD_PRC_PREMIUM_CREDIT_DTLS_NT" is too long." when savng the test definitions.
The limitation of oracle name to be save is 30 characters.
When saving the test definition in Code Tester for Oracle, the application will auto append 'q_' to the name given to the test definition. Problem will arise if the name of the test definition is already 30 characters as another 2 characters to be appended.
And this will become an issue when it violate the limitation of Oracle name.