This repository has been archived by the owner on May 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
12g2 #7
Comments
Have you had an issue with any of those Oracle Database releases? |
Yes, I get this error when I run the SQL script to setup the schemas in 12g2:
742 add_member (
743 l_id,
744 'Spinosaurus',
745 'Dot',
746 'dot@example.com',
747 'I like knitting sweaters and booties. I would have lots of little '
748 || 'tiny dinos with you and knit them all their clothes. I only knit '
749 || 'with red wool. I want to meet a creative dinosaur who is good with kids.');
750
751 COMMIT;
752 END;
753 /
dd_degree_to_sdo ('29-05-37-S', '141-30-31-E'))
*
ERROR at line 50:
ORA-06550: line 50, column 17:
PL/SQL: ORA-06575: Package or function DD_DEGREE_TO_SDO is in an invalid state
ORA-06550: line 38, column 4:
PL/SQL: SQL Statement ignored
ORA-06550: line 120, column 17:
So when I investigate the function DD.DD_DEGREE_TO_SDO
There is a problem with :
LINE/COL ERROR
-------- -----------------------------------------------------------------
6/13 PL/SQL: Item ignored
6/13 PLS-00201: identifier 'APEX_APPLICATION_GLOBAL.VC_ARR2' must be
declared
…________________________________
From: Blaine Carter <notifications@github.com>
Sent: Tuesday, 5 February 2019 12:15:18 AM
To: oracle/dino-date
Cc: Guerin, Paul James; Author
Subject: Re: [oracle/dino-date] 12g2 (#7)
Have you had an issue with any of those Oracle Database releases?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#7 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AtImCeUVwn9zEjL2Ihc9SN7YV7Nlr9mGks5vKFyWgaJpZM4ahZcI>.
DXC Technology (Philippines) Inc - Registered Office: 5th Floor, Three World Square, 28 Upper McKinley Road, McKinley Town Center, Fort Bonifacio, Taguig City, Manila 1630, Philippines. Registered in Philippines No: CS201308751.
DXC Technology Company -- This message is transmitted to you by or on behalf of DXC Technology Company or one of its affiliates. It is intended exclusively for the addressee. The substance of this message, along with any attachments, may contain proprietary, confidential or privileged information or information that is otherwise legally exempt from disclosure. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient of this message, you are not authorized to read, print, retain, copy or disseminate any part of this message. If you have received this message in error, please destroy and delete all copies and notify the sender by return e-mail. Regardless of content, this e-mail shall not operate to bind DXC Technology Company or any of its affiliates to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. --.
|
Looks like there's a dependency in there that we don't need. Thanks for find this, I'll get it taken care of shortly. |
I pushed the change. @desperate-datesless-din0 could you please try the new version? Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can you release DinoDate so it works with 12g2, 18c, and 19c?
The text was updated successfully, but these errors were encountered: