IMP-00041: Warning: object created with compilation warnings [message #135190] |
Tue, 30 August 2005 06:48 |
orcl dba
Messages: 68 Registered: August 2005
|
Member |
|
|
Hi,
I have performed a user-mode import into my database and I have quite some warnings in my log file. The export server uses UTF8 NCHAR character set and the import was done in AL16UTF16 NCHAR character set(The database character set of the source and target database are the same). All the tables were created and the data was imported successfully. I have the "IMP-00041: Warning: object created with compilation warnings" number of times while the views were being created. My question is what action do I need to take regarding this warning? Finally, the import ended with the "import terminated successfully with warnings" message. Please advise.
Thanks,
Sankalpa
|
|
|
|
|
|
|
|
Re: IMP-00041: Warning: object created with compilation warnings [message #441739 is a reply to message #135190] |
Wed, 03 February 2010 00:08 |
becks999
Messages: 2 Registered: November 2009
|
Junior Member |
|
|
Sorry about the insufficent information..
The import export is from Oracle 10g2.
One of the warnings is as below:
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "SYSTEM"."SMHOST_V" ("ID", "HOSTN"
"AME", "RPCADDRESS", "FTPADDRESS", "OS", "OS_VERSION") AS "
"SELECT"
" nameobject_id_sequenceid_ id,"
" host_hostname_hostname,"
" host_rpcaddress_rpcaddress,"
" Host_FTPAddress_FTPAddress,"
" Host_OS_os,"
" Host_OSVersion_os_version"
"from SMhost_s"
Do not really understand which one is the object name and type.
|
|
|
|