Customise Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorised as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyse the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customised advertisements based on the pages you visited previously and to analyse the effectiveness of the ad campaigns.

No cookies to display.

ora-03113-end-of-file-on-communication-channel.

Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Pink-and-Blue-Green-Trading-Card-Tabletop-Video-Games-Online-Store-Website-1
  • User AvatarKiran Dalvi
  • 22 Feb, 2024
  • 0 Comments
  • 48 Secs Read

ora-03113-end-of-file-on-communication-channel.

ERROR:ora-03113-end-of-file-on-communication-channel

SOLUTION:
1) check mount point which one is 100 % full. using below command
df -h (path of location)
2) delet the backup files which are not necessary

[oracle@node1 ~]$ cd /data/backup
[oracle@node1 backup]$ ll
total 1096
-rw-r—–. 1 oracle asmadmin 176128 Jan 31 11:43 T1.dmp
-rw-r–r–. 1 oracle asmadmin 425 Jan 31 12:24 T1.log
-rw-r—–. 1 oracle asmadmin 180224 Jan 8 23:11 T1table.dmp
-rw-r–r–. 1 oracle asmadmin 992 Jan 8 23:13 T1tabledmp.log
-rw-r–r–. 1 oracle asmadmin 487 Jan 8 23:12 T1table.log
-rw-r—–. 1 oracle asmadmin 176128 Jan 31 12:54 T2.dmp
-rw-r–r–. 1 oracle asmadmin 869 Jan 31 13:42 T2dmp.log
-rw-r–r–. 1 oracle asmadmin 1013 Jan 31 12:54 T2.log
-rw-r—–. 1 oracle asmadmin 176128 Jan 31 12:26 table.dmp
-rw-r–r–. 1 oracle asmadmin 1256 Jan 31 12:28 tabledmp.log
-rw-r–r–. 1 oracle asmadmin 1022 Jan 31 12:26 table.log
-rw-r–r–. 1 oracle asmadmin 336 Jan 31 12:07 Table.log
-rw-r–r–. 1 oracle asmadmin 1274 Jan 31 12:10 Testtabel.log
-rw-r–r–. 1 oracle asmadmin 1280 Jan 8 23:20 U1dmp.log
-rw-r—–. 1 oracle asmadmin 368640 Jan 8 23:16 U1table.dmp
-rw-r–r–. 1 oracle asmadmin 1435 Jan 8 23:16 U1table.log
[oracle@node1 backup]$ rm -r /data/backup
[oracle@node1 backup]$ ll
total 0

3) now check whether database is start or not using sqlplus utility