Recent content by mrega

  1. M

    Command Window

    I need to execute in a Command Window a file containig calls to another command files with different file extensions. Those calls don't include the file's path, and the files may be in different directories. Can I set an enviroment variable (like SQL_PATH in SQL*Plus) with all of those paths, so...
  2. M

    numeric string (with decimal point like '1234.56')

    I'm having problems testing a procedure (in a test window) when I try to assign a numeric string (with decimal point like '1234.56') to a number type variable. I simpify de procedure to the simplest form: PROCEDURE P_TEST IS l_var NUMBER; BEGIN l_var := '1234.56'; END; and when I test it...
  3. M

    Objetc's Owner

    Can i set Pl-Sql Developer so the browser doesn't show the object's owner? Thank You
Back
Top