Search Results

Search: Posts Made By: vin_pll
Forum: Programming 09-27-2010
5,684
Posted By vin_pll
Toad oracle with Unix
Hi Experts,

Iam a C/C++ developer but want to learn Proc with oracle and how to connect with TOAD and what RAC please help me explain me with respect to Unix operating system only

installations...
Forum: Programming 04-02-2010
11,968
Posted By vin_pll
Error with socket operation on non-socket
Dear Experts,

i am compiling my code in suse 4.1 which is compiling fine,

but at runtime it is showing me for socket programming error no 88

as i searched in errno.h it is telling me socket...
24,679
Posted By vin_pll
find command in windows
Dear Experts,

Please tell me what is the equivalent command of

find . -name "*.txt" -print

which prints the all the text files in all the folders and sub folders in case of unix.
in...
1,265
Posted By vin_pll
Help regarding the script
Dear Experts,

can you please help me how to achieve this,

i am passing a command line arguments in this way,
./Test.sh abc,123,xyz,789,mno,456

like this but inside my Test.sh i want to...
3,714
Posted By vin_pll
Thank you for the reply, but the input is...
Thank you for the reply,

but the input is not the one which i gave i will be given a comma separated

for ex: ./Test.sh a,10,b,20,c,30

after this the input has to be taken in the array and...
3,714
Posted By vin_pll
Loop in shell script
Dear experts,

i am quite new to shell script please any one can help me in this regard

i would like write a script which takes input in the form

>./Test.sh a,10,b,20,c,30...

in...
Forum: SuSE 08-27-2009
6,761
Posted By vin_pll
Thanks you for the reply, i have already...
Thanks you for the reply,

i have already replaced my code with
dirp = opendir(dirname);
direntp = readdir(dirp);


which is even working but wanted to know what exactly the resaon of failure...
Forum: SuSE 08-26-2009
6,761
Posted By vin_pll
Thank you for the reply, the Red Hat machine...
Thank you for the reply,

the Red Hat machine is x86-64 not IA64 , so according to you this ia64 architecture is the problem for this, is it so.
Forum: SuSE 08-25-2009
6,761
Posted By vin_pll
Dear experts, thank you for the reply, no...
Dear experts,
thank you for the reply,

no both of them are not the same version.
can you please what is the reason why this is failing in ia64 ,
version i have got 2.6.16,whether it is version...
Forum: SuSE 08-24-2009
6,761
Posted By vin_pll
problem of readdir on IA64 suse
Dear Experts,

i am trying to find whether the given name is file or a directory

dirp = opendir(dirname);
direntp = readdir(dirp);
if(direntp->d_type & DT_DIR)
{
printf("\n is a...
Forum: IP Networking 07-08-2009
2,304
Posted By vin_pll
Netork programing
Hello experts,

please help me as i want to learn the networking concepts in details ,
as i come know Unix network programming by Richard Stevens volume 1,2
is good please any of you downloaded...
Forum: IP Networking 06-18-2009
2,405
Posted By vin_pll
Thank you for your reply, i got some idea...
Thank you for your reply,
i got some idea about the xpm , can anybody who had done some image transfer from server to client like file transfer please provide me some clue.

how to transfer...
Forum: IP Networking 06-17-2009
2,405
Posted By vin_pll
Thank you for reply, but how if you have any...
Thank you for reply,

but how if you have any reference or program please redirect,

but how to achieve this, please inform.
how separately to deal for gif images , and also i have doubt what...
Forum: IP Networking 06-16-2009
2,405
Posted By vin_pll
Reading images on network
Hello experts,

please help me i am not able to understand how to solve this,

what i am trying to do is in client server environment i am using file I/O amd memory map to transfer the file,...
Forum: Solaris 05-27-2009
2,698
Posted By vin_pll
Sending a file to a server
Dear Experts,

please help i am very much confused here and not getting the right path,

actually i want to send a file from client to a server,
initially i used mmap() which is failing most of...
Forum: Solaris 05-26-2009
5,120
Posted By vin_pll
Sigbus with mmap.
sorry for the delayed reply,
please help me i am trying like this, though this is one sample test,
iam opening the two files one for reading and one for writing, and i am checking like this
...
Forum: Solaris 05-20-2009
5,120
Posted By vin_pll
mmap() on 64 bit m/c
Dear Experts,

i have a problem related to mmap(), when i run my program on sun for 64 bit which is throwing SIGBUS when it encounters mmap() function, what is the reason how to resolve this one,...
Forum: AIX 05-12-2009
4,589
Posted By vin_pll
Internal error
Dear experts,

please inform when i am trying to use dbx to debug my code,

iam getting following error:

internal error: expected member attribute 's', 'p', 'r' or 'b', found...
Forum: Solaris 05-11-2009
4,077
Posted By vin_pll
dlopen() on dolaris
Dear experts,
please help

#include <stdio.h>
#include <dlfcn.h>
#include <link.h>
#include <iostream.h>
#include<stdlib.h>
#include<errno.h>

void main()
{
printf("\n in the...
Forum: AIX 04-24-2009
2,519
Posted By vin_pll
please reply.
please reply.
Forum: AIX 04-23-2009
2,519
Posted By vin_pll
Warnings in AIX
Dear experts,

please help in this regard,

when i am trying to compile some files for 64 bit in AIX, iam getting this warning
"/usr/include/alloca.h", line 34.9: 1540-1401 (I) An unknown...
1,825
Posted By vin_pll
thank you very much for your inputs but this...
thank you very much for your inputs
but this code

for DIR in foo bar root; do
for SUBDIR in sub1 sub2 sub3 sub4 sub5; do
mkdir -p ${DIR}/${SBDIR} 2>/devnull
done
done

will create...
1,825
Posted By vin_pll
Dear experts , i got the solution for this...
Dear experts ,
i got the solution for this problem i am using nested ifs which is going to solve this problem now my question is

if that particular directory does not exist i have to create 5...
1,825
Posted By vin_pll
shell script
dear experts,
as i am very new to the shell scripting facing some problem,
i have one script which creates a directory
mkdir -p /user/001_case1

my question is whenever i execute this command...
Forum: AIX 04-03-2009
3,015
Posted By vin_pll
Unresolved symbols
Hello experts ,

i have some strange problem,
i wanted to create a shared object in AIX 5.3 for which i have compiled all my .cxx to .o which worked fine and then i created the .so from them , but...
Showing results 1 to 25 of 32

 
All times are GMT -4. The time now is 11:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy