
bash-dba.com
BASH-DBAOracle database real life problems and recommended solutions!
http://www.bash-dba.com/
Oracle database real life problems and recommended solutions!
http://www.bash-dba.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
0.5 seconds
16x16
BILAL ASHRAF
18 ●●● DR
A●X , ONTARIO, L1T 3H9
CA
View this contact
GOOGLE, INC.
GOOGLE TEAM
1600 AMP●●●●●●●● PARKWAY
MOUN●●●●VIEW , CA, 94043
US
View this contact
GOOGLE, INC.
GOOGLE TEAM
1600 AMP●●●●●●●● PARKWAY
MOUN●●●●VIEW , CA, 94043
US
View this contact
13
YEARS
7
MONTHS
1
DAYS
ENOM, INC.
WHOIS : whois.enom.com
REFERRED : http://www.enom.com
PAGES IN
THIS WEBSITE
18
SSL
EXTERNAL LINKS
39
SITE IP
172.217.6.83
LOAD TIME
0.512 sec
SCORE
6.2
BASH-DBA | bash-dba.com Reviews
https://bash-dba.com
Oracle database real life problems and recommended solutions!
BASH-DBA: 12c Cloud Control: How to Modify the Password for SYSMAN at the OMS level
http://www.bash-dba.com/2013/06/12c-cloud-control-how-to-modify.html
Oracle database real life problems and recommended solutions! Wednesday, June 12, 2013. 12c Cloud Control: How to Modify the Password for SYSMAN at the OMS level. Below are the steps to modify 'SYSMAN' password at the OMS/WLS and Repository Database level in cloud control setup. Oms server:/u/oracle $ cd $ORACLE HOME. Oms server:/u01/app/oracle/middleware/oms $ cd bin. Oms server:/u01/app/oracle/middleware/oms/bin $ emctl status oms. Oracle Enterprise Manager Cloud Control 12c Release 2. Successfully upd...
BASH-DBA: General DBA
http://www.bash-dba.com/p/general-db-administration.html
Oracle database real life problems and recommended solutions! Difference b/w Oracle Restore and Recovery. Enabling/Disabling Archivelog mode in Oracle. Parallelizing Table Creation in Oracle. Renaming Table in Oracle. Shrinking TEMP tablespace in Oracle 11g. Finding size of the table. Where is my Alert log file? Finding Problematic SQL and Top waits from past using AWR tables. Find out Backups taken and their duration in last 24 hours. To find out if Archlog Files backed up in last 24 Hours. IBM Power Sy...
BASH-DBA: ORA-15039: diskgroup not dropped
http://www.bash-dba.com/2013/06/ora-15039-diskgroup-not-dropped.html
Oracle database real life problems and recommended solutions! Monday, June 24, 2013. ORA-15039: diskgroup not dropped. I had to drop one disk group on a two node RAC cluster and came up with this below error. SQL DROP DISKGROUP DATA DG;. DROP DISKGROUP DATA DG. ERROR at line 1:. ORA-15039: diskgroup not dropped. ORA-15073: diskgroup DATA DIG is mounted by another ASM instance. SQL alter diskgroup DATA DG dismount;. Once the diskgroup is dsimounted above on node1, come back on node 2 and run below. There ...
BASH-DBA: Monitoring Primary and Physical Standby Databases
http://www.bash-dba.com/2013/07/monitoring-primary-and-physical-standby.html
Oracle database real life problems and recommended solutions! Wednesday, July 3, 2013. Monitoring Primary and Physical Standby Databases. Before we go and run script to find out the primary or standby status, below is the list of processes involved in Primary and standby databases that need to understood. There are a number of Oracle background processes that play a key role, first the primary database. Log writer process flushes from the SGA to the ORL files. The above mentioned process can be verified ...
BASH-DBA: Oracle Data Guard : Synchronous vs. Asynchronous Redo Transport
http://www.bash-dba.com/2012/10/oracle-data-guard-synchronous-vs.html
Oracle database real life problems and recommended solutions! Tuesday, October 30, 2012. Oracle Data Guard : Synchronous vs. Asynchronous Redo Transport. Data Guard Redo Transport Services coordinate the transmission of redo from a primary database. To the standby database. While LGWR process in Primary database is writing redo to its Online Redo Log files (ORL), a separate Data Guard process called the Log Network Server (LNS) is reading from. So that's how it works. 3 When the RFS receives a write-comp...
TOTAL PAGES IN THIS WEBSITE
18
ORACLE @ Work: MSSQL Server to MSSQL Server Instance connectivity with Linked Server
http://nadvi.blogspot.com/2013/07/mssql-server-to-mssql-server-instance.html
Friday, July 19, 2013. MSSQL Server to MSSQL Server Instance connectivity with Linked Server. Here are the steps:. 1 I’m going to use a user called TEST for this demonstration, and going to provide SYSADMIN privilege to this user. Once the link created and tested, I’ll revoke SYSADMIN privilege from the TEST user. 2 Login as TEST user. 3 Open SSMS, Go to Server Objects- Right Click Linked Servers- New Linked Server. The below form pops up. My “Linked Servers” has been created! Toronto, ON, Canada. MySQL ...
ORACLE @ Work: February 2013
http://nadvi.blogspot.com/2013_02_01_archive.html
Wednesday, February 20, 2013. ORA-00054: resource busy and acquire with NOWAIT specified. A common error we face on day to day life. Happens when someone tries to modify a table which is already locked by other user. Now there are couple of ways to get rid of it. Check to see which user is locking the object and then kill the session. Select a.sid, a.serial#. From v$session a, v$locked object b, dba objects c. Where b.object id = c.object id. And asid = b.session id. And OBJECT NAME='EMP';. How to increa...
Oracle: Basic Unix Commands
http://chandu208.blogspot.com/2011/04/basic-unix-commands.html
Wednesday, April 13, 2011. Creates a Perl script from an awk script. Prints statistics about users' connect time. Create a name for another command or long command string. Maintain portable archive or library. Display the architecture of the current host. Manipulate the system ARP cache. Awk script processing program. Deletes any specified prefix from a string. Editor for large files. Continues a program running in the background. Enable / disable incoming mail notifications. Cancels a print job. Tells y...
Oracle: Materialized View
http://chandu208.blogspot.com/2011/04/materialized-view.html
Thursday, April 28, 2011. There are 3 types of materialized views:. Cannot be updated and complex materialized views are supported. Can be updated even when disconnected from the master site, are refreshed on demand and consume fewer resources but requires advanced replication option. Are created with the for update. Clause, any changes are lost when the view is updated this also requires advanced replication option. Provides three different types of refresh operations:. DBMS MVIEW.REFRESH ALL MVIEWS.
Oracle: Data Guard Protection Modes
http://chandu208.blogspot.com/2011/08/normal-0-false-false-false-en-us-x-none.html
Thursday, August 11, 2011. Data Guard Protection Modes. Oracle Data Guard (known as Oracle Standby Database prior to Oracle9 i. Forms an extension to the Oracle RDBMS and provides organizations with high availability, data protection, and disaster recovery for enterprise databases. One of those new features in Oracle9 i. Release 2 is the ability for the DBA to place the database into one of the following. Data protection and availability. Log transport services will also coordinate with. On at least one ...
Oracle: Oracle Cluster Health Monitor (CHM) using large amount of space (crfclust.bdb)
http://chandu208.blogspot.com/2015/04/last-night-my-rac-2-node-server-went.html
Thursday, April 23, 2015. Oracle Cluster Health Monitor (CHM) using large amount of space (crfclust.bdb). Last night my rac 2 node server went down for OS patcing and rebooted but all CRS resources not coming up on both the node after node reboots:. Conn as root user and check all resources. Root@oradev11 bin]# ./crsctl stat res -t -init. NAME TARGET STATE SERVER STATE DETAILS. 1 ONLINE ONLINE oradev11. 1 ONLINE ONLINE oradev11. 1 ONLINE OFFLINE STARTING. CRS alert log says:. U01/app/11.2.0.4...U01/app/1...
ORACLE @ Work: MySQL : Monitor live MySQL queries
http://nadvi.blogspot.com/2013/07/mysql-monitor-live-mysql-queries.html
Wednesday, July 31, 2013. MySQL : Monitor live MySQL queries. You can run the mysql command "show processlist" to see what queries are being processed at any given time, but that probably won't achieve what you're hoping for as this won’t show the whole SQL text. Here are the steps to dump sql into a file for analysis. Mysql SHOW VARIABLES LIKE "general log%";. General log file /var/run/mysqld/mysqld.log. Turn on the SQL Logging and go to the general log file location. Mysql SET GLOBAL general log = 'ON';.
ORACLE @ Work: June 2013
http://nadvi.blogspot.com/2013_06_01_archive.html
Friday, June 28, 2013. SQL Server Performance Dashboard Reports in SSMS. The step by step procedure has been published on Microsoft MSDN blogs both for 2005 and 2008. Couple of tweaks required for 2008, but everything is documented. Http:/ blogs.msdn.com/b/sqlserverfaq/archive/2010/05/27/sql-server-performance-dashboard-reports-in-ssms-introduction-install-datediff-error-amp-modified-for-sql-2008.aspx. This is how it looks like:. Links to this post. Tuesday, June 11, 2013. WHERE ptime IS NOT NULL. Mysql ...
ORACLE @ Work: March 2013
http://nadvi.blogspot.com/2013_03_01_archive.html
Wednesday, March 27, 2013. Move SQL Server transaction log files to a different location via TSQL. To optimize I/O performance of a database, it's always a good idea to keep LOG file and DATA file in separate physical drives. I'm going to show a demonstration of moving LOG files to another drive. 1: Capture database and transaction log file information. 2: Set database to single user mode and detach database. Set database to single user mode. Sp detach db 'AdventureWorks'. Now Attach the database. After ...
ORACLE @ Work: July 2013
http://nadvi.blogspot.com/2013_07_01_archive.html
Wednesday, July 31, 2013. MySQL : Monitor live MySQL queries. You can run the mysql command "show processlist" to see what queries are being processed at any given time, but that probably won't achieve what you're hoping for as this won’t show the whole SQL text. Here are the steps to dump sql into a file for analysis. Mysql SHOW VARIABLES LIKE "general log%";. General log file /var/run/mysqld/mysqld.log. Turn on the SQL Logging and go to the general log file location. Mysql SET GLOBAL general log = 'ON';.
TOTAL LINKS TO THIS WEBSITE
39
baSH barbery ink. | baSH barbery ink.
BaSH barbery Ink. Munich. 49 (0) 89 / 267 155. Di bis Fr. 9 – 21h / Sa. 9 – 15h. Neue Adresse: Augustenstr. 52. Di bis Fr. 9 – 21h / Sa. 9 – 15h. Telefon: 49 (0) 89 / 267 155. Augustenstr. 52, 80333 München Impressum. 49 (0) 89 / 267 155.
ООО "Башкирская Юридическая Компания"
ПОЛУЧИТЕ БЕСПЛАТНУЮ КОНСУЛЬТАЦИЮ ПРОФЕССИОНАЛЬНОГО АВТОЮРИСТА. Ул Мустая Карима, 44. ПРОФЕССИОНАЛЬНАЯ ЮРИДИЧЕСКАЯ ПОДДЕРЖКА ПО ПРАВОВЫМ ВОПРОСАМ. С нами как за каменной стеной. Защита при лишении водительского удостоверения. Споры со страховыми компаниями. Ведение дел в арбитражных судах. Необоснованное увольнение с работы. Подготовка заявлений в трудовую инспекцию, прокуратуру и иные организации. Взыскание алиментов на детей, на супруга, на родителей. Раздел совместно нажитого имущества. Мы быстро разра...
bash-completion.alioth.debian.org
Bash-Completion
We're currently working to get bash-completion. This is what we plan to do in the near future:. Make a better homepage (you really. Want it, don't you? Make bash-completion dynamically load completions. On irc.debian.org. If you want any information. There you'll probably find. David Paleino), who might give you some more information about the ongoing status of the project. More information can also be found on the developer's home. You could also want to have a look at some notes. You need to clone a.
bash creative
Bash Creative delivers a straight-forward approach to event planning, design and consultation. We are passionate about creatING memorable moments that inspire and engage. From marketing events and business meetings to executive retreats and social gatherings, you are guaranteed flawless execution. Our philosophy is to work smarter not harder - it’s all in the details. 415295.5078 annalee @bash-creative.com.
BASH-DASH (WeZzy F Baby!) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 9 Years. This deviant's full pageview. Last Visit: 344 weeks ago. This is the place where you can personalize your profile! The gru...
BASH-DBA
Oracle database real life problems and recommended solutions! Wednesday, May 28, 2014. Oracle 11g : Adding New Redo log group and Multiplexing existing ones on Primary and Standby database. 1 Multiplex the existing log file groups from currently one logfile member to two. 2 Add one redo log group with two log file members on both primary and standby databases. Below is the existing number of log-files on primary database. 2 group by a.group#. 3 order by 1;. SQL select * from logfile;. SQL alter database ...
About BASH : BASH
WE'RE LOOKING FOR YOU. Design resources for unusual projects. BASH is Geoffrey Jones.
Центр дистанционного образования детей с ограниченными возможностями здоровья
Структурное подразделение по дистанционному образованию детей-инвалидов на дому. На базе ГОУ Уфимская школа-интернат 13. Учителям русского языка, литературы и математики. Расписание на 2011-2012 уч.год. С праздником 8 марта! Продолжается набор учителей первой и высшей квалификационной категории. Документы принимаются в рабочие дни с 10 до 17 (обед с 13 до 14) по адресу: Уфа, ул.Батырская 8/3, приемная или по эл.почте bash-dist@rambler.ru.
حااااااااااااالتون خاااااااااااااااشن؟
مسخره خودت مسخره من. دمتون گرم گرم حالا اتیش نگیری. به تیمارستان خودتون خوش اومدین. ما(۳ ۱)این وب رو برای سرگرمیه خودمون و خودتون ساختیم. امیدوارم از شوخی های بهاتون میکنیم ناراحت نشین. اینجا ۳ شرط داره:. ۳) بازم نظر بدید. یکشنبه ۲۷ شهریور۱۳۹۰ ] [ 16:8 ] [ حشینه ] . لطیفه های از اندیشمندان و فیلسوفان. شخصی می خواست پسرش را برای تعلیم وتربیت پیش یکی از فیلسوفان قدیمی به نام "آریس تیپ" بفرستد اما جناب آریس تیپ حق الزحمه ای بالغ بر پانصد دراخما(واحد پول یونان)برای درس دادن به پسرش از او طلب کرد.
Башкирское отделение Евро-Азиатского геофизического общества
Башкирского, Татарского, Пермского и Саратовского отделений. Этический кодекс геофизиков России. Проект "Энциклопедии прикладной геофизики". Диссертационный совет Д 520.020.01, функционирующих при ОАО НПФ Геофизика. Кафедра геофизических методов исследований УГНТУ. Конференции и семинары 2011 года. Конференции и семинары 2010 года. Комитет по совершенствованию российского геофизического рынка. Обсуждение редакции проекта стандарта. АТТЕСТАЦИЯ ОРГАНИЗАЦИЙ НА ВЫПОЛНЕНИЕ ГЕОФИЗИЧЕСКИХ ИССЛЕДОВАНИЙ И РАБОТ.
ネット環境さえ整っていればどこでも可能なWEB会議