Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 79899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:13:05+00:00 2026-05-10T21:13:05+00:00

Lucky me, I have to work with Oracle. And packages. I have a package

  • 0

Lucky me, I have to work with Oracle. And packages.

I have a package that a lot of different developers are touching and it’s scaring me. Is it possible to put a package inside of Version Control? Is there some kind of software out there that already does this? If not, is there some kind of export procedure? Can I just grab a file off of a file system?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T21:13:06+00:00Added an answer on May 10, 2026 at 9:13 pm

    How are they inputting it? The way we used to work at my last job is editing a text file, and loading it with SQL*Plus. You can just put that source file under version control.

    The source must be between ‘CREATE OR REPLACE PACKAGE MYPACKAGE AS‘ and ‘END;‘ followed by a single slash on a line of its own (‘/’); and ditto for ‘PACKAGE BODY’ instead of ‘PACKAGE’.

    And yes, there’s a way to pull the source out of Oracle. It’s in a table, line by line, look up ALL_SOURCE and USER_SOURCE. You can pull it out with a query like

    SELECT TEXT FROM ALL_SOURCE WHERE TYPE='PACKAGE BODY'   AND NAME='MYPACKAGE'    AND OWNER='MYPACKAGEOWNER' ORDER BY LINE 

    (untested as I no longer have access to Oracle) and ditto for the ‘PACKAGE’.

    I think it’s best to load it again into Oracle using SQL*Plus; make sure to set ‘SCAN OFF’.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 70k
  • Answers 70k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Three things to make it work: regular expressions fuzzy logic… May 11, 2026 at 12:49 pm
  • added an answer Upload the latest version of the site from your source… May 11, 2026 at 12:49 pm
  • added an answer Roughly you can do it like that : try {… May 11, 2026 at 12:49 pm

Related Questions

Even though I've been a developer for awhile I've been lucky enough to have
I have a Web Application project in Visual Studio 2008. (lucky you, you say?
Has anyone had luck with removing large amount of issues from a jira database
Has anyone had any luck with querying/changing SPNs on a Windows domain? Most of
I`m writing a chat using WinSock2 and WinAPI functions. And I have a little
I have an HTML (not XHTML) document that renders fine in Firefox 3 and
I've only dealt with one-to-one relationships in php so far, but I'm stuck on
-Edit- FYI.. I am converting b&w documents scanned in as greyscale or color. 1)The

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.