Skip to Main Content

New to Java

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.

How do you Invert signed numbers?

843789Aug 26 2009 — edited Sep 3 2009
Hi there.

A simple question: How can I invert the sign of an integer? ie) convert -12 to +12? No doubt there is a really simple way to do this, but I'm stumped, I cannot find anything and I've been working on this program all day.

I'll be very grateful to anyone who can let me know if Java provides a way to do this, or point me in the right direction if it takes some tweaking of binary numbers using the Math package or something.

Cheers!

Comments

Arjesh-Oracle

Hi,

You can refer the document: Upgrade Advisor: Siebel from Earlier Releases to 8.1.1.x or 8.2.2.x (Doc ID 259.1)

Thanks,

Arjesh

“Please mark any update as "Correct Answer" or "Helpful Answer" if that update helps/answers your question, so that others can identify the Correct/helpful update between many updates.”

AMSI

Hi Arjesh,

thanks. but this refer document is not accessible by oracle. Kindly share this document if you can.

Regards,

AMSI

Arjesh-Oracle

Hi AMSI,

This is an external document and you should see it.

Please login to the support portal and search using the document Id: 259.1

Thanks,
Arjesh

AMSI

hi,

here i have another solution i just wanted to share with you. correct me if i am wrong.can we upgrade in this way. e.g

we install new Sieble version(8.1) on another machine with db 11g

Then we can create the repository upgrade on the source machine of old version(7.8) with db 10g. is there any repository upgrade tool that upgrade the db schema.

then we just import repository on new database with new Sieble version.

Upgrade complete!!

your advice will be appreciated

Regards,

AMSI

Chetan-Oracle

Hello Amsi,

If you are doing complete database upgrade of prior version to new one, then yeah your method is supported one.

I hope it helps.

Best Regards,

Chetan

AMSI

Kindly mention the tool by which we can upgrade the repository?

Regards,

Madhavi Kaza-Oracle

Amsi,

The upgrade path that you mentioned requires full upgrade process.

The upgrade process consists of running steps :

UpgRep,

Merge

UpgPhys

in Dev upgrade.

It is just not possible to upgrade your repository as the upgrade involves upgrading your Database, Repository through Merge process and synchronizing with physical schema and there are many more steps taken care of by the above steps mentioned.

Please review Upgrade Guide for V8.1.x on MOS completely to understand the process involved.

In addition, please review the following doc as mentioned earlier:

Upgrade Advisor: Siebel from Earlier Releases to 8.1.1.x or 8.2.2.x(Doc ID 259.1)


Hope this helps.


Thanks,

Madhavi.

WSiebel-Oracle

AMSI,

Here is a link to the upgrade document on Siebel Bookshelf in case you don't have access to the articles on My Oracle Support (support.oracle.com):

Bookshelf v8.1/8.2: Upgrading the Siebel Database

Hope it helps,

Wilson

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

Post Details

Locked on Oct 1 2009
Added on Aug 26 2009
32 comments
3,562 views