D:\Compiere2\utils>RUN_ImportCompiere
Setting myEnvironment ....
Re-Create Compiere User and import
D:\Compiere2\data\compiere.dmp -
(dev.compiere.org)
Volume in drive D is Dev
Volume Serial Number is 1096-FA3C
Directory of D:\Compiere2\data
09/16/2002 22:25 8,808,448 Compiere.dmp
1 File(s) 8,808,448 bytes
0 Dir(s) 2,628,481,024 bytes free
== The import will show warnings. This is OK
==
Press any key to continue . .
.
Compiere Database Import $Revision: 1.27 $
Importing Compiere DB from
D:\Compiere2\data\compiere.dmp
(dev.compiere.org)
-------------------------------------
Re-Create DB user
-------------------------------------
SQL*Plus: Release 9.2.0.1.0 - Production on Wed
Oct 9 17:02:17 2002
Copyright (c) 1982, 2002, Oracle Corporation. All
rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 -
Production
With the Partitioning, OLAP and Oracle Data
Mining options
JServer Release 9.2.0.1.0 - Production
SQL>
/******************************************************
DOC> * The contents of this file are subject
to the Compiere License. You may
DOC> * obtain a copy of the License at
http://www.compiere.org/license.html
DOC> * Software is on an "AS IS" basis,
WITHOUT WARRANTY OF
ANY KIND, either
DOC> * express or implied. See the License
for details. Code: Compiere ERP&CRM
DOC> * Copyright (C) 1999-2001 Jorg Janke,
ComPiere, Inc. All Rights Reserved.
DOC>
******************************************************
DOC> * $Id: installDatabase.html,v 1.27
2004/05/11 04:11:52 jjanke Exp $
DOC> ***
DOC> * Title: Drop User and re-create
new
DOC> * Description:
DOC> * Parameter: UserID UserPwd
DOC> * Run as system
DOC>
*****************************************************/
SQL> DROP USER &1 CASCADE
2 /
old 1: DROP USER &1 CASCADE
new 1: DROP USER compiere CASCADE
User dropped.
SQL> CREATE USER &1 IDENTIFIED BY
&2
2 DEFAULT TABLESPACE USERS
3 TEMPORARY TABLESPACE TEMP
4 PROFILE DEFAULT
5 ACCOUNT UNLOCK
6 /
old 1: CREATE USER &1 IDENTIFIED BY
&2
new 1: CREATE USER compiere IDENTIFIED BY
compiere
User created.
SQL> GRANT CONNECT TO &1
2 /
old 1: GRANT CONNECT TO &1
new 1: GRANT CONNECT TO compiere
Grant succeeded.
SQL> GRANT DBA TO &1
2 /
old 1: GRANT DBA TO &1
new 1: GRANT DBA TO compiere
Grant succeeded.
SQL> GRANT RESOURCE TO &1
2 /
old 1: GRANT RESOURCE TO &1
new 1: GRANT RESOURCE TO compiere
Grant succeeded.
SQL> GRANT AQ_ADMINISTRATOR_ROLE TO
&1
2 /
old 1: GRANT AQ_ADMINISTRATOR_ROLE TO
&1
new 1: GRANT AQ_ADMINISTRATOR_ROLE TO compiere
Grant succeeded.
SQL> GRANT JAVAUSERPRIV TO &1
2 /
old 1: GRANT JAVAUSERPRIV TO &1
new 1: GRANT JAVAUSERPRIV TO compiere
Grant succeeded.
SQL> GRANT JAVASYSPRIV TO &1
2 /
old 1: GRANT JAVASYSPRIV TO &1
new 1: GRANT JAVASYSPRIV TO compiere
Grant succeeded.
SQL> GRANT EXECUTE ON DBMS_AQ TO &1
2 /
old 1: GRANT EXECUTE ON DBMS_AQ TO &1
new 1: GRANT EXECUTE ON DBMS_AQ TO compiere
Grant succeeded.
SQL> GRANT EXECUTE ON DBMS_AQADM TO
&1
2 /
old 1: GRANT EXECUTE ON DBMS_AQADM TO
&1
new 1: GRANT EXECUTE ON DBMS_AQADM TO compiere
Grant succeeded.
SQL> GRANT UNLIMITED TABLESPACE TO
&1
2 /
old 1: GRANT UNLIMITED TABLESPACE TO
&1
new 1: GRANT UNLIMITED TABLESPACE TO compiere
Grant succeeded.
SQL> ALTER USER &1 DEFAULT ROLE
AQ_ADMINISTRATOR_ROLE,
CONNECT, RESOURCE, DBA, JAVAUSERPRIV,
JAVASYSPRIV
2 /
old 1: ALTER USER &1 DEFAULT ROLE
AQ_ADMINISTRATOR_ROLE,
CONNECT, RESOURCE, DBA, JAVAUSERPRIV,
JAVASYSPRIV
new 1: ALTER USER compiere DEFAULT ROLE
AQ_ADMINISTRATOR_ROLE,
CONNECT, RESOURCE, DBA, JAVAUSERPRIV,
JAVASYSPRIV
User altered.
SQL> EXIT
Disconnected from Oracle9i Enterprise Edition
Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data
Mining options
JServer Release 9.2.0.1.0 - Production
-------------------------------------
Import Compiere.dmp
-------------------------------------
Import: Release 9.2.0.1.0 - Production on Wed Oct
9 17:05:51 2002
Copyright (c) 1982, 2002, Oracle Corporation. All
rights reserved.
Connected to: Oracle9i Enterprise Edition
Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data
Mining options
JServer Release 9.2.0.1.0 - Production
Export file created by EXPORT:V09.02.00 via
conventional path
Warning: the objects were exported by COMPIERE,
not by you
import done in WE8MSWIN1252 character set and
AL16UTF16 NCHAR character set
import server uses AL32UTF8 character set
(possible charset conversion)
. importing COMPIERE's objects into
COMPIERE
. . importing table "AD_ATTACHMENT" 0 rows
imported
. . importing table "AD_ATTRIBUTE" 0 rows
imported
. . importing table "AD_ATTRIBUTE_VALUE" 0 rows
imported
. . importing table "AD_CLIENT" 2 rows
imported
. . importing table "AD_CLIENTINFO" 2 rows
imported
:
:
. . importing table "T_REPLENISH" 0 rows
imported
. . importing table "T_SPOOL" 0 rows
imported
. . importing table "W_BASKET" 0 rows
imported
. . importing table "W_COUNTER" 0 rows
imported
. . importing table "W_REQUEST" 0 rows
imported
IMP-00041: Warning: object created with
compilation warnings
"CREATE FORCE VIEW "COMPIERE"."RV_CASH_DETAIL"
("C_CA"
"SH_ID","C_CASHLINE_ID","AD_CLIENT_ID","AD_ORG_ID","ISACTIVE","CRE..:
About to enable constraints...
Import terminated successfully with
warnings.
-------------------------------------
Check System
Import may show some warnings.
This is OK as long as the following does not
show errors
-------------------------------------
SQL*Plus: Release 9.2.0.1.0 - Production on Wed
Oct 9 17:14:16 2002
Copyright (c) 1982, 2002, Oracle Corporation. All
rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 -
Production
With the Partitioning, OLAP and Oracle Data
Mining options
JServer Release 9.2.0.1.0 - Production
DOC> * The contents of this file are subject
to the Compiere License. You may
DOC> * obtain a copy of the License at
http://www.compiere.org/license.html
DOC> * Software is on an "AS IS" basis,
WITHOUT WARRANTY OF
ANY KIND, either
DOC> * express or implied. See the License
for details. Code: Compiere ERP&CRM
DOC> * Copyright (C) 1999-2001 Jorg Janke,
ComPiere, Inc. All Rights Reserved.
DOC>
***************************************************************
DOC> * $Id: installDatabase.html,v 1.27
2004/05/11 04:11:52 jjanke Exp $
DOC> ***
DOC> * Title: After Import
DOC> * Description:
DOC> * Check Imported User
DOC> * You can ignore import warnings as long
as this does not
DOC> * return error messages or
records.
DOC>
***************************************************************/
Context created.
DBInfo
--------------------------------------------------------------------------------
DB_Name=dev,
Language=AMERICAN_AMERICA.AL32UTF8,
Host=COMPIERE\DEV , IP=192.168.
168.201, User=COMPIERE, ID=101, Session=7931
DBA_Cleanup
Invoices Paid=0
T_Spool=0
T_InventoryValue=0
T_Replenish=0
AD_PInstance=0
AD_Find0
AD_Error=0
AD_Trace=0
AD_Note=0
All valid
Statistics computed: 281
All valid
PL/SQL procedure successfully completed.
no rows selected
Disconnected from Oracle9i Enterprise Edition
Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data
Mining options
JServer Release 9.2.0.1.0 - Production
Press any key to continue . . .
|