Recent content by maxzsim

  1. M

    see dates in seconds during debug

    Hi , I am using ver 7 of the Oracle Developer , whenever , i used the test bebug , i am unable to see the date in hours & seconds for a date datatype that i am trying to trace. Please advise as currently , i am inserting the date & time of the variable into a table in order to see the hours...
  2. M

    how to generate graphs on the fly ?

    i c .. tks
  3. M

    how to generate graphs on the fly ?

    Hi , i am using PL/SQL ver 7.0xxx and i see there's this "Graph" option which i can save a bitmap or emf but am i able to genrate the graphs on the fly being called by an external program thru some parameters ? pls advise tks & rgds
  4. M

    are these INACTIVE session hogging the DBLINK ?

    Hi , I am using PL/SQL Deverloper ver 7.0 From Tools --> sessions , i could see many INACTIVE sessions let's say if i have been executing SQLs via DBLinks , once i close the Windows , it seems to become INACTIVE but does it still consider as one dblink ? as i have "too many dblinks" issue...
  5. M

    Export to local Pc

    Hi, Have managed to export using Oracle utility program but output is not very neat. tk you tks & rgds
  6. M

    automate export user objects

    Hi, Any idea when this enhancement will be out into place ? Am able to use Oracle's own exp/imp from the command window but it's not as beautiful as using pl/sql's tks & rgds
  7. M

    Export to local Pc

    Hi , i am running the pl/sql developer client and can i execute the export command from the command prompt ? i have tried the following but i gave me errors : export mart1/password1 file=test.dmp log=test1.log tables=mytbl ROWS=N indexes=Y; Unknown object: mart1/password1 file=test.dmp...
  8. M

    automate export user objects

    Hi Marco , I have thought that command lines is always more powerful than GUI ? if the GUI can export user objects then commandline will always be possibel to do it as well ? will this be or going to be an enhancement in future releases ? tks & rgds
  9. M

    automate export user objects

    Hi , What are the commands used to create these ddls so i can put into a procedures to automate it tks & rgds
  10. M

    automate export user objects

    Hi , I have a need to automate the "Export User Objects" for all the users connected to Oracle how can i actually do that ? pls advise tks & rgds
Back
Top