Ora1455 indicates how to handle ORA 1455 error when oracle exports data at 11g.

Source: Internet
Author: User

Ora1455 indicates how to handle ORA 1455 error when oracle exports data at 11g.

This exception may occur because the exported User table may have an empty data table.


First:

View: SQL> show parameter deferred_segment_creation;

If this parameter is set to TRUE, set this parameter to FALSE;


In sqlplus, run the following command: SQL> alter system set deferred_segment_creation = false;
Then, you can manually allocate Extent for data tables, indexes, and materialized views.


SQL> Select 'alter table' | table_name | 'allocate extent; 'from user_tables where num_rows = 0
Copy the query results for SQL Execution.
Finally:
Data export test: exp test/test @ dbtest file = c: \ dd. dmp log = c: \ dd. log grants = y
Data can be exported successfully!




ORACLE 11g 64bit backup EXP-00008: ORACLE error 1455 ORA-01455: conversion column overflow Integer Data Type

Exp username/password file = D: \ aa. dmp owner = pbmis log = D: \ log \ bb. log with the parameter version = the specific oracle11g version number!

Installed oracle 11g R2, new database, script has been generated, and finally appeared ORA-01078 error, how to solve?

$ Oerr ora 1, 1078
01078,000 00, "failure in processing system parameters"
// * Cause: Failure during processing of INIT. ORA parameters
// System startup.
// * Action: Further diagnostic information shoshould be in the error stack.

You have too little information. Check the Installation Log File.
What is your operating system?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.