You are on page 1of 4

usrns221:/d51/oracle/fmgpappl/bbu/11.5.0/bin> sh BBU_MAT_TRX_REP_PROG_INSTALL.

sh
/d51/oracle/fmgpappl/fnd/11.5.0
Enter APPS Password
Call to SQLPLUS to upload the SQL Scripts
Call to FNDLOAD to upload the LDT
Starting
Log filename : L2481882.log

Report filename : O2481882.out


Log filename : L2481885.log

Report filename : O2481885.out


Log filename : L2481886.log

Report filename : O2481886.out


chmod: WARNING: can't access /d51/oracle/fmgpappl/bbu/11.5.0/bin/BBU_MAT_EXT_MAIL
ALTER TABLE BBU.BBU_INV_MAT_TRX_EXT_STG ADD GL_PERIOD_NAME VARCHAR2(10)
*
ERROR at line 1:
ORA-01430: column being added already exists in table

ALTER TABLE BBU.BBU_INV_MAT_TRX_STG_ARCH ADD GL_PERIOD_NAME VARCHAR2(10)


*
ERROR at line 1:
ORA-01430: column being added already exists in table

Input truncated to 1 characters

Package created.

Input truncated to 1 characters

Package body created.

Input truncated to 1 characters

Warning: Package Body created with compilation errors.

Input truncated to 1 characters

Warning: Package Body created with compilation errors.

usrns221:/d51/oracle/fmgpappl/bbu/11.5.0/bin> more L2481882.log L2481885.log


L2481886.log
::::::::::::::
L2481882.log
::::::::::::::
+---------------------------------------------------------------------------+
Application Object Library: Version : 11.5.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.

module:
+---------------------------------------------------------------------------+

Current system time is 09-NOV-2022 17:55:58

+---------------------------------------------------------------------------+

Uploading from the data file


/d51/oracle/fmgpappl/bbu/11.5.0/admin/sql/BBU_MAT_TRX_REPORT_CP.ldt
Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT files
(/d51/oracle/fmgpappl/fnd/11.5.0/patch/115/import/afcpprog.lct(115.42),
/d51/oracle/fmgpappl/bbu/11.5.0/admin/sql/BBU_MAT_TRX_REPORT_CP.ld
t) to stage tables
Dump LCT file /d51/oracle/fmgpappl/fnd/11.5.0/patch/115/import/afcpprog.lct(115.42)
into FND_SEED_STAGE_CONFIG
Dump LDT file /d51/oracle/fmgpappl/bbu/11.5.0/admin/sql/BBU_MAT_TRX_REPORT_CP.ldt
into FND_SEED_STAGE_ENTITY
Dumped the batch (EXECUTABLE BBU_MAT_TRX_REPORT BBU , INCOMPATABILITY
BBU_MAT_TRX_REPORT BBU ) into FND_SEED_STAGE_ENTITY
Upload from stage tables

+---------------------------------------------------------------------------+
Concurrent request completed successfully
Current system time is 09-NOV-2022 17:55:59

+---------------------------------------------------------------------------+
::::::::::::::
L2481885.log
::::::::::::::
+---------------------------------------------------------------------------+
Application Object Library: Version : 11.5.0

Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.

module:
+---------------------------------------------------------------------------+

Current system time is 09-NOV-2022 17:55:59

+---------------------------------------------------------------------------+

Uploading from the data file


/d51/oracle/fmgpappl/bbu/11.5.0/admin/sql/BBU_MAT_EXT_EMAIL_CP.ldt
Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT files
(/d51/oracle/fmgpappl/fnd/11.5.0/patch/115/import/afcpprog.lct(115.42),
/d51/oracle/fmgpappl/bbu/11.5.0/admin/sql/BBU_MAT_EXT_EMAIL_CP.ldt
) to stage tables
Dump LCT file /d51/oracle/fmgpappl/fnd/11.5.0/patch/115/import/afcpprog.lct(115.42)
into FND_SEED_STAGE_CONFIG
Dump LDT file /d51/oracle/fmgpappl/bbu/11.5.0/admin/sql/BBU_MAT_EXT_EMAIL_CP.ldt
into FND_SEED_STAGE_ENTITY
Dumped the batch (EXECUTABLE BBU_MAT_EXT_EMAIL BBU , PROGRAM BBU_MAT_EXT_EMAIL
BBU ) into FND_SEED_STAGE_ENTITY
Upload from stage tables
+---------------------------------------------------------------------------+
Concurrent request completed successfully
Current system time is 09-NOV-2022 17:56:00

+---------------------------------------------------------------------------+
::::::::::::::
L2481886.log
::::::::::::::
+---------------------------------------------------------------------------+
Application Object Library: Version : 11.5.0

Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.

module:
+---------------------------------------------------------------------------+

Current system time is 09-NOV-2022 17:56:00

+---------------------------------------------------------------------------+

Uploading from the data file


/d51/oracle/fmgpappl/bbu/11.5.0/admin/sql/INV_reports_RG.ldt
Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT files
(/d51/oracle/fmgpappl/fnd/11.5.0/patch/115/import/afcpreqg.lct(115.24),
/d51/oracle/fmgpappl/bbu/11.5.0/admin/sql/INV_reports_RG.ldt) to s
tage tables
Dump LCT file /d51/oracle/fmgpappl/fnd/11.5.0/patch/115/import/afcpreqg.lct(115.24)
into FND_SEED_STAGE_CONFIG
Dump LDT file /d51/oracle/fmgpappl/bbu/11.5.0/admin/sql/INV_reports_RG.ldt into
FND_SEED_STAGE_ENTITY
Dumped the batch (REQUEST_GROUP GRC_INV_SUPERVISOR INV , REQUEST_GROUP_UNIT P BBU
BBU_MAT_TRX_REPORT ) into FND_SEED_STAGE_ENTITY
Upload from stage tables

+---------------------------------------------------------------------------+
Concurrent request completed successfully
Current system time is 09-NOV-2022 17:56:01

+---------------------------------------------------------------------------+
usrns221:/d51/oracle/fmgpappl/bbu/11.5.0/bin>

SELECT object_name, object_type, status, last_ddl_time


FROM dba_objects
WHERE object_name in ('BBU_MAT_TRX_REPORT_EXT_PKG', 'BBU_INV_MAT_TRX_EXT_PKG',
'BBU_INV_MAT_TRX_EXT_STG',
' BBU_INV_MAT_TRX_STG_ARCH')
;

SQL> @BBU_INV_MAT_TRX_EXT_PKG.pks
Input truncated to 1 characters
Package created.

SQL> show errors


No errors.
SQL> @BBU_INV_MAT_TRX_EXT_PKG.pkb
Input truncated to 1 characters

Package body created.

SQL> show errors


No errors.

QL> col object_name for a40


SQL> /

OBJECT_NAME OBJECT_TYPE STATUS LAST_DDL_


---------------------------------------- ------------------- ------- ---------
BBU_INV_MAT_TRX_EXT_STG TABLE VALID 09-NOV-22
BBU_INV_MAT_TRX_EXT_STG SYNONYM VALID 09-NOV-22
BBU_INV_MAT_TRX_EXT_PKG PACKAGE VALID 09-NOV-22
BBU_INV_MAT_TRX_EXT_PKG PACKAGE BODY VALID 09-NOV-22
BBU_MAT_TRX_REPORT_EXT_PKG PACKAGE VALID 09-NOV-22
BBU_MAT_TRX_REPORT_EXT_PKG PACKAGE BODY VALID 09-NOV-22

6 rows selected.

SQL>

You might also like