Resources

Random Errors

ORA-00161: transaction branch length string is illegal (maximum allowed string)

Cause: An external transaction branch ID with a length either too large or 0 was passed in.

Action: Report the problem to your external transaction coordinator vendor.

Random Errors

ORA-00161: transaction branch length string is illegal (maximum allowed string)

Cause: An external transaction branch ID with a length either too large or 0 was passed in.

Action: Report the problem to your external transaction coordinator vendor.


Designed by:
SiteGround web hosting Joomla Templates
ASCII PDF Print E-mail
Your Ad Here

ORACLE CHARACTER FUNCTIONS: ASCII

In Oracle/PLSQL, the ascii function returns the NUMBER representation of the specified character.

Syntax:
output := ascii( character )

character is the specified character to retrieve the NUMBER code for. If more than one character is entered, the function will return the value for the first character and ignore all of the characters after the first.

Applies To:
Oracle 8i, Oracle 9i, Oracle 10g, Oracle 11g

ASCII function example:
SELECT ASCII('Q') FROM DUAL;  
Result
---------

81

Your Ad Here
Comments
Add New Search RSS
+/-
Write comment
Name:
Email:
 
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
 
Please input the anti-spam code that you can read in the image.

3.25 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 

Random Errors

ORA-00154: protocol error in transaction monitor

Cause: The transaction monitor returned TMJOIN on an AX_REG call but the transaction was locally suspended.

Action: Contact the transaction monitor customer support.

Resources

Oracle Database Support, Powered by Joomla! and designed by SiteGround web hosting