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!

Search results for query: *

  1. olemma

    Oracle Data Guard Question

    Anyone???? I add more info: In case of switchover or failover, we definitely want it to be as transperent as possible to the apps. Most of our apps are using jdbc connections, a few the OCI api. I guess the best solution will be the the first: connect time failover in the tnsnames.ora...
  2. olemma

    Oracle Data Guard Question

    Hello Gurus, Can someone please explain to me if anything needs to be done on the app servers (client side) connecting to the DB when a swithover/failover takes place? what needs to be configured? I still quite don't get that part from what i've read.
  3. olemma

    Need to change IP on Oracle 9i

    Thanks hoinz. Yes, that's what I meant by my question.
  4. olemma

    Need to change IP on Oracle 9i

    Hi Oracle Gurus, My net admin needs to change the IP address on our production Oracle 9i DB running on RedHat Enterprise Linux 2.1/Kernel 2.4.9-e.59 enterprise. What would be the appropiate steps to acomplish this?
  5. olemma

    Oracle 9i Security

    Hello Gurus, I need a complete security survey for an Oracle 9i DB running on a RedHat Enterprise Linux 2.1/Kernel 2.4.9-e.59 enterprise server. I am looking for recommendations on securing this server as much as possible. Anyone know where I can find useful documention regarding security? Any...
  6. olemma

    Upgrading from 9i to 10g

    Has anyone upgraded from 9.2 to 10g? Does anyone have a documented process? Is it straight-forward? Do you recommend it? Any comment would be helpful. Tnx, olemma
  7. olemma

    Starting Oracle Intelligent Agent

    Hi, I have set up a OMS in win2000 that will monitor 3 oracle dbs in 3 diffrent linux boxes. When I try to start the Oracle Intelligent Agent in the linux servers, the OMS still cannot discover the oracle instances. In the \network\log directory I found a few logs that seem to point to an...
  8. olemma

    Inserting/Updating long strings into a LONG

    isn't that only for BLOBs/CLOBs?
  9. olemma

    Inserting/Updating long strings into a LONG

    Whenever I try to insert a long string into a LONG field (in sqlplus or OEM), I am getting this error: ORA-01704: string literal too long The string is problaby > 2000 char (I don't have the same problem if I truncate the text). I even tried other field types,like LONG RAW or BLOB, but I get...
  10. olemma

    timeout session value???

    Hi All, Is there a setting so that I can leave Enterprise Manager and SQLPlus worksheet open and have them stay active for longer than half an hour, even without using them? I've had to launch SQLPlus Worksheet 5 times today and over 10 yesterday, and it's getting annoying and slowing me down...
  11. olemma

    How to change SQL Server name..

    cricketer1, I just did this twice during the last month. Just rename the server name (change ip, any dns entry, etc. if necessary), and reboot your server. The sql server service should come back up with the new server name. BTW, you will need to run change the server name in msdb.sysjobs so...
  12. olemma

    seconds to minutes?

    Ty! much better!
  13. olemma

    seconds to minutes?

    Thanks. I wrote this funtion that seems to work, but now how do i call it from select statement? I want return a duration field which is in seconds in minutes. CREATE function f_sec2min (@p_seconds as numeric) returns char(20) as begin declare @min char(20) set @min=case len(cast(...
  14. olemma

    seconds to minutes?

    Is there any sql funtions that converts seconds to minutes? I need someting like 245 seconds = 04:05 minutes. I can probably write a funtion to do this but I was wondering if some existed already. Thanks!
  15. olemma

    output directly to text files

    Thank you so so so much!!! I probably skipped that thread before. Just what I needed.
  16. olemma

    output directly to text files

    Hi all, Is there a way to output the result of a query directly to a text file without using the export wizard or a dts packtage. I need something that can do that in plain sql in a sp. Is this possible? Thanks for any help!
  17. olemma

    Problem editing DTS Packages

    Anyone? please help!
  18. olemma

    Problem editing DTS Packages

    select @@version returns: Microsoft SQL Server 2000 - 8.00.534 (Intel X86) Nov 19 2001 13:23:50 Copyright (c) 1988-2000 Microsoft Corporation Enterprise Edition on Windows NT 5.0 (Build 2195: Service Pack 2) and EM version is: Microsoft Management Console 1.2 Version 5.0 (Build 2195...
  19. olemma

    Problem editing DTS Packages

    Hello ALL! Whenever I try to view the Properties of a Workflow step on some DTS packages, EM crashes. I found this error on Event Viewer: App: E 'Tue Jan 07 15:21:54 2003': SQLSERVERAGENT - " Unable to read local eventlog (reason: The data area passed to a system call is too small). &quot...
  20. olemma

    Login failed for user 'NT AUTHORITY\ANONYMOUS'

    Thanks. I don't know if this was the case, but I was able to run 2 out of 3 failing jobs. One still fails.

Part and Inventory Search

Back
Top