Forum: Oracle Jun 2nd, 2008 |
| Replies: 6 Views: 2,477 Hi,
I have given 2 weeks to solve JRE installation problem with Oracle 9i on Windows XP Prof Sp2.
1- Create a folder in and assign this name C:\Ora9i and create Disk1, Disk2, Disk3 folders into... |
Forum: Oracle Jun 1st, 2008 |
| Replies: 6 Views: 2,477 Hi guys,
I use 10g with my desktop computer which is powerful enough! However, my laptop only supports 9i. That is why I have to use 9i.
It asks me where JRE is and I show it where JRE is! Didn’t... |
Forum: Oracle May 30th, 2008 |
| Replies: 6 Views: 2,477 Hi,
I am trying to install Oracle 9i but when it comes to Java Runtime Environment, it asks me path for it. I have JRE installed in my Computer. What else do i need to proceed this installation?... |
Forum: Oracle May 11th, 2008 |
| Replies: 0 Views: 1,794 This what i do; Can anyone tell me whay i receice an error.
1- Run "SQL Command Line".
2- connect / as sysdba. "No error".
3- @?/rdbms/admin/utlmail.sql. "Created and no error".
4-... |
Forum: Oracle May 9th, 2008 |
| Replies: 1 Views: 3,258 Before OPEN cursor_1;, i did EXIT from "cursor_2". It was my mistake. |
Forum: Oracle May 9th, 2008 |
| Replies: 1 Views: 3,258 Hi guys,
Both cursor works if i don't use them in one Stored procedure. Both cursors return TRUE for(cursor_x%found). But, insert into process doen't work in cursor_1. Is there any structure... |
Forum: Oracle May 9th, 2008 |
| Replies: 2 Views: 1,721 I just changed the logic of my project. Therefore, i don't use it. |
Forum: Oracle May 9th, 2008 |
| Replies: 2 Views: 2,762 I don't insert date with SYSDATE anymore. I use VARCHAR for it and get date manual. |
Forum: Oracle May 8th, 2008 |
| Replies: 1 Views: 4,193 Hi,
What do i need to do to send SMS message or Email via Oracle 10g database? How do we do that?
Thanks |
Forum: Oracle May 4th, 2008 |
| Replies: 2 Views: 2,762 Hi,
I can't find the missing thing in this code. "05-MAY-08" is in the table but, ( CURSOR_TARIH%FOUND ) never returns TRUE. When i do manuel query it is ok.
Thanks
create or replace... |
Forum: Oracle May 4th, 2008 |
| Replies: 1 Views: 1,609 USE trunc(sysdate) INSTEAD |
Forum: Oracle May 4th, 2008 |
| Replies: 1 Views: 1,609 Hi,
I can not use below code in stored proc in oracle;
IF (SYSDATE = '04-MAY-08') THEN
...
END IF; |
Forum: Oracle May 4th, 2008 |
| Replies: 2 Views: 1,721 Hi,
Where is the mistake? It doesn't work. thanks
CREATE OR REPLACE TRIGGER A_ACCOUNT_EKLEME
BEFORE INSERT ON A_SIPARIS
CURSOR CURSOR_TARIH IS
SELECT TARIH FROM A_ACCOUNT where TARIH =... |
Forum: Oracle May 3rd, 2008 |
| Replies: 5 Views: 1,405 i know i can use insert into in the trigers but, can i use update or delete table set...where id=1 in any trigger? |
Forum: Oracle May 2nd, 2008 |
| Replies: 5 Views: 1,405 How i send data from php to stored procedure and process it? I can't find it. I am new in oracle as well. I need a very simple example to give me an idea. |
Forum: Oracle May 2nd, 2008 |
| Replies: 5 Views: 1,405 Let me add; above process will be done after an insert into in "ORDER" table.
Shortly; Insert data into "ORDER" table and then things get updated in "PRODUCT" table as i required in first message.... |
Forum: Oracle May 2nd, 2008 |
| Replies: 5 Views: 1,405 Hi,
I need a trigger;
- to find number 1 from "ID" column and
- update "AVAILABILITY" column from Yes to No
in "PRODUCT" table.
Thanks |
Forum: Oracle May 2nd, 2008 |
| Replies: 4 Views: 1,857 Also, these are connecstion strings for you.
http://www.sqlstrings.com/ |
Forum: Oracle May 2nd, 2008 |
| Replies: 4 Views: 1,857 For Oracle 10g Express Edition;
http://www.oracle.com/technology/software/products/database/xe/htdocs/102xewinsoft.html
Download "Oracle Database 10g Express Edition (Universal) or (Western... |
Forum: Oracle May 1st, 2008 |
| Replies: 4 Views: 5,225 Hi,
1- When i insert more than 30 datas (at once) into a table, does sequence cache size(20) effect anything because, i use sequence for auto increment in the table.
2-What happens if i increase... |
Forum: Oracle Apr 28th, 2008 |
| Replies: 2 Views: 1,007 i have just deleted all sequences and inserted one data into a table. Then sequence's last number become 21 instead of 1.
??? |
Forum: Oracle Apr 28th, 2008 |
| Replies: 2 Views: 1,007 Hi,
When i insert data into any table last number of sequnce get increased in all sequences that are listed below. These are for auto incremented numbers. All tables have their own autoincremented... |
Forum: Oracle Apr 25th, 2008 |
| Replies: 4 Views: 3,698 It works now. Thank you very much for help, jwenting. |
Forum: Oracle Apr 25th, 2008 |
| Replies: 18 Views: 4,621 Why PL/SQL Developer is better? I am asking this because, i have a school project and i have to create PL/SQL cursors, PL/SQL stored procedures, PL/SQL functions and PL/SQL triggers. As am a new... |
Forum: Oracle Apr 24th, 2008 |
| Replies: 18 Views: 4,621 I am a new Oracle user. i use Sql Developer and it seems very helpfull to me. |
Forum: Oracle Apr 24th, 2008 |
| Replies: 4 Views: 3,698 I am new with this oracle.
What do i have to do? |
Forum: Oracle Apr 24th, 2008 |
| Replies: 4 Views: 3,698 Hi,
Below trigger increments double(2,4,6,8...) not single. I want single. Where is mistake? If you can not help, is there other way to do auto increment?
Thanks
CREATE TABLE MY_TEST
(
... |
Forum: Oracle Apr 24th, 2008 |
| Replies: 18 Views: 4,621 Thanks gusy. I'll just use SQL Developer.
Thanks for info again |
Forum: Oracle Apr 22nd, 2008 |
| Replies: 18 Views: 4,621 I'll develop more PL/SQL therefore, i need to use J Developer. I have just created my database with SQL Developer but, how do i backup it? |
Forum: Oracle Apr 22nd, 2008 |
| Replies: 18 Views: 4,621 |
Forum: Oracle Apr 21st, 2008 |
| Replies: 18 Views: 4,621 Hi,
I have just downloaded 10g express edition but there is no user interface like SQL Server has. Does anyone prefer any program because i am new for Oracle and have never used before.
Thanks |