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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cougartrace

  1. cougartrace

    Oracle report for inactive users?

    We have to have a report for all users who have not logged into the database in 45 days? We don't have anything like LDAP (or whatever its called nowadays) so our security is all in the database. Anyone have any hints to help out with this?
  2. cougartrace

    asking for password on db2 script

    I have a script that does DB2 HADR monitoring, however during execution it asks me for the user password - is there anyway to pass that password in the script? DB2HADRDBNAME=TDWD #Get the local DB2 instance name DB2INST=db2tdwd HADRROLE="UNKNOWN" HADRSTAT="UNKNOWN" HADRROLE=$(su - $DB2INST -c...
  3. cougartrace

    sql help

    Just can think right now, If I have a table that looks like the following: X Y = = A 1 B 2 C 1 D 2 What is the query I need to return all X rows where column Y has multiples of the same value?
  4. cougartrace

    list of all users in every database

    Anyone know a quick and easy way to have a script to connect to all DB2 UDB databases on 3 different AIX servers to give me a list of all users in the database?
  5. cougartrace

    backup software

    I have Windows XP Media Center Edition. I'm currently using Ghost 10 to backup my computer to my USB drive. I find that ever since installing GHOST my computer takes much longer to startup. Can anyone recommend any other backup software (freeware or otherwise)?
  6. cougartrace

    Windows ME boot problems

    I have a neighbor who's Windows Me won't start in Normal or Safe mode. I ran scandisk and it ran with many errors. Is there anything I can do to help him save his data? How do I force Windows Me to reinstall over itself? I've tried but it keeps telling me I already have the OS installed.
  7. cougartrace

    read each line of a file

    Thanks a bunch. This is much more simple than the way I was trying. CougarTrace
  8. cougartrace

    read each line of a file

    Hi all, If I have a file that looks like this: dallas new york chicago los angeles In a unix script how I can grab one line at a time in that file and email it to someone?
  9. cougartrace

    help with parsing query in unix

    I have this DB2 UDB query: db2 -x "select tsname,pct_free from db2admin.ts_free_space where size_meg > 1 and type = 'DMS' and pct_free <= 97" > show.lst Can someone help me with the unix scripting to parse out the tablespace name and pct free and send a page for each tablespacename?
  10. cougartrace

    largest tables in database

    Can someone help me with a query that will give me the 30 largest tables in a DB2 UDB database? Thanks, CougarTrace
  11. cougartrace

    question on how to get tables with rows &gt; 1000000

    Hi all, In DB2 UDB (were on 8.1 on AIX), how can I get a listing of tables that have a rowcount greater than 100,000? CougarTrace
  12. cougartrace

    10 largest tables in database

    Anyone have a script to give 10 largest tables in a database? Or a script that would give sizes of all tables in a database?
  13. cougartrace

    db2 and access

    Hello all, I have a situation where I'm using access to connect to DB2 os390 via DB2 Connect. On the OS390 side, I was required to change my password. However, in access I'm getting the error that it doesn't recognize my id or password when I try to link a new table. It doesn't even prompt me...
  14. cougartrace

    access and linking tables

    Hello all, I have a situation where I'm using access to connect to DB2 os390 via DB2 Connect. On the OS390 side, I was required to change my password. However, in access I'm getting the error that it doesn't recognize my id or password when I try to link a new table. It doesn't even prompt me...
  15. cougartrace

    variable stays the same no matter condition

    i posted the script

Part and Inventory Search

Back
Top