| Thread | Last Post | Replies |
|
| How can you get the command(update insert delete) send to the database from forms. | 27 Sep 2005 20:32 GMT | 2 |
How can you get the command(update insert delete) send to the database from forms I am trying to find out what is the command line EX: UPDATE table
|
| Disaster Management. | 27 Sep 2005 18:31 GMT | 10 |
All, Can anyone share me how to plan effective disaster recovery management. Thanks KrishP
|
| Thank you | 27 Sep 2005 16:44 GMT | 13 |
To everyone from the c.d.o. groups that came by and introduced themselves at OpenWorld. It was great to meet you. A special thanks to Mark Townsend for hosting dinner and drinks for those who responded to his invitation. It was great to meet
|
| double line spacing in smtp | 27 Sep 2005 15:54 GMT | 11 |
I'm trying to email print formatted files using utl_smtp. Message is received ok but attachment has a double line spacing. What's the best way to handle this type of file? Thanks,
|
| Index rebuild | 27 Sep 2005 15:09 GMT | 1 |
I need to move a bunch of indexes from one tablespace to another during an upgrade. I'm assuming that I just ALTER INDEX, specifying the target tablespace. Some questions: 1) I know it's possible to run the rebuild while connected as the user
|
| RE: java struts basic , example, installation | 27 Sep 2005 13:45 GMT | 1 |
we can add the two main function in a java program by giving the othe overloading of mai ----------------------------------------------------------------------- IT Interview Questions : http://www.geekinterview.com <br> Tutorials and Articles : http://www.geekarticles.com <br> Free ...
|
| OracleService does not start. Please help | 27 Sep 2005 13:35 GMT | 8 |
Hello, I installed Oracle Server 8.1.5 and the Oracle Enterprise Manager. I used a PC with Windows XP Pro. I have configured the server, configured the client-machine and after
|
| Career Advise - Database Management | 27 Sep 2005 13:31 GMT | 35 |
My name is Jay. I would like to get your advise regarding a career move....I am a recent college graduate with an EE degree (strong background in computer science) and am working in IT industry (software QA) in Southern California. From what I have seen so far, it is really
|
| Help with a query | 27 Sep 2005 11:21 GMT | 2 |
Help with a query Table1 Name val2 UIDchild UIDParent SequenceID Action Bill B 20 1 Insert
|
| How to select First and Last Row from Sql server database | 27 Sep 2005 05:02 GMT | 11 |
Hi Friends, any knows how to select last and first row from sql server database with regards santanu
|
| Does DBREINDEX update stats? | 27 Sep 2005 02:46 GMT | 1 |
(Assuming SQL Server 2000, auto create statistics on, auto update statistics on.) Does DBCC DBREINDEX(<tablename>)
|
| FREE Oracle 9i/10g Administration Made Simple (PDF, complete) | 27 Sep 2005 01:44 GMT | 10 |
1. Download this complete 376 page Book absolutely FREE http://www.takveen.com/ebooks/ebookp.pdf The password protected PDF file so you will need acrobat reader. get one free from www.adobe.com
|
| SQL query correctness/efficiency of my query | 27 Sep 2005 00:33 GMT | 2 |
Is this the correct way to join 3 tables and if so is there another more efficient way to do it. The 3 tables item_master,cost_item,item_comments have the common key item_no which is the
|
| ordered_hint | 26 Sep 2005 23:41 GMT | 7 |
If you have a query that joins table t1 and view v1, and the query uses an ORDERED hint, exactly what order will the optimizer join the tables in? Will it use t1 as the driving table and join the tables in v1 in the same order they're listed in the view's FROM clause? Or will the ...
|
| pl/sql question | 26 Sep 2005 22:48 GMT | 4 |
I'm looking for a way to write the contents of a table as a comma-separated list of values without knowing the names of the columns. Does anybody know if this is possible (I'm new to pl/sql)?
|