Oracle 10g imp error: ORA-12899

Problem: Imp-00019: Row reject due to Oracle error 12899Imp-00003: encountered Oracle error 12899ORA-12899: column "jackeyj". "jk_register". "opname" is too large (actual value: 21, maximum value: 20) Column 1 523 This error occurs when the IMP

Import and export of Oracle. PVDF files

Today, we see a project in the company. there is also. the SQL files are the imported data files and table structure files. The data files here are only the data in the table and so on ,. the SQL file is a tablespace and table structure file. First,

Oracle re-Compilation of invalid stored procedures, or functions, triggers, and other objects

In some cases, the stored procedure in Oracle becomes invalid. A Red Cross is displayed in the upper left corner of the stored procedure icon in PL/SQL developer. For example, if the objects referenced in the stored procedure are invalid, dblink may

Solution to Oracle user password expiration and user lock

[Cause/trigger factor] This is because "password_life_time = 180 days" is set in the default profile in oracle11g by default. [Impact and risk] Impact After the password expires, the business process has an exception connecting to the

Use of data packets in Oracle

/* Data packets (related functions, processes, types, Variables are put into a data packet to implement public variables, Use of process functions for custom types )*/ -- Description of data packets Create or replace package mypack As Type

Implementation of Oracle multi-Table updatable View

Definition of a Multi-Table view: if the data source of a view has only one data table, the view is a single-Table view. If the data source of a view is multiple data tables, the view is a multi-Table view.Updatable view definition: in most people's

Use Oracle to send emails (full function)

Create or replace procedure procsendemail (p_txt varchar2, p_sub varchar2, p_sendor varchar2, p_receiver varchar2, p_server varchar2, p_port number default 25, p_need_smtp int default 0, p_user varchar2 default null, p_pass varchar2 default null,

Oracle in sorting

* *** SQL *** and ID in (156,296,272, 48,261,239, 46,120,199, 93 );   * *** SQL *** and ID in (156,296,272, 48,261,239, 46,120,199, 93) order by case ID When 156 then 1 When 296 then 2 When 272 then 3 When 48 then 4 When 261 then 5 When 239 then

Next_day of Oracle

Keyword: Oracle date function next_dayIn Oracle, next_day is provided to find the next date of the specified date. Syntax: next_day (date, weekday) Date is used to find the next weekday.Weekday is a day of the week (ie: Sunday, Monday, Tuesday,

Installing oracle in Linux lacks a libXp-1.0.0-8.1.el5.i386.rpm package

5.4 The following error is prompted when installing Oracle 10 GB:   Exception in thread "main" Java. lang. unsatisfiedlinkerror:/tmp/OraInstall2009-11-25_02-34-42PM/JRE/1.4.2/lib/i386/libawt. so: libxp. so.6: cannot open shared object file: no

After oracle is installed, the username and password required for Tomcat to log on to localhost

Ocalhost requires the user name and passwordAfter both Tomcat and Oracle9i are installed, start Tomcat -- connect to localhost. The prompt is: the localhost on the XDB server requires the user name and password, because the port is in conflict. The

View the running stored procedure in Oracle

Reprinted from: http://imxming.blog.163.com/blog/static/129365520201132710434635/ 1. How to view the running stored procedures in Oracle Select owner, name from V $ db_object_cache where type like '% proce %' and locks> 0 and pins> 0; 2. How to stop

ORA-06508 error in Oracle

Error code: ORA-06508 Appearance:Oracle 10g (release 10.1.0.2.0)PL/SQL developer 6.0Drop the package in PL/SQL developer and re-compile the package. Then, the image of the stored procedure using this package is displayed (or click the screen ).When

Summary of Oracle spool usage

In production, you often encounter the need to import a large number of table values to a local text file. there are many methods. Commonly used is the spool command: to output data files that meet the required format, you only need to use character

Solution for installing Oracle 11g garbled code in Ubuntu!

Chinese characters are garbled during Oracle Installation on Linux At the beginning, it was relatively time-consuming and can only be installed in English. After repeated trials and sorting, the Oracle Chinese garbled characters in Linux can be

[Share] common conversions from Oracle migration to DB2

Because of the project requirements, we need to transfer the items on Oracle to DB2, So we collected some precautions for modification and shared them with you.  Examples of implementing the same functions of Oracle and DB2 (taking Oracle8i

Introduction to Oracle locks

Oracle Database is the most widely used database in today's field. It is also a huge system. It requires not only some theoretical knowledge, but also development and engineering experience to fully understand it. I am an oracle enthusiast. I hope

Oracle EBS: attribute setting of a material

Summary Materials are the foundation of the entire ERP, and almost all business operations are transferred around materials. In Oracle EBS, there are nearly 280 material attributes. It is almost impossible to set them one by one. Most of the

Oracle functions-digital processing functions

F.3 numeric Functions The function accepts parameters of the number type and returns numeric values of the number type. The return values of beyond functions and trigonometric functions are precise to 36 bits. The results of ACOs, asin, atan, and

Problems encountered during Oracle oaf Development

During Development under jdeveloper these two days, the following problem occurs:Right-click helloworld and choose "run ". You have insufficient privileges for the current operationUsername:Password: (The image was supposed to be uploaded, but it

Total Pages: 2147 1 .... 1922 1923 1924 1925 1926 .... 2147 Go to: GO

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.