laptop is connected to a dock which always has power.
looked at the article and tried a setting for the Intel Management engine Interface - which incidentally - HP support assistant just installed an update for that component and need to restart
thx.
putting my Win10 Pro laptop to sleep - it seems to work however when i log in in the morning it has totally shut down - how to trouble shoot this pls ?
Log Name: System
Source: Microsoft-Windows-Kernel-Boot
Date: 2/06/2020 9:01:26 AM
Event ID: 153
Task Category: (62)...
Hi have been exploring options to get NICE data into splunk - not getting very far - so far i have :
looked at exporting a metric csv report at a small interval - 5mins - the product cant do this
Another option is to query the mibs directly on the loggers for metrics at a pre-defined interval...
DECLARE @a integer
DECLARE @health integer
select @a = COUNT(*) from DB
where prid = 'com'
and (severity = 'minor'
or severity = 'major'
or severity = 'critical')
if @a = 0
BEGIN
SELECT @health = 100
END
if @a > 0
BEGIN
SELECT @health = 70
END
select @health as Health
I have installed RHEL 5.8 and need to test an application - when i try and install the application it it says ..
FAIL -- The 64-bit RPM package of openmotif is not installed
FAIL -- Error RPM openmotif not installed
FAIL -- Error RPM sharutils not installed
FAIL -- The 64-bit RPM package of...
.....
SQL> ALTER PACKAGE DBMS_REPCAT_AUTH COMPILE;
Package altered.
SQL> ALTER PACKAGE MGMT_BSLN COMPILE BODY;
ALTER PACKAGE MGMT_BSLN COMPILE BODY
*
ERROR at line 1:
ORA-04043: object MGMT_BSLN does not exist
SQL> ALTER PACKAGE MGMT_BSLN_INTERNAL COMPILE BODY;
ALTER PACKAGE...
So i tried this yesterday and although it said they have been altered - still showing as invalid !
D:\oracle\Bundle\Patch17>sqlplus /nolog
SQL*Plus: Release 10.2.0.5.0 - Production on Tue Oct 23 16:48:24 2012
Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
SQL> conn sys/ehealth as...
SQL> SELECT OBJECT_NAME, owner FROM DBA_OBJECTS WHERE STATUS='INVALID';
OBJECT_NAME
--------------------------------------------------------------------------------
OWNER
------------------------------
DBMS_REPCAT_AUTH
PUBLIC
DBMS_REPCAT_AUTH
SYSTEM
MGMT_BSLN
DBSNMP
OBJECT_NAME...
Thanks btw .. how do i find that out ? everything should be installed by the same user.
There does seem to be a discrepancy .. the original install was owned by a a user in a domain group and look the upgrade was done by a local account ..
-rwxrwxrwx 1 Administrators PRIMEWATCH\Domain+Users...
...DBMS_REPCAT_AUTH
DBMS_REPCAT_AUTH
MGMT_BSLN_INTERNAL
MGMT_BSLN
SQL> alter package MGMT_BSLN COMPILE;
alter package MGMT_BSLN COMPILE
*
ERROR at line 1:
ORA-04043: object MGMT_BSLN does not exist
SQL> alter package MGMT_BSLN_INTERNAL COMPILE;
alter package MGMT_BSLN_INTERNAL COMPILE
*
ERROR...
...correct syntax ..
SQL> ALTER "PACKAGE BODY" SCHEMENAME.DBMS_REPCAT_AUTH COMPILE;
ALTER "PACKAGE BODY" SCHEMENAME.DBMS_REPCAT_AUTH COMPILE
*
ERROR at line 1:
ORA-00940: invalid ALTER command
SQL> ALTER PACKAGE BODY SCHEMENAME.DBMS_REPCAT_AUTH COMPILE;
ALTER PACKAGE BODY...
I have various invalid scemas after applying a security patch .. i've been googling different cmds to re compile them, but not getting anywhere ..
I have tried running utlrp.sql but doesn't fix them and tried recompiling them individually .. but keep getting syntax errors
SQL> SELECT...
Where will the tns names be on my xp server ? All I've been using is the odbc data sources in administrative tools.
If that's not enough can you point me to the right client download and what components need to be installed.
Thanks.
...C:\Documents and Settings\ehealth>
C:\Documents and Settings\ehealth>
C:\Documents and Settings\ehealth>sqlplus ehealth/ehealth
SQL*Plus: Release 10.2.0.4.0 - Production on Mon Oct 17 16:11:01 2011
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g...
D:\oracle\BIN>tnsping ehealth
TNS Ping Utility for 32-bit Windows: Version 10.2.0.4.0 - Production on 25-AUG-2
011 09:10:11
Copyright (c) 1997, 2007, Oracle. All rights reserved.
Used parameter files:
D:\oracle\network\admin\sqlnet.ora
TNS-03505: Failed to resolve name...
OK this is driving me nuts i am trying to setup a ODBC connector to an oracle 10.2.0.4.0 DB
I can connect to the DB by cmd line sqlplus username/password and run queries.
But i have downloaded the latest ODBC connector for oracle 11g (does that matter ?)
The field options i have to populate...
I have an application that has given me some sql scripts for SQL 2005 express
createdb.sql
createuser.sql
dropall.sql
how do i add them .. i dont have a mangemaent console so must be done by command line.
thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.