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!

Search results for query: *

  • Users: ErrolDC2
  • Content: Threads
  • Order by date
  1. ErrolDC2

    Loop through all tables in DB and add column

    Could someone share a simple exmaple with me? Thanks,
  2. ErrolDC2

    SQL 2005 - Only listing databases you have permission to

    How do I limit the list of databases seen in SQL 2005 to only those a user has permissions to? For example, in STM, when a user logs in, they see all databases. How does one limit this? Thanks,
  3. ErrolDC2

    Netapp NOOB - Just looking to understand

    I'm doing some analysis of storage in an environment and I'm reviewing some data for a few Netapp filers. I was hoping to gain some understanding from the group here on a few data points that I don't really get. I've personally not worked with Netapp devices before so any help here would be...
  4. ErrolDC2

    135 Dropped by Rule 996

    I am running a discovery tool against a system that has the Checkpoint SecuRemote VPN client installed. This client has policies that I assume are pushed down to it from a master server. When i run our discovery against this system, the first couple of packets to port 135 will be accepted...
  5. ErrolDC2

    Perl Script to query MySQL

    DBD::mysql::st fetchrow_array failed: fetch() without execute() This is the error I'm getting on a simple script. I don't understand what I'm doing wrong. Can someone please help me understand what I'm doing wrong? #!/usr/bin/perl use strict; use DBI; # Connect to the database. my...
  6. ErrolDC2

    Service-Policy on PIX 7.0.2

    Hi all. I recently installed a service-policy on my PIX to police inbound http responses from the Internet. Although I got it to work, in order to do so, I had to apply it to the inside interface of my PIX and set the source port to http? This didn't make any sense to me. access-list...
  7. ErrolDC2

    Formating Dates using HTTP::Date

    I have a simple script that I need to return the timestamp of files as YYYY-MM-DD. Im using HTTP::Date but it's returning more than I need. Is there a way to further format the date easily? #!/usr/bin/perl -w use File::stat; use Time::localtime; use Time::Zone; use HTTP::Date qw(parse_date...
  8. ErrolDC2

    ORA-00942 - WHY?

    I'm trying to understand why i get "table or view does not exist" when i execute a select statement against a table in a local production database versus getting the object returned in a development database. The only execption is when I append "USERS." onto the tablename when making the query...
  9. ErrolDC2

    Reading a file and storing contents as array.

    First and foremost, I'm a novice. Just want to make that clear because some of what I may ask may sound stupid but I'm trying to understand here so any help would be appreciated. I'm working on extending a function in MailScanner (http://www.mailscanner.info) that will allow me to implement...
  10. ErrolDC2

    Global symbol X requires explicit package name...

    Hi. I'm writing a series of sub-functions that expand to provides some qos capabilities to MailScanner. I'm just a beginner, but I think I'm almost there. my $PriorityDir = '/etc/MailScanner/qos'; my(%PriorityList); use FileHandle; sub InitMultipleQueueDir {...
  11. ErrolDC2

    Dealing with Jitter over a WAN

    I am have an issue. (I know, get in line :) ) I have a user that with a Cisco 7960G behind a 3002 hardware vpn client. We are having one-way voice quality issues when the user calls anyone outside of the company, IE his phone talks to the gateways not another 7960. Packet captures show high...
  12. ErrolDC2

    Oracle Management Server and Node Level Permissions

    Hi. I'm trying to use Oracle Management Server to give people tiered access to Oracle databases scattered throughout my orgainzation. In my testing - I find that I'm having some issues getting the node level permissions correct. For example, I have a test user who is trying to export and import...
  13. ErrolDC2

    Intelligent Agent skipping my SIDS!

    DBSNMP for SunOS 5.10: release 9.2.0.6.0 - Production on 16-FEB-06 15:13:06 Discovering services on twdb01.tripwire-dhs.net configured on host addresses {twdb01 twdb01 172.16.100.14 twdb01.tripwire-dhs.private 129.15.1.2 twdb01} Using oratab file /var/opt/oracle/oratab Warning : LISTENER defined...
  14. ErrolDC2

    TableSpace PITR

    Hi. I'm researching our capability for TSPITR and I got some docs, books and etc. In checking to see if we have the ability, I got some information from querying the ts_pitr_check table that I don't know how to translate. Can someone help me understand what the issue is. According to my...
  15. ErrolDC2

    Alternate methods to document.write

    Hi. I'm trying to work around a problem and I was hoping to get some input from folks who are a bit more knowledgeable then me in this regard. I have an application that some people in my company access via WebVPN, a service on the Cisco VPN concentrators. A portion of this application uses js...
  16. ErrolDC2

    Call Manager providing DHCP services to Remote Site

    Hi. We are getting a cisco phone system. The call managers and vm servers will need to support a remote site connected to our main campus via 2 T-1 that will be used to transport packet voice and an 8MB link for other data. The call mgrs will be located on the main campus. The plan is to define...
  17. ErrolDC2

    Restoring System Databases To Alternate Paths

    I'm doing some test restores of my primary sql 2000 box onto a test server that does not share the same drive letters and directory structure. Restoring the non-system databases goes fine without a hitch. However when I restore the master database, SQL now looks for the non-system databases in...
  18. ErrolDC2

    Help Deleting Large Number of Rows: Transaction Logs Fills up

    I'm trying to delete a large number of rows from a table, but a bit after the operation begins, the Tlogs fills up and the operation stops. I've ran into this before and found a way to delete them using a Loop statement I think. I can't recall the information however. Can anyone help me out?
  19. ErrolDC2

    RMAN; Incremental vs Archived Log Backups

    I'm putting together a backup strategy for a database using RMAN. It's more involved than what we normally do which is daily full backups of the all data files, archived logs, control files and parameter files. I'm trying to determine what are the disadvantages to just relying upon log files...
  20. ErrolDC2

    RMAN - Restoring database from backup in another location

    Hi. I'm just doing some DR testing and I'm trying to restore the database from a backup piece in an alternate location. Much like you would restore a control file or the spile from an alternate location. Rman does not seem to allow that. How do I tell it that my autobackup is not in the same...

Part and Inventory Search

Back
Top