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...
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...
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...
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...
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...
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...
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...
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?
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...
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...
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...
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...
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...
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?
VPN-1 Secure Client produces an error when I try to launch the VPN software. The dialog pops up with the following error: "Internal Error:", but no further information is provided. Has anyone experienced any similiar issues or know of any resolutions?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.