Recent content by prawin62

  1. P

    compare the data

    Hi, My database contains one table like LOGIN It has columns like LOGIN_NAME and DATA. whenever I create an account through website, this table will gets populated with unique login_name and data as #000#. every time (almost 95%) DATA column gets updated as #000#. Now my question is, is...
  2. P

    is diplaying in column

    Thanks Macro - Praveen
  3. P

    is diplaying in column

    Hi, select search_condition from all_constraints where constraint_name ='CHECK_REGION' for the above query in sql window i am getting the result as where as in command window i am getting my condition. why its displaying long in sql window? Thanks, Praveen
  4. P

    How to execute the procedure in plsql developer

    Hi, I have created bellow procedure "CREATE OR REPLACE PROCEDURE prawin1(registrationid NUMBER, firstname CHAR, lastname CHAR, email VARCHAR2, dateofbirth date, age NUMBER) IS BEGIN INSERT INTO prawin62 VALUES (registrationid, firstname, lastname, email, dateofbirth, age); END; when I...
  5. P

    How to enable or disable preferences under tools

    I changed that directory to writable Now its fine. Thanks for your answer Thanks, Praveen
  6. P

    How to enable or disable preferences under tools

    All are read only directories only can I change those to writable? Thanks, Praveen.
  7. P

    How to enable or disable preferences under tools

    Yup That directory exist. It contains "default configuration settings file" and "user.prefs" file Thanks, Praveen
  8. P

    How to enable or disable preferences under tools

    Hi here is the information --- Info --- PL/SQL Developer Version 7.1.4.1390 01.41842 - Unlimited user license Windows XP Professional 5.1 Build 2600 (Service Pack 3) Physical memory : 514,116 kB (120,424 available) Paging file : 2,042,412 kB (1,506,424 available) Virtual...
  9. P

    How to enable or disable preferences under tools

    Hi, In plsql developer the preferences option under tools menu is disabled how to enable that preferences option? Thanks, Praveen
Back
Top