Hi all,
while inserting a CLOB object into a table am getting the following error.
SP-0027: Input is too long (>2499 characters) line ignored.
Is there any way to overcome this issue??
Thanx in Advance, Santhosh Ravindran
Hi all,
I tried to add some identifiers to my .c program so that when we type the command "what <progname>" it displays the identifiers given by me.My pbm is that its works well when i do a cc, but after that when i do a "mcs -d <progname>" all the identifiers are...
Dear all,
I need to know the how do i allocate memory to structure array dynamically.I tried this but couldn't help me..
struct A{
int i;
};
void main()
{
struct A *a1;
int i;
for(i=0;i<10;i++){
a1[i]=(struct A*)malloc(sizeof(struct A*));
}
}
when i tried...
Am executing an application thru a shell script say S.sh and the executed application becomes the child of S.sh process.The exact thing i need is if i kill the parent process the child shud get killed automatically.Any idea??
Thanks in advance. Santhosh Ravindran
Can anyone help me by providing the Source code to capture the keyboard interrupts in a UNIX environment.plss help
Thanx in Advance
Santhosh Ravindran Santhosh Ravindran
Hi,
Any one can help me in finding the list of computer's connected in a network eventhough they are connected on diffrent domains or workgroups but on the same LAN.
Thanks,
Robin Santhosh Ravindran
Can any one suggest a web site or good book where i can find how to debug a "C" source code compiled in unix.i know that there is a option cc -g for debugging.but how can i put a breakpoint and alll.more over i need information on how to debug a core file given during an execution...
i wanna search two patterns simultaneosly using grep.I have tried using grep -f <filename which has patterns entry>.But i don need this..i wanna avoid this look up in to the fileis there any way??
Also i need to know whether there is any function to compare two strings in unix???i tried ueing...
How to find the memory utilised by a process using ps aommand in unix???i am able to get the cpu utilisation but not the memory!!!please help
Thanx in advance Santhosh Ravindran
I have two oracle servers.I am not able to create a database link to the other one, but i am able to setup TNS service and connect to the other server.While creating the database link to the other server its getting created successfully.But when try to access the table in that server using the...
Is it possible to encrypt and decrypt a file in unix..is there any unix tool for that..what i need if someone tried to access a particular directory it shud prompt for a password to access the directory..or else i need some tools to encrypt a file..that is if sopmeone opens that file they shud...
Hi all,
Can any please hel me in getting the shell script for displaying the last 7 days from the current date..ie., ie., if we give date at the unix prompt i shall gat the current date..what to do if i need yesterdays date with the date command???
Thanx in advance Santhosh Ravindran
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.