Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Insert problem

586231Jul 3 2007 — edited Jul 4 2007
Hi,

I have the following situation:
I have column A and column B and I need an insert statement that will work in the following way:
B(0) = A(0)
B(X) = B(X-1)+A(X)

Can someone help?

Thanks in advance.

Comments

stephane.365

hi,

seems there is support for TLS 1.1 since JDK 6u111. But it is a paid update - not freely available.

stephane.365

The solution is:

TLSv1.1 & TLSv1.2 are available from Oracle in Java 6u121.

Regards,

Stéphane.

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 1 2007
Added on Jul 3 2007
11 comments
1,906 views