Database management Managed Backup with SQL Server 2014 06.01.2015 by Nathan Courtine In a previous blog post called Backup a SQL Server database from On-Premise to Azure, I presented the different tools to backup your on-premise databases on Azure Storage. SQL Server Managed Backup to Windows Azure was one of(…)
Database management, Oracle Oracle multitenant dictionary: upgrade 05.01.2015 by Oracle Team By Franck Pachot . This is a second part of the previous post about metadata link. I’ve shown how a sharing=metadata function becomes a sharing=none function when it is changed in the pdb – i.e when not having(…)
Database management, Oracle Oracle multitenant dictionary: metadata links 05.01.2015 by Oracle Team By Franck Pachot . As in previous posts (1 and 2) I’m still playing with multitenant dictionary. You may wonder why I’m spending time to do unsupported things that we will never be able to use in(…)
Database management, Oracle Oracle multitenant dictionary: object links 29.12.2014 by Oracle Team By Franck Pachot . I’ve described Oracle 12c metadata and object links internals in a previous post. But before that, the first time I investigated on it, I made a wrong assumption because I was looking at AUDIT_ACTIONS(…)
Database management, Oracle Creating a schema synonym in Oracle – an unsupported feature 28.12.2014 by Oracle Team By Franck Pachot . Ivica Arsov (@IvicaArsov) has made an interesting comment about AUDIT_ACTIONS object link table. I’ll blog about it soon, but in the meantime when checking its definition in cataudit.sql it came upon the following:(…)
Database management How to store SQL Server data files in Azure Storage 18.12.2014 by Nathan Courtine A new functionality, introduced with SQL Server 2014, enables to store data files from a SQL Server database in Windows Azure Storage. In this posting, I will show how it works. Accessing Azure Storage The(…)
Database management, Oracle Oracle lateral inline view, cursor expression and 12c implicit statement result 15.12.2014 by Oracle Team By Franck Pachot . I’ll present here 3 ways to run a query for each result of another query. Let’s take an exemple: get all executions plan (select from dbms_xplan.display_cursor) for each of my queries (identified from v$sql). The(…)
Database management, Oracle Oracle 12c: Can we disable logging for DML? 15.12.2014 by Oracle Team By Franck Pachot . If we don’t mind about loosing our changes, then can we disable logging for DML? This is a question I’ve heard a lot. Ok, you don’t need to recover your changes but Oracle may want(…)
Database management, Oracle SQL*Plus COPY Command is back as BRIDGE 08.12.2014 by Oracle Team By Franck Pachot . Did you ever use the COPY command in sqlplus? It’s very old, and documentation says : The COPY command is not being enhanced to handle datatypes or features introduced with, or after Oracle8i. The(…)
Database management SQL Server tips: how to list orphaned logins 05.12.2014 by Stéphane Haby I read a lot of about orphaned database users in SQL Server, but I have almost never read about orphaned logins. Many of my customers migrate or remove databases in SQL Server. They forget – not every time but(…)