Hi,
I don't know why, but I can't run one of my favorite - Shortcut Plugin. Generally "Configure Plug-ins" in Tools menu is inactive.
In previous version everything seems to be ok.
Does anybody have the same problem?
Regards
When I'm tring to move and dock "Browser" and "Window List", sometimes I get an error:
Exception 'EAccessViolation' in module plsqldev.exe at 000A4618
Access violation at address 004A5618 in module 'plsqldev.exe'. Write of address 00000018
I've got some table with column names like po_rp_l_>98_!=176@174_MM.
When I get DDL from this table, there is no possibility to create "clone" table, because of strange columns.
Is there any hope to have "" for such a stransge columns in new version of PL?SQL Dev?
regards
Ok I know when window with new password doesn't occure - when I choose a predefined login from fixed users logins (pass is expired).
There will be only a massage that pasword has expired.
BUT, when I manualy enter the same login (without choosing it from drop down menu list - fixed users) there...
When we can expect new version of PL/SQL Developer, fixed in most submited cases?
Or maybe it'll be some revolutionary version, which needs more time? ;)
What new can we expect in new ver?
Happy New Year!
Regards
I got only message (with ok button) that password is expired.
No other window is displayed.
That's it.
I'm using predefined logins, I mean defined in preferences\fixed users or from \history.
Actual there is no possibility to change expired password. To change it you must use some extrernal tool for now.
I think its a good idea to add such a possibility.
Regards
Lately I had ocassion to use Text Importer tool build-in PLSQL DEVELOPER.
I had excel table with over 140 columns and over 20k rows.
I started to look after some tool. SQL Loader - external tables, TOAD, SQL Nav,... but I couldn't find any occurate.
Hmmm..Polish proverb tells that: "the most...
Hi,
no there is no DDL triggers. When I compile under SQL*Plus/SQL Navigator/TOAD - everything's ok.
Looks like some settings in the application.
It occure almost everytime when I try to compile procedure/package from program window. Compilation from browser - right click - recompile is ok.
But...
I've notice, that sometimes during compilation of pckg there occur message:
"ORA-03114 - no connection to Oracle"
In v$session there is :
BEGIN
/* NOP UNLESS A TABLE OBJECT */
IF dictionary_obj_type = 'TABLE' AND SYS.dbms_cdc_publish.active > 0
THEN...
Hi Marco, here is a sample:
BEGIN
DECLARE
CURSOR cur IS
/*
SELECT /*+ parallel (fct01,4) + parallel (spa,4) */
/*agr0.ROWID, spa.sper_id, spa.stct_id
FROM t_coverages_fct fct01, t_cvrg_agr0 agr0, t_sales_persons_agr spa
WHERE fct01.id = agr0.id...