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: *

  • Users: GremlinHunter
  • Order by date
  1. GremlinHunter

    ZipFile throwing "error in opening zip file"

    They are running different jvm versions. The old Oracle 8i DB that is having problems is using 1.2.1. My development station is running 1.5.0_06. Perhaps my workstaion has a more robust version of ZipFile class. If this is the case though it is odd everything worked for several weeks...
  2. GremlinHunter

    ZipFile throwing "error in opening zip file"

    For several weeks I have had a bit of code opening zip files and counting specific extensions inside. Now when the routine runs I just get "error in opening zip file" from IOException. The odd thing is that the test code still works fine from my workstation, even when I use the same network...
  3. GremlinHunter

    Find total uptime

    Do you remember offhand what view to check in sem? The two most likely looking views gv_$instance and gv_$mystat do not seem to have anything like uptime.
  4. GremlinHunter

    Find total uptime

    Sorry about that. Was not watching what I was typing. Been fighting with backup issues lately and had archive logs on the mind. Actually our alert log's do get to be farily big. I last saved off this databases alert log back on 11-SEP-07. It is at 95MB now. Tiny compared to many of our...
  5. GremlinHunter

    Find total uptime

    Ah well. With nothing in v$database or v$instance I didn't really have much hope. Thanks for the logic for computing it from the archive logs. I can probably use that with one of our "newer" systems. Sadly the archive logs from the box in question have been deleted over the years for hard...
  6. GremlinHunter

    Find total uptime

    Is there a way to find out total uptime on a database? I have one turning 7 years old tomorrow and I was curious how much of that was with database online.
  7. GremlinHunter

    Cluster Services problem

    We removed a drive set a short while back. What was not known was that the set was a member of a test drive group in the cluster. As a result we can not get either of the cluster nodes to run Cluster Services unless they use the -FixQuorum startup parameter. Fun thing is that the removed disk...
  8. GremlinHunter

    Porblem adding partition to index organized table

    So I gather. When I posted this I was under the impression that split did not create a new partition but redistributed data between existing ones. I know a little better now. At this point in time I am trying to work out how much data is too much to split. I am not keen on creating temp...
  9. GremlinHunter

    Porblem adding partition to index organized table

    I am hoping someone here has an idea on this. We have a number of tables that are index organized tables. Every day as part of a job new partitions are created for several days from now. Problem is that yesterday did not get any partitions created for it but partitions have been created...
  10. GremlinHunter

    When does return order change if no ORDER BY used?

    Turkbear - That is what I was afraid of. Staying with the same query as the routine seems to give me matching results. So far the only ones that are showing out of order were from new columns added into the tables. That is what had me wondering on the row number thing. I thought I remembered...
  11. GremlinHunter

    When does return order change if no ORDER BY used?

    Basic question is when does the order of a query return change when no order by is used? I think the DB used the row number as default order but it has been years since I took the class. Reason is we have a routine that dumps daily partitions into csv's for archival. However the routine is...
  12. GremlinHunter

    Is there a way to schedule a job or a script to restart a service?

    Try here: http://www.microsoft.com/technet/scriptcenter/scripts/os/services/default.mspx?mfr=true MS Script Center is pretty darn good for this stuff. http://www.microsoft.com/technet/scriptcenter/default.mspx
  13. GremlinHunter

    2003 can't use 2000 domain Administrators group?

    Ok, making a test user a member of Domain Admins cleared up the Remote Desktop now allowing connections by default. One thing on it does not make sense to me yet. If we are supposed to use the Domain Admins group for administration instead of Administrators group, then why can I not make...
  14. GremlinHunter

    2003 can't use 2000 domain Administrators group?

    I overlooked the Domain Admins group. I was trying to distinguish between the Local Administrators group on the 2003 server and the Administrators group on the 2000 domain. Interesting, Domain Admins is a member of Administrators on the 2000 domain. As it is none of the admin users on the...
  15. GremlinHunter

    2003 can't use 2000 domain Administrators group?

    We have several 2003 servers connected to our 2000 domain. Problem I am having is that I can not assign the Domain Administrators Group to anything in 2003. I can find the Local Administrators Group and thats it. Also, under Remote Desktop Users in 2003 there is a note that "Administrators...
  16. GremlinHunter

    Basic ASA config question

    Layout is basicaly this: /- (192.168.12.246) ASA5510 (x.y.100.15) -\ Private- - Hub - Public \- (192.168.12.248) Watchguard (x.y.100.1 -/ Test web server on private is 192.168.12.25 Public network routes to Watchguard external...
  17. GremlinHunter

    Basic ASA config question

    I tried taking out the global, the code I posted the second time was just a complete copy of the origional code. This is the code block after the changes you mentioned: asdm image disk0:/asdm504.bin no asdm history enable : Saved : ASA Version 7.0(4) ! hostname ciscoasa domain-name foo...
  18. GremlinHunter

    Basic ASA config question

    Tried that with no luck. Also gave "static (inside,outside) interface 192.168.12.246" a shot and still getting the No translation group found. Sorry about the config post. Thought I did a select all, guess not... Be nice if you could edit old posts. asdm image disk0:/asdm504.bin no asdm...
  19. GremlinHunter

    Basic ASA config question

    I am trying to set up our ASA to allow inbound connections to some internal web servers. At the moment I am just trying to get anything from outside inside and having little luck doing it. The following config keeps throwing "No transaction group found for tcp ..." which makes sense since I...
  20. GremlinHunter

    Track 10g Report Queue from script

    Does anyone know of a way to pull the queue from a vb/java script? I would think you could query then queue info from somewhere but I am unable to find it. Reason is that we keep getting reports that just hang with "Running the report Initalizing report". No errors, no apparent activity...

Part and Inventory Search

Back
Top