Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: amittuli
  • Order by date
  1. amittuli

    Install Problems

    Hello James Usually, you would find javac (note that javac would be without an exe extension) under /usr/bin. As you have not mentioned about the OS on which you have installed JDK, I would suggest you to follow this. Give a command "find / -name javac". It would give you list of...
  2. amittuli

    Cannot access CDE

    Hi Henry Try telnetting to your machine from other client and check the ownership and file permissions as I mentioned in my last note. If this machine is not in network, then a) Login through some other user. Use su to login to root from that shell. Change permissions and authorities as...
  3. amittuli

    Cannot access CDE

    Hi Are you able to login through telnet? If that is the case, then the problem might be in the script file, which is run only in X-window mode (.TTauthority, .Xauthority). .profile is executed in both the sessions. Check for the permissions of .TTauthority, .Xauthority. .TTauthority must have...
  4. amittuli

    Newbie Questions (need your help) easy questions for you.

    Hi Sina Some more commands for you. 2. How do I get a list of all the primary keys on a table ? select COLUMN_NAME, a.table_name, constraint_type from all_cons_columns a, all_constraints b where b.CONSTRAINT_NAME= a.CONSTRAINT_NAME and a.CONSTRAINT_TYPE='P' a.table_name=<table_name>; 3. How...
  5. amittuli

    Newbie Questions (need your help) easy questions for you.

    Hi Sina Right now, I'm able to answer two questions of yours. they are as follwos : 1. what is the command to get a list of the table spaces in oracle ? select tablespace_name from dba_tablespaces; 5. How do I get a description on a table in oracle (like field defenitions). desc...

Part and Inventory Search

Back
Top