Hi all,
i want to export arabic data from 8i and import it ito oracle 11g but it always convert data to symbols and strang characters. i checked NLS_LAng on the two servers it is the same what i can do to fix this problem.
thanks in advance.
User Profile
Collapse
-
export data from oracle 8i and import it in oracle 11gR!
-
My OS is Solaris 11
Tar version 1.23 -
-
-
-
Also gave me error
error "Tar : -C: NO such file or directory"Leave a comment:
-
-
i tried
but it gave me errorCode:tar xvf -C dir.tar /export/home/kinzy
Leave a comment:
-
the output of your command will extract on the same directory where i create the archive.
but the first command i wrote it didn't make anythingLeave a comment:
-
it just give me 2 files not extracted
if i want to extract on different place i have to change the current directory to the place i want to extract on itLeave a comment:
-
Tar command to extract file into another directory
I want to extract file into another directory using Tar command i used the following but it didn't work
i want to know how can i do this on solaris 10.Code:tar xvf dir.tar -C /export/home/kinzy
-
Shutdown system using Kill command
I want to know how can i shutdown the system using Kill command -
to check if the user write something or not in text,you don't need regular expression but you need required field validator....Leave a comment:
-
to load any dll file in your project , take copy from file and open the folder of your project then open bin folder if you have and it dll file in it, if you have not folder make it no problem.
after that go for you program and make refresh.
i hope this help youLeave a comment:
-
i modified this part from code ,i check this part in above part so i think there is no needing for check it again.
so i wrote this:
...Code:if((temp[0][0]>='A' && temp[0][0]<='Z')||(temp[0][0]>='a'&& temp[0][0]<='z')) { /*if((temp[i]!=word1)&&(temp[i]!=word2)&&(temp[i]!=word3)&&(temp[i]!=word4))*/ cout<<temp[0]<<"\tLeave a comment:
-
the compiler refuse this statement
where i compare c string with'==',there is no string called c in my code.Code:(if((temp[0]>='A' && temp[0]<='Z')||(temp[0]>='a'&& temp[0]<='z')))
i modified this statement which contain error
the error removed but the output tell(if is reserved word...Code:if((temp[0][0]>='A' && temp[0][0]<='Z')||(temp[0][0]>='a'&& temp[0][0]<='z'))
Leave a comment:
-
i wrote your code inside my code but made an error(cannot convert 'char' to 'char *') i don't know why.
i will write my code if i have any error tell me.
my code:
...Code:int main (int argc, char*argv[]) { char string[100],temp[100][32],let[26]; char *tokenPtr,ch,s; int i=0,b,dig[10]; FILE *fp; /// cout<<"program\n"; if(argc!=2) {Leave a comment:
-
i want to write the letter in array because i need to make sure that the first char in word is letter ,if it is letter tell me identifier,if the user confuse and write number or symbol in the first char of word, i need output tell me, there was an error in your codeLeave a comment:
-
create pdf
i made website by c#,asp.net and i need to create pdf in it.i tried alot of program to do this, but all of them write english ,i want to write by another language.
any idea please.Leave a comment:
-
hi,
thx for your reply.
i want to make small compiler ,i need this compiler making check on any code to tell me which word is identifier and which isn't and when i write any word start by number,program tell me this isn't identifier and refuse it.
i can't write identifier in text file because i don't know what the user write in text file or which program will write and which identifier will use.
i wrote the code in borland...Leave a comment:
No activity results to display
Show More
Leave a comment: