CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 20:38:08 GMT
content-type: text/html; charset=utf-8
cache-control: max-age=0, private, must-revalidate
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
link: ; rel=preload; as=fetch; crossorigin=use-credentials
referrer-policy: no-referrer-when-downgrade
server-timing: issue_layout-fragment;desc="issue_layout fragment";dur=266.950193,issue_conversation_content-fragment;desc="issue_conversation_content fragment";dur=664.232939,nginx;desc="NGINX";dur=0.623128,glb;desc="GLB";dur=137.431169
strict-transport-security: max-age=31536000; includeSubdomains; preload
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With, Accept,Accept-Encoding, Accept, X-Requested-With
x-content-type-options: nosniff
x-frame-options: deny
x-voltron-version: aab62e3
x-xss-protection: 0
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=iKgpTgteNeq5nubj98W4%2Fn%2FFDOfBsLKlX%2BNpn5VWLniNbxvASD4nK74iiok1yh7xYLu9eVXIdFYcIGFZN7cUHuL2JanKHPug48aS31JOBgQKOoK5KfqQ9211MSf9uSp%2F0HDHgexfyazPrFGGEozuVCwP20pmGbj1uvq%2BfK%2Bl85Rbnu8KC5d5Iw2S2yPFpOT%2Ft91%2BxnZJgb8Ym9U%2FMkaMRKXpW3r%2B9LFqTRZqeVBd%2FEpeb91ZHgwEvQChYpL3hySxhctvGvudT7vB8lNz5Ccqfw%3D%3D--2sUGZmGeP2d7mzQp--mWwD02rLUHNfKqf%2BaiIJ5Q%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1598959893.1760215088; Path=/; Domain=github.com; Expires=Sun, 11 Oct 2026 20:38:08 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 11 Oct 2026 20:38:08 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A330:8CC4A:9FF7C2:D25FF0:68EAC030
ORA-21602: operation does not support the specified typecode · Issue #186 · oracle/odpi · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
Hi,
I'd like to use dpiObject_setAttribute
to build an object wich attributes are themselves objects, too.
Sometimes (for some types) this works, but sometimes it fails with OCI-21602.
For example
TYPE font_rt IS RECORD (
Bold BOOLEAN,
Italic BOOLEAN,
Underline vc30,
Family vc30,
Size_ BINARY_DOUBLE,
Strike BOOLEAN,
Color vc30,
ColorIndexed PLS_INTEGER,
ColorTheme PLS_INTEGER,
ColorTint BINARY_DOUBLE,
VertAlign vc30
);
TYPE rich_text_rt IS RECORD (font font_rt, text VARCHAR2(1000));
BrunoOwner_DbXlsx_RichTextRt={
"font": {"bold":true,"italic":true,"underline":"xxxxxxxxxxxxxx","family":"xxxxxxxxxxxxxx","size":3.1464,"strike":true,"color":"x","colorindexed":-999999932,"colortheme":-999999932,"colortint":3.1464,"vertalign":"x"},
"text":"xxxxxx"
}.ToObject:
SetAttribute(attr=FONT
, data={ObjectType:BRUNO_OWNER.FONT_RT
dpiData:{isNull:0 _:[0 0 0 0] value:[96 94 7 44 212 127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00 0]} implicitObj:false NativeTypeNum:3009}): dpiObject_setAttributeValue NativeTypeNum=3009 ObjectType=BRUNO_OWNER.FONT_RT typeInfo={oracleTypeNum:2023 defaultNativeTypeNum:3009 ociTypeCode:250 dbSizeInBytes:0 clientSizeInBytes:0 sizeInChars:0 precision:0 scale:0 fsPrecision:0 objectType:0x7fd42c06e7a0 isJson:0 domainSchema:<nil> domainSchemaLength:0 domainName:<nil> domainNameLength:0 numAnnotations:0 annotations:<nil> isOson:0 vectorDimensions:0 vectorFormat:0 vectorFlags:0 _:[0 0 0 0 0 0]}:
ORA-21602: OCI-21602: operation does not support the specified typecode
dpiObjectAttr_getInfo returns ociTypeCode=250 = SQLT_REC = OCI_TYPECODE_RECORD for this FONT attribute.
Any help would be appreciated, thanks in advance!
You can’t perform that action at this time.