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 strongm 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. EssJayKay

    PThreads on HP-UX 11.0

    I am porting code from HP-UX 10.20 to HP-UX 11.0. I have several PTHREAD calls that are no longer supported. Does anyone know of new calls that are available for these functions? 1) pthread_getunique_np - i have seen some reference to pthread_self, however this returns the tread, not the...
  2. EssJayKay

    PThreads HP-UX 11.0

    I am porting code from HP-UX 10.20 to HP-UX 11.0. I have several PTHREAD calls that are no longer supported. Does anyone know of new calls that are available for these functions? 1) pthread_getunique_np - i have seen some reference to pthread_self, however this returns the tread, not the...
  3. EssJayKay

    PL/SQL Function Question

    Thanks, When calling the function should it be called with or without the parens?
  4. EssJayKay

    PL/SQL Function Question

    Can a function take no input parameters as such: function get_lo_post () return number is ret_value number; begin ret_value := 0; select min(post) into ret_value from post_lookup; return ret_value; EXCEPTION WHEN OTHERS THEN return 0; end...
  5. EssJayKay

    REMSH across HP-UX Servers

    I have multiple servers which need to run several interactive scripts each morning and evening to bring up and shutdown an application, which includes an oracle database. The startup & shutdown scripts on each server require the user to answer questions based on the stat of the database. I...
  6. EssJayKay

    PERL and REMSH on HP-UX

    I have multiple servers which need to run several interactive scripts each morning and evening to bring up and shutdown an application, which includes an oracle database. The startup & shutdown scripts on each server require the user to answer questions based on the stat of the database. I...
  7. EssJayKay

    2.4GHz Cordless phone interferance

    I have a netgear router and PCMCIA card set up on a wireless network. It seems that my cordless phone interfears with the signal absed on tests. The connection goes out sometimes when I am not on the phone, probably another unit in my apartment complex is on the phone. Are there any...
  8. EssJayKay

    Setting Up New Wireless LAN

    Hey, I'm setting up a new wireless LAN at home. I was debating which brand to go with. I used to have an SMC wireless barricade and was considering going with the new SMC Barricade Turbo 11/22Mbps Wireless Cable/DSL Broadband Router. Any opinions on this or if there is another recommended...
  9. EssJayKay

    Rownum in Select W/ Distributed Database

    i know it will work if i remove the rownum. data sets are exactly the same, just that rownum has different effect when using the join. is there any way around this?
  10. EssJayKay

    Rownum in Select W/ Distributed Database

    here is the query for the 1st response (Direct to Table) select sym, linetime, pubseqno from all_trades_tbl where mdb_date = '10-DEC-2002' and sym = 'A' and exid= 'N' and reftype is null and nvl(cextype,'0') != 'X' and nvl(cextype,'0') != 'E' and rownum <= 11 order by pubseqno desc...
  11. EssJayKay

    Rownum in Select W/ Distributed Database

    ps - linetime is a NUMBER
  12. EssJayKay

    Rownum in Select W/ Distributed Database

    the data represents timestamped transactions. it is the same query, one done on the database table directly, one through the joined layer of the entire ditributed database. The data comes in based on linetime so linetime=9335400 is the 1st transaction and linetime=14194300 the last transaction...
  13. EssJayKay

    Rownum in Select W/ Distributed Database

    Based on the order by clause they should, they single database returns as such: SYM LINETIME PUBSEQNO ----------------- ---------- ---------- A 14194300 1650447 A 14193900 1649924 A 14193700 1649740 A...
  14. EssJayKay

    Rownum in Select W/ Distributed Database

    I have the following query, which when executed on a single database returns values in teh corect order, most recent inserted to least recent inserted. When I try the same query on a database distributed over 2 machines and joined at a view layer, the returned rows are reversed, instead of...
  15. EssJayKay

    Task Manager Issues

    One day my task manager changed its look. Instead of listing programs running, processes etc, with a tabbed look, it now only brings up the processes in a dialog box without the top portion of tabs and has the end process button on the bottom. Was a setting chaged somewhere or is this some...
  16. EssJayKay

    Task Manager Issue

    If in fact there was an install (or virus) that changed the task manager is there a way to re=install the origianl one to its prior state without reinstalling windows completely? Would a repair fix the issue?
  17. EssJayKay

    Checkpoint Crashing

    VPN-1 Secure Client produces an error when I try to launch the VPN software. The dialog pops up with the following error: &quot;Internal Error:&quot;, but no further information is provided. Has anyone experienced any similiar issues or know of any resolutions?
  18. EssJayKay

    Task Manager Issue

    One day my task manager changed its look. Instead of listing programs running, processes etc, with a tabbed look, it now only brings up the processes in a dialog box without the top portion of tabs and has the end process button on the bottom. Was a setting chaged somewhere or is this some...

Part and Inventory Search

Back
Top