LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   What's this error code (RC=153) (https://www.linuxquestions.org/questions/linux-software-2/whats-this-error-code-rc%3D153-4175627958/)

etoshhy 04-18-2018 08:47 PM

What's this error code (RC=153)
 
Hello. Let me ask one question.

What is this error code?
"RC=153"

It happened when doing following procedures.
・table area expansion of oracle SQL
・backup its table with "sudo cf"

Actually, I have no idea who put this error code. It might be from server or oracle.

I'd really appriciate if someone tell me about this problem, and how to tackle this.

Thank you.

AwesomeMachine 04-18-2018 09:26 PM

Quote:

Error code: 153

REFERENCE_DESCRIPTOR_IS_NOT_ AGGREGATECOLLECTION

Cause: The reference descriptor for <className> should be set to aggregate collection descriptor.

Action: Set the reference descriptor to an aggregate collection descriptor.
Stolen from : https://docs.oracle.com/cd/A97688_16...8/errorcod.htm

etoshhy 04-18-2018 11:29 PM

Thank you for your quick reply.

Is it linux's error code??

And I wonder it didn't happen when retrying tar backup, in case the size of table extension is smaller.
The reference descriptor is related to this problem??

pan64 04-19-2018 12:33 AM

this is not related to linux at all, but oracle.

etoshhy 04-19-2018 08:38 PM

I realized this RC=153 is not from oracle, because oracle process was stopped when implemented this "tar" command.
On top of that, as mentioned above, it succeeded without its error code, when table extension is smaller.

Is there no such error code on Linux??

pan64 04-20-2018 12:30 AM

Quote:

Originally Posted by etoshhy (Post 5845401)
I realized this RC=153 is not from oracle,

How did you do that?

Quote:

Originally Posted by etoshhy (Post 5845401)
...implemented this "tar" command...

What kind of tar command is it? It was not mentioned before.
Quote:

Originally Posted by etoshhy (Post 5845401)
...oracle process was stopped...

Which process?

Quote:

Originally Posted by etoshhy (Post 5845401)
Is there no such error code on Linux??

There is no such thing: error code on linux.

etoshhy 04-25-2018 07:46 PM

I see...if RC=153 is not from Linux, what would that be?

Does anyone have a same experience as me, when trying to backup of large data with "tar cf" command?
It seems no solution on that.

pan64 04-26-2018 01:10 AM

would be nice to explain what did you try a bit better.
tar cf will never respond RC=153

etoshhy 04-26-2018 11:19 PM

what I tried with "tar cf" is that just created archive in order to make a backup.


All times are GMT -5. The time now is 12:33 AM.