Yes but what if I for one day have to insert these values:
INSERT INTO activ (ms, year, month, day) VALUES ('99999423','2007','03','24');
INSERT INTO activ (ms, year, month, day) VALUES ('44433431','2007','03','24');
etc..
It should allow me to do so..but if I try to insert it again after one...
Hellooo
I created table in mysql:
CREATE TABLE activ
(
id INT UNSIGNED NOT NULL AUTO_INCREMENT,
PRIMARY KEY (id),
ms CHAR(15),
year CHAR(4),
month CHAR(2),
day CHAR(2)
);
I want to prevent...
Hmm...what to say..It is working..I do appreciate your help...
And thanks for explanation..but this PHV's code is not clear to me..
:)
Thanks it works
cheers
Thanks...but I am not quiet sure for the meaning of
SHORT_NAME=`echo $file | sed 's/file/&]/' | sed 's/].*//'`
cat $file >> $SHORT_NAME
Also I hope that content of 12file will be 2 files
(12file1 + 12file34) etc.
can U just help me out with meaning of whose 2 sed...
Helloo..
I have no idea where to start with this problem...
In my directory there are ~1000 files..
each ones name starts with number..
for example..
12file1
13file124
142file5
12file34
13file9
1file12
ok I sorted them but how to merge thoese with same digits numberst in their name..
to...
Helloo...
I am not much familiar with python..I found this small script in python I even do not have python on my computer...can anyone help me out to convert this into ksh or sh..
PLEASE any help I will appreciate..
here is python code..
#!/usr/bin/env python
import random # Get a random...
no...no more other scripts..:(
here is output of select granted_role from user_role_privs;
SQL> select granted_role from user_role_privs;
GRANTED_ROLE
------------------------------
CONNECT
SQL>
I can tell it is very bad..not much privilages..
Also as I mention I connect to unix as...
here is it
>cat /etc/nsswitch.conf
#
# /etc/nsswitch.files:
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# does not use any naming service.
#
# "hosts:" and "services:" in this file are used only if the
# /etc/netconfig file has a "-" for nametoaddr_libs of "inet"...
OK maybe it is not working as root..I can see in my /etc/passwd that there is oracle user
su -oracle
I have been asked for oracle password..I do not know that password..
thanks
well..as U can see I have no experience in DB..I worked only with mySQL ..but comparing it with oracle mysql is very simple..
when I do cat config.s I get this:
>cat config.s
.section ".text",#alloc,#execinstr
/* 0x0000 7 */ .file "x.c"
.section...
Hello friends...
I am having old machine with oracle 8 on it
oracle is running on solaris /home/oracle/8.1.6
I do not know user name and password...is there a way to change user /pass or find out what was username /password
I have root privelage on my solaris..
is there a way to recover out...
Heloo..
I have coded in PHP telnet conn. and I can with no problem execute any command on my solaris machhine (PHP is on windows doing telenet conn to solaris)
for example I have script that works something on solaris I just add it to PHP code on windows and it executes it...BUT...only thing...
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.