Ol�....
Gostaria de saber se algu�m sabe como resolver este erro:

ORA-03115 unsupported network datatype or representation

Cause     A user bind or define, or an Oracle function, is not supported by this
 heterogeneous Net8 connection.
Action    Upgrade the older version of Oracle and try again.

Copyright (C) 1998, Oracle Corporation


No caso, eu estou tentando recuperar do BD uma estrutura do tipo array. A tabela
 tem o
seguinte formato:

 Name                         Null?           Type
 -------------------------------   -------------------  ------------------------
 DT_REFERENCIA      NOT NULL  DATE
 CD_DIVISAO              NOT NULL  CHAR(12)
 CD_PRODUTO                   NOT NULL   CHAR(6)
 ATIVIDADE                                         ATIVIDADE_NT

ATIVIDADE_NT -> � UM ARRAY DE ATIVIDADE_TY
ATIVIDADE_TY ->      CD_ATIVIDADE        CHAR(3)
           QT_OCORRENCIA      NUMBER(3)


A instru��o SQL que desejo realizar � trazer do BD todo o array:

Select Atividade
>From TAB1
Where Cd_Produto  = :strCdProduto And
Dt_Referencia = :strDtReferencia And
Cd_Divisao = :strCdDivisao


Abra�os.....
          Celina M. Takemura


���������������Lista de Centura SQLWindows
Administrador : [EMAIL PROTECTED]
[ http://www.centuraexplorer.com ]
Para sair desta lista mande mensagem para:
[EMAIL PROTECTED] sem nada no Subject e
com o comando a seguir no corpo da msg:
"unsubscribe sqlwin" (sem as aspas)
���������������

Responder a