Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Can SQL Developer control versioning of stored functions and procedures?

samsee.krOct 22 2009 — edited Jan 5 2010
Hi all. I have a problem with my project, for developing Oracle functions and procedures. My team want to control versioning of that.
I found that Oracle SQL Developer support versioning features with CVS and Subversion. But I think it just about the files not functions and procedures.
We don't want to control version of files and copy it to stored somethings..

Do you have any idea?

Thanks for reading this post.

Comments

3474044

Thanks for any help.

fac586

helpme_helpyou wrote:

I have a question about the rapping. I have data on the table. And some data are less than other and some are so long which creates so many free spaces for other cells of the same rows

That suggests that there is something wrong with the data model or report design (or both)...

(Please, see the attached screenshot to understand clearly).

Capture.PNG

While the screen shot succeeds in channelling Jackson Pollock, in the absence of any visible data it does nothing to clarify the problem. Rather than flooding the forum with pointless and eye-wateringly obfuscated screen shots, you'd get much more effective help by reproducing your problems in a workspace on apex.oracle.com using non-sensitive data.

I want to make the big sized data in the cells little by adding three dots (...) at the end of the 10^th letter (example: qwertyuiopasdfghjkl --> regular. I want it like this: qwertyuiop... When i'd click on the 3 dots, it would show the rest of the data) -IN ADDITION, ANY NEW IDEAS ABOUT HOW NOT TO WRAP MAY ACCEPTED AND APPRECIATED!

See

3474044

Thanks for your comment,

I believe that there is nothing wrong with the data (model or design). There are justs the information which needs to kept private that's why i color them. (sorry if it eye-wateringly and seems pointless). I can't share the data but the problem.

I have data which has different sized information for each row. As i described in this questoin, some rows have multiple lines for one cell which makes that row to extend and that's why i want to add three dots at the end of the long row's cell's information.

Sorry again about the eye-wateringly screenshots

fac586

helpme_helpyou wrote:

I believe that there is nothing wrong with the data (model or design). There are justs the information which needs to kept private that's why i color them.

Illustrate the problems with examples that use realistic but non-sensitive values. It is standard practice (and in many jurisdictions a legal requirement) to do this in development and test environments.

3474044

Thank you for your suggestions and tips. I'll follow them in the future. Please, see the following screenshot for more information about the question.

Capture.PNG

AdamJaws

I do not have the answer to this problem but as I have shown you before making an example on the website is very beneficial in getting valid responses and help. I would highly suggest you listen to @"fac586" Your example does not need to have the exact data or even totally relevant data. Just something to work with together to gain the understanding. Also, keep in mind the minor differences between 5.0.4 and 5.1.2.

My idea would be creating a tooltip based off the column but this would only be feasible for 1 column.

3474044

Thanks and i will try to make an example. Thank you @"fac586"  as well!

3474044

Hi @"fac586" ,

I am sorry being late. @"AdamJaws"  helped to create an example (thanks Adam). Can you please login and see the example table?

Samplelink

USR:  FAC586

PASS: abc123

As an  example, in the current one, MI VERSION is longer than others (In my case, PT PUPPETVARIABLEs is longest and ven has upto 40 new lines). Can You please help me with the solution?

I would really appreciate it!

Thank You!

fac586

helpme_helpyou wrote:

As an example, in the current one, MI VERSION is longer than others (In my case, PT PUPPETVARIABLEs is longest and ven has upto 40 new lines).

This screams "denormalized data". It's already been established that LOCATION should be a treated as a separate entity, and that referential integrity is non-existent: Select List (two empty selection) on Apex 5.04

It's clear from the above that the same goes for PT_PUPPETVARIABLES. Also PT_PUPPETCLASSES and probably other attributes of this table. The only "solution" I'm therefore going to suggest at this stage is the creation of a third normal form data model before making any attempt to design user interfaces and create applications. Failure to do so will result in the data becoming harder and harder to maintain and analyse at every step.

Oracle is an RDBMS, not a spreadsheet.

AdamJaws

Unfortunately, the answer to your question is to take a step back and reformulate the tables. Follow the links FAC586 provided above otherwise you will continue to have "simple" problems that will combine into bigger. 

3474044

Can you, @"fac586"  help me with this question. I couldn't fix anything. I tried to organize, but didn't actually do it. What can I do? What are steps for wrapping? I know, it is challenging question, but I can't do it by myself without community's help.

Thanks,

Appreciate your time!

fac586

cs-ftw wrote:

Can you, fac586 help me with this question. I couldn't fix anything. I tried to organize, but didn't actually do it. What can I do? What are steps for wrapping? I know, it is challenging question, but I can't do it by myself without community's help.

It's not challenging, it's a very simple solution (see link above), but it would be wholly inappropriate to apply it on top of a badly designed data model.

You need to demonstrate that you have a 3NF data model by creating the relevant tables with realistic sample data in your workspace on apex.oracle.com. Only when that checks out does it make sense to consider building applications on top of it.

3474044

Thanks for replying, @"fac586" .

My question is when you wrote "(see link above)", do you mean the link for the application which you added wrapping future? If so, @"AdamJaws" , can you please provide the login parameters again (I think you changed the login parameters).

And thanks for letting me know about 3NF data mode  ,  I'll search about it. Right now, I am working on accessing to APEX using Smart Card on login page. If you have knowledge about it (I think and almost sure you do), please let me know so I can create new threat about it.


Thank you so much!

1 - 13
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 2 2010
Added on Oct 22 2009
4 comments
1,364 views