Our enviroment doesn't let us use the user table space yet it's our default tablespace. This causes the profiler tables creation to fail with a no priv on user table space. If I can get the DDL we can get around this issue. Thanks
I tried to reproduce this and can't I'll make sure to reply back to this message if I get this. Has anyone else ever had this issue? Or a variation of this?
I have simple select statement that I query from a table. I than go to sqlplus session and update a value on that table for a given record. This is same record I selected from in pl/sql devleoper.
I commit
I query in sqlplus and my update is showing
I go back to same pl/sql devleper sql window...
I guess in a nutshell what I would like to see is what I would call a code road map. That is
I have proc1 proc2....proc100.
proc2 calls proc3 which calls proc 30 etc etc. Lets assume this goes 20 levels deeps with proc100 being the last to be called. I would like to right click on proc100 or...
That works great, but that still assumes everyone has ftp access. I happen to have ftp access not sure if 100% of people will though. Plus why should I have to ftp some files and save other files normally? Seems not to be that clean of a process if I have to use one process vs the other to...
Thanks for the info rbrooker. I will look into doing that. For me this should work, but for someone else if there unix box by chance doesn't have ftp or doesn't allow them to connect vi ftp they will be out of luck.
I often save my source onto a unix box. In doing this I end up with ^M at the end of each line. Is there anyway to save in a Unix format that will get rid of this type of control text? I can fix this issue using vi, however I'm a lazy developer and like to automate anything I can and if I can...
This would be a really cool feature to have. Say I have the peice of code in a package labeled SAMPLE at the bottom. Now pv_eas_edd_rec was passed to the procedure from somewhere else which was passed to that procedure from somewhere else etc etc. I would like to right click or something on...
Would it be possible to add some new keyword highlighting functionality? I'm a gui editor fanatic and am very picky with colors.
What I would like to see is
custom1
custom2
custom3
custom4
..
..
where
custom1=red
custom2=pink
custom3=orange
custom4=green
What this would allow is to have...
Not to ramble on any more, but thought this was one of those itmes that counts about a tool/company.
Good luck getting your voice heard when you want something fixed or added to TOAD. I have sent in comments over the years and I have yet to hear anything or see any of them implemented.
With...
Here is my view and opinion.
Some of those options should be in enterprise manager correct? I don't do DBA work so some of the things you want are different from what I need. Seems you are looking for a tool that washes dishes/cloths/cars/dogs/kids. I wish you luck.
I'm lucky enough to have...
I think PL/SQL Developer only officaly supports having a client installed. ODBC may be an option but even that may require the client to be installed, not sure on that as I don't use ODBC.
Maybe look at the new 10g thin client or easy client not sure what they call it. It's suppose to be a...
I feel your pain.
I'm a developer and we run Oracle on Unix boxes as well. We have dev boxes system integration boxes, qa, and than of course production. The only place I'm allowed to compile is under my dev schema and under a master schema on dev. All the other compiles are done by me sending...