Skip to content

Archive for

ora–0845: memory_target not supported on this system while grid installation

I have faced ASM configuration assistant failed while install grid on linux  with very less RAM.  So I crosschecked the log file, It shows below issues

ora–0845: memory_target not supported on this system

So I skip this activity and then started next activity progress is finished. The grid infrastructure installation was successful. After that, I tried to configure asm configuration using by asmca. Here I changed Memory_target parameter to Zero value in init file. Then ASM configuration was successful and asm instance status is started.

 

 

E-Business Suite 12.2.7 Now Available

Oracle announced that E-Business Suite 12.2.7 Now Available

Please refer
https://blogs.oracle.com/stevenchan/oracle-e-business-suite-1227-now-available

ezyconnect error ORA-12504

[premiadb:oracle:oradb]$ sqlplus apps@”ebsuat.xxxx.com:1586/ebsuat”

SQL*Plus: Release 12.1.0.2.0 Production on Mon Sep 11 11:04:08 2017

Copyright (c) 1982, 2014, Oracle. All rights reserved.

ERROR:
ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA

Cause :

Syntax issue

Solution :

[premiadb:oracle:oradb]$ sqlplus apps@\”ebsuat.xxxx.com:1586/ebsuat\”

SQL*Plus: Release 12.1.0.2.0 Production on Mon Sep 11 11:04:30 2017

Copyright (c) 1982, 2014, Oracle. All rights reserved.

Enter password:

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 – 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL>