Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9052

Re: Error on import ABAP for installing of SAP ERP 6.0 EHP7

$
0
0

Hi Surendra,

 

From the error The Bitmap index creation is failing. Please find below for reference from error:-

 

DbSl Trace: ORA-00439 occurred at SQL stmt (parse error offset=0)

(DB) ERROR: DDL statement failed

(   CREATE BITMAP            INDEX "/B364/ECPFP_R01~03" ON "/B364/ECPFP_R01"        ("KEY_CPFP_R01U")        INITRANS 002        TABLESPACE PSAPSR3FACT )

DbSlExecute: rc = 99

  (SQL error 439)

  error message returned by DbSl:

ORA-00439: feature not enabled: Bit-mapped indexes

(DB) INFO: disconnected from DB

 

So do verify if the index is already got created, Also do check if Bitmap index creation is enabled in your DB which can be checked by Below command. Also the output value should be true.

 

SELECT * FROM V$OPTION WHERE PARAMETER LIKE 'Bit-mapped%

 

select * from v$option; check for partitioning


Do refer to below oss notes: for same.

370819 - ORA-439: Feature not enabled: Partitioning

http://service.sap.com/sap/support/notes/1703672

 

Do verify with your DBA whether it has been install.

 

Also Do take a restart of the Database and give a retry.

 

Let us know the outcome.

 

Regards,

Ram


Viewing all articles
Browse latest Browse all 9052

Trending Articles