NLS error with NCLOB (merged) [message #203448] |
Wed, 15 November 2006 03:02 |
nachiketa.iyengar
Messages: 5 Registered: November 2006 Location: INDIA
|
Junior Member |
|
|
Hi,
I have a table with column of data type NCLOB.I have used this column in the function and this function is used in Business Objects tool(5.1.6). The function is executing successfully in Oracle 9i(server) and I am using Oracle 8i(client).
I have attached the function definition.
But when I invoke the function in Business Objects tool, it shows me an error saying
"ORA-03108: oranet: ORACLE does not support this interface version :-3108".
I am also getting this error "ORA-03106: fatal two-task communication protocol error :-3106"
Please let me know if it has something to do with NLS_PARAMETERS.
If yes, Please tell me the procedure as to what needs to be done.
Thanks a lot,
Nachiketa Iyengar
-
Attachment: func.txt
(Size: 0.98KB, Downloaded 527 times)
[Updated on: Wed, 15 November 2006 03:05] Report message to a moderator
|
|
|
|
Re: NCLOB - Urgent [message #203531 is a reply to message #203448] |
Wed, 15 November 2006 07:16 |
S.Rajaram
Messages: 1027 Registered: October 2006 Location: United Kingdom
|
Senior Member |
|
|
I don't think it has anything to do with your NLS parameters settings. If you look at the oracle error documentation it clearly states :
ORA-03106 fatal two-task communication protocol error
Cause: The communication path between Oracle and the user task has stopped. This is an internal error message not usually issued.
Action: Contact Oracle Support Services
ORA-03108 oranet: ORACLE does not support this interface version
Cause: The version of Oracle connected to via Net8 does not support this version of the Net8 protocol.
Action: Upgrade the older version of Oracle and try again.
So take the appropriate action.
cheers
|
|
|
|