syslogd output the following info:
Jul 31 23:01:31 QC_P550_719 mail:crit sendmail[2122140]: My unqualified host name (QC_P550_719) unknown; sleeping for retry
Jul 31 23:02:00 QC_P550_719 mail:alert sendmail[2453880]: unable to qualify my own domain name (QC_P550_719) -- using short name
Jul 31...
lssrc -s sendmail" shows it is inoperative,
then i use "startsrc -s sendmail" and its' status turns to active.
But about 1 minutes later it turns to inoperative again.
What cause the problem?
Thx in advance
rsh runs OK, but the rcp command below fails
P670_2-doma%rcp -rp acce.cfg P670_7:/tmp/
who: 0551-012 The process is not attached to a terminal
Thx in advance
...after a week, On August 21th also Monday it was run again. it seem that cron neglect the month and day in cron. Why could this happen ?
A similiar problem also occurs, if i add the following entry in crontab:
51 10 2-31 * 2 date >> dat.out
But it runs on 2nd-31th every month regardless of...
I have created the following MV log and MV(empno was the only primary key in empbak).
create materialized view log on empbak with primary key including new values;
create materialized view mv_empbak build immediate refresh fast on commit as select empno,ename from empbak;
Note that when...
I have the following devices in my system:
hdiskpower10
hdiskpower100
hdiskpower101
Now i only want to get the information about hdiskpower10,so i use "lspv | grep hdiskpower10",but it outputs information about all the 3 devices:
hdiskpower10 vg1
hdiskpower100 vg32
hdiskpower101 vg32
What can...
PINS : The number of times a PIN was requested for objects of this namespace
PINHITS : The number of times all of the metadata pieces of the library object were
found in memory
RELOADS : Any PIN of an object that is not the first PIN performed since the object
handle was created, and which...
...then no sorting is
required in SMJ", i have tried to recreate table emp by ascending order of deptno,such as:
SQL>create table emp_tmp as select * from emp order by deptno;
SQL>drop table emp;
SQL>alter table emp_tmp rename to 'emp';
Then i analyze table em and execute the above query...
If i use an alias in the order by clause, error appears:
SQL>select 'sing' as mydream, 3 a_dummy from dual
union (select 'I''d like to teach',1 from dual
union select 'the world to',2 from dual) order by a_dummy;
ERROR at line 3:
ORA-00904: "A_DUMMY": invalid identifier
When i use a position...
I have the following tests with tables in scott's schemas:
SQL> set autotrace trace
SQL> select * from emp order by ename;
14 rows selected.
Elapsed: 00:00:01.26
Execution Plan
----------------------------------------------------------
0 SELECT STATEMENT Optimizer=CHOOSE (Cost=5...
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.