Home » Non-English Forums » Arabic » Re: Automatically change language from English to arabic (split from hijacked thread)
Re: Automatically change language from English to arabic (split from hijacked thread) [message #472271] Thu, 19 August 2010 11:41 Go to next message
noorbasha786
Messages: 5
Registered: August 2010
Location: hyderabad
Junior Member

what is the difference between oracle financial & technical
Re: Automatically change language from English to arabic [message #472272 is a reply to message #472271] Thu, 19 August 2010 11:42 Go to previous messageGo to next message
noorbasha786
Messages: 5
Registered: August 2010
Location: hyderabad
Junior Member

create table emp
2 (
3 id number(10),
4 name varchar2(20),
5 surname varchar2(20),
6 job varvhar(10),
7 mgr number(5),
8 hiredate date,
9 sales number(5),
10 commision number(5),
11 deptno number(5)
12 )
13 ;
job varvhar(10),
*
ERROR at line 6:
ORA-00907: missing right parenthesis


SQL> create table emp
2 (
3 id number(10),
4 name varchar2(20),
5 surname varchar2(20),
6 job varchar(10),mgr number(5),
7 hiredate date,
8 sales number(5),
9 commision number(5),
10 deptno number(5)
11 )
12 ;
create table emp
*
ERROR at line 1:
ORA-01950: no privileges on tablespace 'SYSTEM'


SQL>
SQL> create table emp
2 (
3 id number(10),
4 name varchar2(20),
5 surname varchar2(20),
6 job varchar(10),
7 mgr number(5),
8 hiredate date,
9 sales number(5),
10 commision number(5),
11 deptno number(5)
12 );
create table emp
*
ERROR at line 1:
ORA-01950: no privileges on tablespace 'SYSTEM'


SQL> create table emp
2 (
3 idno number(10),name varchar2(20),
4 surname varchar2(20),
5 job varchar(10),
6 mgr number(5),
7 hiredate date,
8 sales number(5),
9 commision number(5),
10 deptno number(5)
11 );
create table emp
*
ERROR at line 1:
ORA-01950: no privileges on tablespace 'SYSTEM'


SQL> create table emp
2 (
3 eid number(10)name varchar2(20),
4 surname varchar2(20),
5 job varchar(10),
6 mgr number(5),
7 hiredate date,
8 sales number(5),
9 commision number(5),
10 deptno number(5)
11 );
eid number(10)name varchar2(20),
*
ERROR at line 3:
ORA-00907: missing right parenthesis


SQL> create table emp
2 (
3 eid number(10),
4 name varchar2(20),
5 surname varchar2(20),
6 job varchar(10),
7 mgr number(5),
8 hiredate date,
9 sales number(5),
10 commision number(5),
11 deptno number(5)
12 );
create table emp
*
ERROR at line 1:
ORA-01950: no privileges on tablespace 'SYSTEM'


SQL>
  • Attachment: my.lst
    (Size: 2.04KB, Downloaded 3862 times)
Re: Automatically change language from English to arabic [message #472273 is a reply to message #472271] Thu, 19 August 2010 11:46 Go to previous messageGo to next message
noorbasha786
Messages: 5
Registered: August 2010
Location: hyderabad
Junior Member

hi
am the new user in oracle form

give me a valuable gaid lines

am the degree student learning oracle apps
i was confused which is learning in oracle apps either financila or technical
my background is bcom computers in degree .
Re: Automatically change language from English to arabic [message #472276 is a reply to message #472273] Thu, 19 August 2010 12:07 Go to previous message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
You surely have more help posting in the forum and not hijacking a non-related topic and not posting several not related questions in the same topic.

Please read OraFAQ Forum Guide.

Regards
Michel
Previous Topic: How To Translate English into Arabic in Oracle
Next Topic: when I see the Arabic characters in the server and in the form it will be showing as ?????(junk)
Goto Forum:
  


Current Time: Thu Mar 28 14:25:02 CDT 2024