Python Forum
Conversion of Oracle PL/SQL(packages, functions, procedures) to python modules.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Conversion of Oracle PL/SQL(packages, functions, procedures) to python modules.
#1
Hi Team,

We are having a data warehouse project which is written in Oracle PL/SQL.
Now we are transferring it to SNOWflake but since Snowflake don't support PL/SQL Packages, Procedures & Functions.
SNOWFlake support either Java Script procedure or we can use Python modules.
So, is there a way to convert PL/SQL code like Packages, procedures, Functions or objects, Nested tables, Varrays to respective Python code.

Thanks in advance for any pointers in the right direction.
Reply
#2
Have you seen this Oracle document: https://community.oracle.com/docs/DOC-1007065
seems to go step by step with PL/SQL example followed by python for same.
Reply
#3
Hi Divya,

I'm now in the exact same boat as you were in Converting Pl/SQL Packages into Python.

How did you tackle that? How was your project went live?

May i please have your email id to clarify my doubts.

your help is greatly appreciated.


Thank you
Srikanth
Reply
#4
(Dec-26-2018, 08:31 AM)DivyaKumar Wrote: Hi Team,

We are having a data warehouse project which is written in Oracle PL/SQL.
Now we are transferring it to SNOWflake but since Snowflake don't support PL/SQL Packages, Procedures & Functions.
SNOWFlake support either Java Script procedure or we can use Python modules.
So, is there a way to convert PL/SQL code like Packages, procedures, Functions or objects, Nested tables, Varrays to respective Python code.

Thanks in advance for any pointers in the right direction.

Converting PL/SQL code such as packages, procedures, functions, and complex objects like nested tables and VARRAYs to Python is possible using various tools. For example, Ispirer Toolkit is one option that supports automating this type of conversion. It can help translate PL/SQL logic into Python though some manual adjustments might still be needed depending on the complexity of the code.
buran write Oct-01-2024, 06:18 PM:
Clickbait removed
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Shrink Python installation? Extract site-packages from .zip only on demand? pstein 4 1,393 Oct-28-2024, 04:29 PM
Last Post: snippsat
Bug Python 3.12 cannot import local python files as modules sunflowerdog 25 16,747 Jul-31-2024, 01:52 PM
Last Post: sunflowerdog
  Installing python packages in a virtual environment Led_Zeppelin 1 1,576 Aug-15-2023, 08:18 PM
Last Post: deanhystad
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 4,159 Jul-15-2023, 11:32 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 4,247 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  I need to add data types to cython conversion python to c Good_AI_User 1 1,702 Aug-19-2022, 07:52 AM
Last Post: Gribouillis
  Python modules for accessing the configuration of relevant paths Imago 1 2,333 May-07-2022, 07:28 PM
Last Post: Larz60+
  Encrypting Oracle Passwords / Python Library for That? bmccollum 1 3,496 Jun-11-2021, 07:59 PM
Last Post: Larz60+
  Python modules to extract data from a graph? bigmit37 5 27,164 Apr-09-2021, 02:15 PM
Last Post: TysonL
  Installing Modules / packages Oshadha 1 2,207 Feb-05-2021, 08:04 PM
Last Post: Jeff900

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020