AWS Database Migration Services(DMS) provides an easy to use the web interface to create a database migration task. One can do wildcard include(All tables in a Schema) and exclude certain tables. DMS provides an option to Map Tables via Wizard or JSON Editor. Here is how the UI looks like: While it is less effort […]
Oracle API Platform Cloud Service is a state-of-the-art P-a-a-S for API-First design and management that enables centralized design and implementation of the full API life cycle from design and standardization to documenting, publishing, testing, governance, and administration of APIs from the Oracle Cloud. It provides the ability to use APIs to gain access to business […]
This is a part of What is new in Oracle 20c for developers blog post series. This blog post briefly describes some new pl/sql features in Oracle 20c from a developer perspective. New PL/SQL Features 1. PL/SQL-only attributes in Non Persistable User Defined Types PL/SQL-only data types such as BOOLEAN and PLS_INTEGER can be used […]
This blog post enumerates on some of the new features in Oracle 20c for developers. It describes these new features (with code snippets for some of them) in two parts, namely, SQL and PL/SQL, for developers and application programmers. Part -1 outlines new SQL features and part-2 describes new PL/SQL features. As a preview, the […]
Recently I encountered an issue while importing schema to AWS RDS Oracle. Where the size of the export dump file is approx 1.8 GB. Import failed with the following error: SQL> Connected. SQL> SQL> SQL> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 […]
What is HP Network Automation? A solution that delivers real-time visibility, automation, and control for your network. HP Network Automation (HPNA) software tracks, regulates, and automates configuration and software changes across globally distributed, multivendor networks. It automates the complete operational lifecycle of network devices from provisioning to policy-based change management, compliance, and security administration. When combined with HP […]
Lazy loading speeds up angular2 application load time by splitting it into multiple bundles, and loading them on demand. Consider an example: import {Component, NgModule} from ‘@angular/core’; import {RouterModule} from ‘@angular/router’; import {platformBrowserDynamic} from ‘@angular/platform-browser-dynamic’; @Component({…}) class MailAppCmp {} @Component({…}) class ConversationsCmp {} @Component({…}) class ConversationCmp {} @Component({…}) class ContactsCmp {} @Component({…}) class ContactCmp {} […]
Angular js 1.x provides the $http service to allow the client side to communicate with the backed using HTTP requests. For most complex usages it is often necessary to do some processing with the requests/responses before they reach our controllers. For example, one might be looking to implement a global error handler that displays a […]
8 Things You Need for A Killer Mobile-Friendly Website You already know your company needs a mobile-friendly website (otherwise you would not be researching this) so we won’t spend time trying to convince you of something you already know. Instead, we’re going to point out 8 things to consider when thinking about your mobile website […]
Differences between 4 Major Mobile Platforms There are several mobile platforms to choose from, and you may be confused about which is the best for you. Therefore, we create this article to help you better understand the differences between these platforms. If you need more support, please contact us. Our consultants will help you identify […]