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 TouchToneTommy 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 maddave

  1. maddave

    Finding a "/" in Vi?

    Genius! Many thanks.
  2. maddave

    Finding a "/" in Vi?

    How can I use VI to find a "/"? For example, I have a script which moves a lot of files to another directory. The directory structure in the script is wrong so I want to search for "$HOME/stnd_by/one" and replace it with just "$HOME/one" if I do: :%s/stnd_by//g I end up with "$HOME//one" on...
  3. maddave

    Showing all table deatils.

    Mutley, many thanks, Excactly what I needed. Thanks.
  4. maddave

    Showing all table deatils.

    I want to be able to show the details of all tables, ie, the table name, the colums and their lengths. Something similar to "desc" in Oracle. I need to do this to all the tables in my MS Sql database and to get a list of the data output. I.E: Table1 name of table 1 column1 length column2 length...
  5. maddave

    Physical disk Layout

    Hi, How can I view the physical disk layout in linux? Not a df -k to show the partitions, but how many disk and of what size are present on the machine. A bit like windows when you go to computer manager and look up disk manager. Thanks.
  6. maddave

    Stopping an account from locking out.

    I am haveing trouble with our virus software. Basiclly the software creates a user account which is then used to access the repository server to get updates for user workstations. This account keeps locking out which is stopping the updates from taking place on a number of computers. I...
  7. maddave

    Linked server MSSQL to Oracle 9i - need help!

    Many thanks, will play around with your code to see whats what and how it all ties together.
  8. maddave

    Linked server MSSQL to Oracle 9i - need help!

    Im trying to create a linked server in MSSQL query analyser to connect the MS SQL database running on Windows 2000 to an Oracle 9i system running on Linux. I have managed to get Oracle to talk to MS SQL but now need it working the other way around so that I can select data from MS SQL. The...
  9. maddave

    MS SQL now run in Oracle SQL, inner joins problem.

    Thank you so much, you have made me see the wood for the trees! The MS SQL database I am working on has table names named so confusingly it is very difficult to decipher what is what. Take the code: "iScalaDB"."dbo"."_GL030106_CC" "_GL030103_CC" There is a table called "_GL030103_CC" in the...
  10. maddave

    MS SQL now run in Oracle SQL, inner joins problem.

    I am currently migrating a lot of SQL procedures that used to run on MS SQL and are now being accessed from Oracle 9i using Hetrogenous Connectivity. The following is the MS SQL select statment, but I am having real trouble getting it to work in Oracle. Its the inner join section that is...
  11. maddave

    MS SQL to Oracle SQL.

    I am currently migrating a lot of SQL procedures that used to run on MS SQL and are now being accessed from Oracle 9i using Hetrogenous Connectivity. The following is the MS SQL select statment, but I am having real trouble getting it to work in Oracle. Its the inner join section that is...
  12. maddave

    Connecting Oracle to MS SQL

    Help! Im getting thoroughly confused and irate! I am trying to connect an oracle 9i database which is running on Linux Red Hat Enterprise 4, to a MS SQL database which is running on Windows Server 2000. I have read the following document...
  13. maddave

    Recover standby database in a srcipt

    Oh and thanks for all the replies.
  14. maddave

    Recover standby database in a srcipt

    Found it! Found that I had LD_ASSUME_KERNEL=2.4.19 set in my users profile, but this wasn't being exported with the script for some reason. All working now as expected!
  15. maddave

    Recover standby database in a srcipt

    Yep, the user is oracle9 which is in only the DBA group and is the one I login aswell as the one who runs the cron script. Ive just tried the script in cron and it failed with same errors. Im gonig to strip out all the ENV variables and just have ORACLE_HOME, ORACLE_SID and ORACLE_HOME and...

Part and Inventory Search

Back
Top