Bal Sharma

Ranch Hand
+ Follow
since Sep 19, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Bal Sharma

Hummm! I am using Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production. I tried to download Personal Edition did not have luck. It is really big file. I bought Enterprise Edition for learning purpose. It cost me $39.99 plus shipping handling all together $55. Oracle shiped me 21 CDs. I only installed 3CDs out of them. I do not know what other CDs are. Hope some day I will know it.
I had no problem for start up data base. I used following user and password. System liked it.
USER PASSWORD
Syschange_on_install
Systemmanager
Scotttiger
Hope it helps a little bit. -Bal
21 years ago
Here we go.
SQL> SELECT TO_CHAR(SYSDATE, 'fmDAY MONTH DD YYYY') date_but_no_space
2 FROM dual;
DATE_BUT_NO_SPACE
---------------------------
WEDNESDAY MAY 1 2002
Is this what you want? If not let us know.
-Bal
21 years ago
Hello Mark:
I am glad to see you here as a moderator. Hope this forum will be as lively as JAVA Developer Certification forum.
-Bal
21 years ago
I am not sure what do you mean by oracle 9i OS.
If it is Oracle9i OCP certification track, then I am using "OCP Introduction to Oracle9i: SQL Exam guide". by JASAON COUCHMAN book.
-Bal
21 years ago
Thanks Beksy for your quick response. I will do waht you have mentioned.
More explanation please, If user has given object creation privileges, Does each user need separate allocated space?
-Bal
21 years ago
Hello:
I granted CREATE SESSION, CREATE TABLE, CREATE SEQUENCE, CREATE VIEW privileges TO USER 'BAL' FROM DBA 'SCOTT'. Then I loged on as USER 'BAL', User BAL tried to create a table I had following error.
SQL> CREATE TABLE MM
2 (col NUMBER);
CREATE TABLE MM
*
ERROR at line 1:
ORA-01950: no privileges on tablespace 'SYSTEM'
What does it mean? I am following "OCP Introduction to Oracle9i: SQL Exam guide". I do not see any tablespace privileges mentioned in the book. Just it says there is more than 80 privileges. How can I get rid of this? Where can I find details on this?
Any response, direction highly appriciated. Thanks, -Bal
21 years ago
Thanks Beksy and Muhammad for your response.
-Bal
21 years ago
Hello Everybody:
I think I am ready for Oracle91 1Z0-007 Exam. Could some one please tell me What number should I call or enroll to get 20% discount? Any link or phone number please.
Thanks in advance. -Bal
21 years ago
Hello Siddharth:
I think I did not understand clearly what you mean. Now I hope this is what you wanted to know. I had client and server jar files they had only bytecodes class files on them. Main application jar file had following.

Hope I am not confusing you. -Bal
Never mind, thanks everybody, I got it. -Bal
21 years ago
Hello Leo:
Most of the developers who passed SCJD they had on-line help, it is not a MUST requirement but gives a kinda professional look. Your packaging arrangemet looks good.
-Bal
I had only bytecode class file. HOpe it helps.
-Bal
Hello Siddharth:
Looks good. I believe you have DesignChoices document somewhere else. Do not forget to mention it whereever it is (location)in you README.txt.
-Bal
Hello Andrew:
It sounds to me good. Keep it up. -Bal
Hello Everybody:
I am a newbie here. I need help here how to do it. I am trying to create a user named turner. I had following codes but system did not like it.

If I am not mistaken, it says scott has insufficient privileges. How can I look what privilege does scott have? How can I add
create user privileges to scott. Any response in this regards highly apprciated.
Thanks in advance for response. -Bal
21 years ago