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 SkipVought 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: *

  1. babe1898

    How to get the instance name of the MSSQL database?

    Hi, I'd like to know how to get the instance name of the MSSQL database ? Thank you very much in advance. Regards, Babe
  2. babe1898

    ORA-00942: table or view does not exist

    Hi Dagon and SantaMufasa, Thank you very much for your BIG help. It worked! Have a great day!
  3. babe1898

    ORA-00942: table or view does not exist

    Hi all, Here's my issue: I created a a table called "TEST" with user student. The user student has the following tablespace: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ USERNAME CREATED PROFILE DEFAULT_TABLESPACE TEMPORARY_TABLESPACE student 22-JUL-08 DEFAULT USERS TEMP teacher 22-JUL-08...
  4. babe1898

    How to get the columns of all the DB tables using desc command?

    Hi all, Thanks for all your replies... Hi SantaMufasa, I just want to let you know that I'm running the script from Oracle SQl Developer. I tried your suggestion to no avail. Am I missing something? Thanks a lot! I tried the following as suggested by thargtheslayer, and it worked. Thans a...
  5. babe1898

    How to get the columns of all the DB tables using desc command?

    Hi LKBrwnDBA, Thanks for the reply, When I execute the code that you suggested, the output is shown below: 'DESC'||TABLE_NAME ----------------------------------- desc TABLE_ONE desc TABLE_TWO . . . Am I missing something? Thank you in advance.. Babe
  6. babe1898

    How to get the columns of all the DB tables using desc command?

    Hi all, Greetings! I'd like to know if it is possible to get columns of all the tables using the command desc? I know the following command would give me the column information of the specified table. desc TABLE_ONE; But, what I want to do this for all the DB tables starting with TABLE. for...
  7. babe1898

    I'd like to know if there's any sql command to retrieve tablespace???

    Hi KenCuningham and DeepDiverMom, Thank you so mch for clarifying it...I just didn't get what you meant. Yes, you are right I was not aware of this "START" facility. I'll do it from now on... Thanks again, John
  8. babe1898

    I'd like to know if there's any sql command to retrieve tablespace???

    Hi KenCuningham DeepDiverMom, Thank you so mch for clarifying it...I just didn't get what you meant. Yes, you are right I was not aware of this "START" facility. I'll do it from now on... Thanks again, John
  9. babe1898

    I'd like to know if there's any sql command to retrieve tablespace???

    Hi KenCunningham, What are you trying to insinuate? Thanks, John
  10. babe1898

    I'd like to know if there's any sql command to retrieve tablespace???

    Hi SantaMufasa, A millions thanks to you...It worked! have a great day! Cordially, John
  11. babe1898

    I'd like to know if there's any sql command to retrieve tablespace???

    Hi SantaMufasa, Thank you very much! It worked like a charm. Just one thing though, is there a special character that I could use so the SQL command would query for all the tables starting with TEST? For instance, the SQL below should query on all the tables starting with TEST*. I'm not quite...
  12. babe1898

    I'd like to know if there's any sql command to retrieve tablespace???

    Hi all, I'd like to know if there's an SQL command that could retrieve the name of the tablespace of my table? I tried the following: desc <Name_Of_Table> But, this command only shows the column(s) of this table. Thank you so much in advance. John
  13. babe1898

    FOR LOOP to go from top to bottom of the table in ORACLE???

    hi lewisp, Thank you so much for this idea...I'll try it and let you know . Thank again. Babe1898
  14. babe1898

    How to get the duration between the two TIMESTAMOS???

    Hi taupirho, Thank you so much for your help. It worked like a charm. It worked for most. But one thing though, does this method has a bug? I tried the following(Ex.1) and it did not give the correct answer. I'm using ORACLE 10g. Do you mind running the following statement and check if you get...
  15. babe1898

    FOR LOOP to go from top to bottom of the table in ORACLE???

    Hi all, The following is my situation: I have Table called Table_Name which contains 100 entries(rows). What I would like to do is count the number of rows of my table which can be done with the function COUNT. Then, use the result in my FOR loop. Now, I'd like to know if it is possible loop...
  16. babe1898

    How to get the duration between the two TIMESTAMOS???

    Sorry, it's TIMESTAMP. Thanks.
  17. babe1898

    How to get the duration between the two TIMESTAMOS???

    Hi all, I'm pretty new to SQL so I only know some of the basic stuffs. I created two columns BEGIN and END both have a TIMESTAMP as datatype. Now. my question is how could I get the diference between these two times/date, meaning the duration between the BEGIN and the END. For example is shown...
  18. babe1898

    Duration between two TIMESTAMPS???

    Hi ca8msm, Thanks for the information. I'll change this to Oracle forum...Thanks again... babe1898
  19. babe1898

    Duration between two TIMESTAMPS???

    Hi r937, Thanks again for your rely...Actually, I'm using a Web Application that populates the Tables of my Database(Oracle 10g). From this database, one of the tables contains a column which has the datatype TIMESTAMP. So, basically, my concern is purely "sql query" questioin. Not sure if...
  20. babe1898

    Duration between two TIMESTAMPS???

    hi r937, yes, the data type is TIMESTAMP. And, the BEGIN and END are just an examples. The following value is the result of the TIMESTAMP datatype. 15-NOV-07 08.52.00.000000 AM Thank you again...

Part and Inventory Search

Back
Top