Skip to content

Fatih Acar's blog

About of Database Systems and Information Technologies

Menu
  • Home
  • About Me
  • Contact Me
Menu

ORA-03113: end-of-file on communication channel when startup

Posted on 16/12/201319/12/2013 by Fatih Acar

If your fra disk or archivelog directory full, your db can not process any transaction. When you increase disk size, database does not recover itself. You have to do some process. Error Solution

Oracle Control Files Content

Posted on 11/12/201311/12/2013 by Fatih Acar

A control file contains information about the associated database that is required for access by an instance, both at startup and during normal operation. Control file information can be modified only by Oracle Database; no database administrator or user can edit a control file. A control file contains The database name The timestamp of database…

Oracle Flashback Technology

Posted on 08/12/201311/12/2013 by Fatih Acar

When authorized people make mistakes, you need the tools to correct these errors. Oracle Database provides a family of human error correction technology called Flashback. Flashback revolutionizes data recovery. In the past, it might take minutes to damage a database but hours to recover it. With Flashback technology, the time to correct errors equals the…

Change Default Login Client in SAP

Posted on 04/12/201304/12/2013 by Fatih Acar

You can change default login client. When you run SAP GUI, Interface brings default client. Change Default Login Client RZ10 TCode for parameters Utilities > Import Profiles > Of Active Servers Back (F3) Select DEFAULT profile, Select Extended Maintenance, Click Change Button login/system_client parameter set your default client number for example 100 Copy button Back…

VMware Virtual Disk Provisioning Policies

Posted on 01/11/201301/11/2013 by Fatih Acar

When you perform certain virtual machine management operations, such as creating a virtual disk, cloning a virtual machine to a template, or migrating a virtual machine, you can specify a provisioning policy for the virtual disk file. NFS datastores with Hardware Acceleration and VMFS datastores support the following disk provisioning policies. On NFS datastores that…

Get Before Day Of Date With Windows Batch Script

Posted on 23/10/201323/10/2013 by Fatih Acar

You can use below script to get yeterday of date. Batch Script @echo off set yyyy= set $tok=1-3 for /f “tokens=1 delims=.:/-, ” %%u in (‘date /t’) do set $d1=%%u if “%$d1:~0,1%” GTR “9” set $tok=2-4 for /f “tokens=%$tok% delims=.:/-, ” %%u in (‘date /t’) do ( for /f “skip=1 tokens=2-4 delims=/-,().” %%x in (‘echo.^|date’)…

Oracle Cold-Offline Backup And Restore

Posted on 06/10/201301/11/2013 by Fatih Acar

You have to shutdown database to take offline backup. After shutdown database, you can take backup with two way that are rman backup database or copy Data Directory that is include datafiles, redo log files and control files. Offline-Cold Backup Database 1- Take Offline Backup With Rman SQL> shutdown immediate; SQL> startup mount; RMAN> backup…

Oracle Rman Backup Format String Clause

Posted on 05/10/201305/10/2013 by Fatih Acar

Rman Configure RMAN> configure channel device type disk format ‘/backup/backup_%d_s%s_p%p_%T’; %c The copy number of the backup piece within a set of duplexed backup pieces. If you did not duplex a backup, then this variable is 1 for backup sets and 0 for proxy copies. If one of these commands is enabled, then the variable…

Create Linked Server for Oracle in SQL Server 2008 R2

Posted on 01/10/201301/10/2013 by Fatih Acar

If you want to fetch data from Oracle to SQL Server, you can use Linked Servers features in SQL Server Database. Linked Server is like a database link (Dblink). Installation steps Install Oracle Client on SQL Server database server Restart SQL Server database service Configure OraOLEDB.Oracle provider in SQL Server database Create user for remote…

Fine Grained Auditing (FGA) in Oracle

Posted on 30/09/201330/09/2013 by Fatih Acar

Fine Grained Auditing (FGA), introduced with Oracle9i, can be understood as ‘policy-based auditing’. As opposed to the standard auditing functionality, FGA lets you specify the conditions necessary for an audit record. FGA policies are programatically bound to the object (table, view) by using the ‘dbms_fga’ package. You have to have a valid set of Fine-Grained…

Posts pagination

  • Previous
  • 1
  • …
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • …
  • 39
  • Next



View Fatih ACAR's profile on LinkedIn

Categories

  • Databases (329)
    • MsSQL Server (18)
      • Administration (16)
      • Errors and Solutions (4)
      • SQL (2)
    • MySQL (5)
      • Administration (4)
      • Backup And Recovery (1)
      • Errors and Solutions (1)
    • Oracle (290)
      • Administration (79)
      • Backup And Recovery (29)
      • Errors and Solutions (195)
      • Procedure (10)
      • SQL (32)
    • PostgreSQL (16)
      • Administration (15)
      • Errors and Solutions (3)
      • SQL (2)
    • Redis (1)
  • Microsotf Dynamics CRM (1)
  • Operating Systems (47)
    • Linux & Unix (34)
    • Windows (13)
  • Programing (5)
    • Python (5)
  • SAP (15)
    • Errors and Solutions (4)
    • SAP Basis (12)
  • Security (8)
    • Database Security (6)
    • Information Security (1)
    • System Security (4)
  • VMware (4)

Recent Posts

  • Redis 7 Sentinel Infrastructure Installation
  • Oracle Database 19c Multi Data Guard and DML Redirect, Switchover-Failover Operations on Oracle Linux 8
  • Oracle Database 23ai Free Installation Steps on Oracle Linux 9
  • Oracle Database 19c Active Data Guard Installation and DML Redirect, Switchover-Failover Operations on Oracle Linux 8
  • Oracle Database 19c Installation and 19.22 RU Patch Apply on Oracle Linux 8

Resources

  • Oracle
  • PostgreSQL

Blogroll

  • Gökhan Atıl
  • H. Koray Gündüz
  • Hakan Talip Öztürk
  • Zekeriya Beşiroğlu

Web Pages

  • BT Çözümleri

Tag Cloud

Administration Backup and Recovery Cluster Systems Database Administration Database Security Linux Linux Administration MsSQL Server MsSQL Server Error and Solutions MySQL MySQL Administration ORA-00018 ORA-00020 Oracle Oracle 12c Oracle 19c Oracle Administration Oracle Backup and Restore Oracle Data Guard Oracle Data Guard Failover Oracle Data Guard Switchover Oracle Error Solutions Oracle Linux Oracle Rman Backup Oracle Security Oracle SQL Query PostgreSQL PostgreSQL Administration PostgreSQL High Availability PostgreSQL Hot Standby Python SAP Basis Sap Errors and Solutions Sap System Administration SQL SQL Server Administration SQL Server Availability Group Stored Procedure System Administration System Security VMware VMware Administration Windows Windows Batch Script Windows Server

Social

  • View facar1987’s profile on Twitter
  • View facar’s profile on LinkedIn

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 17 other subscribers
©2026 Fatih Acar's blog | Built using WordPress and Responsive Blogily theme by Superb