Quantcast
Channel: Remote Oracle Database Support
Viewing all 155 articles
Browse latest View live

smtp-server: 501 5.1.7 Invalid address

$
0
0
Error:


smtp-server: 501 5.1.7 Invalid address
. . . message not sent


Scenario:


mailx receives smtp-server: 501 5.1.7 Invalid address when shell script triggered via crontab job ; no errors received and mail delivered to recipient when same shell script executed on linux prompt.




Cause:


1. Invalid email address or domain name in recipient filled value -c or at the end of line in mailx.

mailx -S smtp=smtp.mes.abc.net -s 'Test Mail' -c john.mayer@abc.com tom.cruzz@abc.com

2. Invalid smtp server mentioned in -S clause of mailx

mailx -S smtp=smtp.mes.abc.net -s 'Test Mail' -c john.mayer@abc.com tom.cruzz@abc.com


3. Sender's address is wrongly interpreted when mailx is scheduled from crontab shell script job.



Solution:


1. Correct the recipient's email address by verifying its existence in outlook address book.


2. Correct smtp server address which can resolve recipient email address decalred in mailx.


3. Add the sender's email address or alias in mailx -r ; email address which has worked in past when executed from linux prompt ; So that it will not be formed based on cron execution daemon which may not be resolvable by smtp host in many cases.


mailx -S smtp=smtp.mes.abc.net -s 'Test Mail' -r osuser@serv.int -c john.mayer@abc.com 
tom.cruzz@abc.com






restart or invoke a shell script from inside in linux

$
0
0


As an Unix or Database Administrator, we often write a shell script to perform maintenance task which can be called manually , in crontab or scheduled in deployment pipeline.


Requirement to invoke a shell script within a single call helps to reuse the input's passed such as  password , file name or any other input variable.


The EASY method to do the same is by recalling shell script within a shell script again ...


#!/bin/sh

sh test.sh $0 $1


The SMART way to do the same is by using the goto method to call a block for re-invoking a part of the code ...


#!/bin/sh

goto()
{
echo "Part of Code to be invoke repeatedly.." 
}

while true; do

 echo -n "Proceed Y/N:"
read INPUT

 if [ $INPUT == "Y" ] ; then
    goto;
else
    break
    exit
fi

done



Solve Rubik's Cube 7 Easy Steps

$
0
0

Rubik's cube 3 x 3 can be solved in easy 7 steps given in two different clips's below. 
First clip will showcase how to practice certain steps which will be used very frequently during solution.

Understand & practice these steps to solve the 3 x 3 Rubik's cube rapidly.

It may take up to a day or two practice to solve Rubik's cube efficiently without looking into references..  







Hope by now you are able to make moves such as R U R' U'  and  L' U' L U , which are common among all steps .. 

Refer following clip to solve the Rubik's cube in 7 easy steps repeating the practice steps in appropriate sequence... 





                                                                                                         Enjoy Learning :)

ORA-12514: TNS:listener does not currently know of service requested in connect descriptor

$
0
0

ORA- Error:


SQL*Plus: Release 18.0.0.0.0 - Production on Tue Jun 9 00:10:02 2020 Version 18.3.0.0.0

Copyright (c) 1982, 2018, Oracle.  All rights reserved.

SQL> ERROR:

ORA-12514: TNS:listener does not currently know of service requested in connect descriptor

SQL> 

SP2-0640: Not connected

SP2-0641: "EXECUTE" requires connection to server

SQL>


Cause:


Running Stored Procedure or Active session got terminated with ORA-12514: TNS:listener does not currently know of service requested in connect descriptor , listener has refused the connection considering PMON process of database declined the request which hints issue in database accepting new connection such as below ..



Database issue can be anything like db is mount stage , corruption , archivelog full , process resource limit exceeded etc.



ORA-12514 received at client server due to process exceed ORA-00020 on DB


ORA-00020: maximum number of processes (750) exceeded

ORA-20 errors will not be written to the alert log for

the next minute. Please look at trace files to see all

the ORA-20 errors.

Process P367 submission failed with error = 20

.

.

Process P367 submission failed with error = 20

TABLE SYS.WRI$_OPTSTAT_HISTHEAD_HISTORY: ADDED INTERVAL PARTITION SYS_P31904 (1794) VALUES LESS THAN (TO_DATE(' 2020-06-09 08:50:31', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))

TABLE SYS.WRI$_OPTSTAT_HISTGRM_HISTORY: ADDED INTERVAL PARTITION SYS_P31907 (1794) VALUES LESS THAN (TO_DATE(' 2020-06-09 08:50:40', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))

Process P367 submission failed with error = 20

.

.

 

Solution:


Increase process limit at database instance ..



alter system set process=1000 sid='*' scope=spfile;



In other cases , verify db alert as a starting point to troubleshoot error ORA-12514 ; as in most of the cases tnsping would be working fine.




Power of Thinking : A Dot Experiment

$
0
0
Human mind is most powerful than any other creature in the world.It is being called so because it has evolved over the years to gain shelter , food , security and survive among the competitors in food chain. 

Human brain is capable of thinking at very high speed , about the things that exists or not , places , imagination , analysis , decision making , strategy are outcomes of it.

In a "Dot Experiment" will find out how power of thinking helps to imagine out of boundaries and showcase why a human mind is capable of analyzing the things beyond expectations.

This Experiment can be taken up individually or within a group of team members ; more the number of minds more it will add value to experiment.







Now, you can see a simple image with a dot somewhere in the image.


Only one Question to be presented to audience or self & its relevant answers to be noted with count ..

Lets start with it...


Q. What do you think about this image ?

Once the question has been floated allow mind to concentrate on image , although image is very simple but power of a mind will take out many things out of it..
Such as ..

1.  Its a Simple dot
2.  Its a dot but its not perfect in shape
3.  Shape of the dot varies from all angle
4.  dot is in black color
5.  dot is not position in the center of the image
6.  We cant call it a dot but a black color spot
7.  It's present approx (x,y)(20,80) position
8.  It is made up of millions of particles
9.  It has occupied less than 0.01% of space in image
10.Everything around the dot is white makes it visible
.
.
.

List will go on depending on the power of thinking mind involved ...

Once you list down all points and numbered it ; do validate if it makes sense to consider.

The strength of a thinking mind can be judge on below scale based on number of points in you list..

0-3     :  Poor
4-6     :  Average
7-10   :  Strong
11-15  :  Excellent 
16-20 :  Exceptional

How this experiment benefits ..
  • Helps in stimulating the thinking power of a Mind
  • Helps in identifying a strength of a team you are leading
  • If powerful mind can think so much about a small dot , it can create wonders with combinations of it i.e. letters 
  • Helps in thinking beyond the boundaries in critical situations and identifying the solution.
  • Reading between the lines becomes more powerful and understanding reaches to next level
  • Helps in understanding once capability of positive thinking 

And many more ...





Motivational thoughts on Failure and Success

$
0
0



"Try not to become a man of success but a man of value" ~ Albert Einstein. 



"Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration" ~ Evan Esar. 







"It is hard to fail,but it is worse never to have tried to succeed"~ Theodore Roosevelt.






"Our Greatest glory is not in never falling, but in rising every time we fall" ~ Confucius.






"The first and most important step towards success is the feeling that we can succeed" ~ Nelson Boswell.






"I honestly think it is better to be failure at something you love than to be a success at something you hate" ~ George F.Burns.






"An inventor fails 999 times,and if he succeeds once,he's in. He treats his failures simply as practice shots" ~ Charles F.Kettering.






"Courage is going from failure to failure without losing enthusiasm" ~ Winston Churchill.






"Keep in mind that neither success not failure is ever final" ~ Roger Babson.






"There is only one success; to be able to spend your life in your own way" ~ Christopher Morley.






"Successful people are always looking for opportunities to help others.Unsuccessful people are always asking,'What's in it for me?'" ~ Brian Tracy.






"Success consists of getting up just one more time than you fail" ~ Oliver Goldsmith.






"For true success ask yourself these four questions: Why? Why not ? Why not me ? Why not now ? " ~ James Allen.






"Success comes from knowing that you did your best to become the best that you are capable of becoming" ~ John Wooden.







"Without continual growth and progress,such words as improvement, achievement and success have no meaning" ~ Benjamin Franklin.





"An empowered organization is one in which individuals have the knowledge, skill , desire and opportunity to personally succeed in a way that leads to collective organizational success" ~ Stephen R.Covey.



Motivational Thoughts on Leadership

$
0
0


"The most important quality in a leader is that of being acknowledged as such.." ~ Andre Maurois.


"In organizations , real power and energy is generated through relationships. The patterns of relationships and capacities to form them are more important than tasks, functions, roles and positions" ~ Margaret Wheatly.

"Excellence is not an accomplishment. It is a spirit , a never-ending process" ~ Lawrence M. Miller.

"Leaders don't inflict pain, They bear pain" ~ Max DePree.

"When the effective leader is finished with his work, the people say it happened naturally" ~ Lao Tse.

"Most of what we call management consists of making it difficult for people to get their jobs done" ~ Peter Drucker.

"Never tell people how to do things. Tell them what to do and they will surprise you with their ingenuity" ~ George Patton.

"Unless commitment is made, there are only promises and hopes .. but no plans" ~ Peter Drucker.

"Good Plans shape good decisions. That's why good planning helps to make elusive dreams come true" ~ Lester R.Bittle.

"Understanding human needs is half the job of meeting them.." ~ Adlai Stevenson.

"A competent leader can get efficient service from poor troops, while on the contrary an incapable leader can demoralize the best of troops" ~ General John J.Pershing.



"The leader has to be practical and a realist , yet must talk the language of the visionary and the idealistic" ~ Eric Hoffer.



"People ask the difference between a leader and a boss.The leader works in the open, and the boss in covert.The leader leads,and the boss drives" ~ Theodore Roosevelt.

"The world is a dangerous place, not because of those who do evil,but because of those who look on and do nothing" ~ Albert Einstein.

"Tell me and I'll forget ; show me and i may remember ; involve me and I'll understand" ~ Chinese Proverb.

"Do not follow where the path may lead. Go instead where there is no path and leave the trails" ~ Ralph Waldo Emerson.

"Again and again , the impossible problem is solved when we see that the problem is only a tough decision waiting to be made" ~ Robert H. Schuller.

"Talent wins games,but teamwork and intelligence wins championships" ~ Michael Jordan.

"The leader shows that style is no substitute for substance that creating an impression is more potent than acting from one's center" ~ Lao Tzu.

"Leaders must be close enough to relate to others,but far enough ahead to motivate them.." ~ John Maxwell.

"Leadership is a potent combination of strategy and character. But if you must be without one, be without the strategy" ~ Norman Schwarzkopf.

"A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty" ~ Winston Churchill.

"Responsibility is the price of greatness" ~ Winston Churchill.

"Only one who devotes himself to a cause with his whole strength and soul can be true master" ~ Albert Einstein.

Motivational Thoughts on Life

$
0
0


"Nothing is predestined; The obstacles of your past can become the gateways that lead to new beginnings"~ Ralph Blum.


"Happy are those who dream dreams and are ready to pay the price to make them come true"~ Leon J. Suenes.


"Dream is not what you see in sleep, dream is something which doesn't let you sleep"~ Dr. A.P.J Abdul Kalam, India.


"Life is tragedy for those who feel and a comedy for those who think"~ La Bruyere.


"If it's a good idea, go ahead and do it.It is much easier to apologize than to get permission"~ Admiral Grace Hopper.


"You gain strength , courage and confidence by every experience in which you really stop to look fear in the face.You must do the thing you think you cannot do"~ Eleanor Roosevelt.


"Don't be afraid to take a big step when one is indicated.You can't cross a chasm in two small steps"~ David loyd George.


"Man perfected by society is the best of all animals ; he is the most terrible of all when he lives without law and justice"~ Aristotle.


"It is the mark of an educated mind to be able to entertain a thought without accepting it"~ Aristotle.


"Never mistake knowledge for wisdom.One helps you make living;the other helps you make a life"~ Sandra Carey.


"We must become the change we want to see"~ Mahatma Gandhi,India. 


"The quality of a person's life is in direct proportion to their commitment to excellence, regardless of their chosen field of endeavor"~ Vincent T.Lombardi. 


"Kind words can be short and easy to speak, but their echoes are truly endless"~ Mother Teresa,India. 


"Nearly all men can stand adversity , but if you want to test a man's character , give him power" ~ Abraham Lincoln. 


"We know not where our dreams will take us,but we can probably see quite clearly where we'll go without them"~ Marilyn Grey. 


"You must do the things you think you cannot do"~ Eleanor Roosvelt. 


"A life spent in making mistakes is not only more honorable but more useful than a life spent in doing nothing"~ George Bernard Shaw. 


"I have always thought the actions of men the best interpreters of their thoughts"~ John Locke.


"A little knowledge that acts is worth infinitely more than knowledge that is idle"~ Kahlil Gibran. 


"Action may not always being happiness , but there is no happiness without action"~ Benjamin Disraeli. 


"You teach best what you most need to learn"~ Richard Bach. 


"Everyone thinks of changing the world ,but no one thinks of changing himself"~ Leo Tolstoy. 


"Real generosity towards the future lies in giving all to present"~ Albert Camus. 


"While we try to teach our children all about life,our children teach us what life is all about" ~ Angela Schwindt. 


"We can do no great things; only small things with great love"~ Mother Teresa,India. 


"Take the first step in faith.You don't have to see the whole staircase, just take the first step"~ Dr Martin Luther King Jr. 


"One way to get the most out of life is to look upon it as an adventure"~ William Feather. 


"The thing always happens that you really believe in; and the belief in a thing makes it happen"~ Frank Lyod Wright. 


"To climb steep hills requires a slow pace at first"~ Shakespeare. 


"If you do not hope, you will not find what is beyond hopes"~ St Clement of Alexandra. 


"Knowing is not enough; we must apply.Willing is not enough; we must do" ~ Johann Wolfgang von Goethe. 


"Our greatest battles are that with our own minds"~ Jameson Frank. 


"Don't bother just to be better than your contemporaries or predecessors. Try to be better than yourself" ~ William Faulkner. 


"Some men see things as they are and ask why. Others dream things that never were and ask why not.."~ George Bernard Shaw. 


"Dream as if you'll live forever, live as if you'll die today"~ James Dean. 


"Patience and perseverance have a magical effect before which difficulties disappear and obstacles vanish"~ John Quincy Adams  


"If you want to be respected by others the great thing is to respect yourself" ~ Fyodor Dostoyevsky. 


"Investment made in knowledge always pays the best Interest"~ Benjamin Franklin. 




ORA-01086: savepoint never established in this session or is invalid

$
0
0


SAVEPOINT is transaction control language in SQL , PL/SQL used to manage transaction consistent state within a complex coding during transition from one object to other.



It mainly helps to save a particular state of transaction and rollback to that point.



Let's see why it causes error "ORA-01086: savepoint never established in this session or is invalid" and solution for the same in two different scenario.



Created a test table to demo how the savepoint works and in which situation it encounters ORA-01086 error.



SQL> create table test_savepoint ( id number , savepnt varchar2(100));
Table created.




Scenario 1 :ORA-01086 error when roll forward attempted after a successful SAVEPOINT rollback




SQL> insert into test_savepoint values ( 1, 'savepoint 1');
1 row created.


SQL> SAVEPOINT a1;
Savepoint created.


SQL> select * from test_savepoint;
ID         SAVEPNT
---------- -------------
1 savepoint 1


SQL> insert into test_savepoint values ( 2 ,'savepoint 2');
1 row created.


SQL> SAVEPOINT a2;
Savepoint created.


SQL> select * from test_savepoint;
ID          SAVEPNT
----------  ---------------------
1 savepoint 1
2 savepoint 2


SQL> ROLLBACK to a1;
Rollback complete.


SQL> select * from test_savepoint;
ID         SAVEPNT
---------- ---------------------
1 savepoint 1


SQL> ROLLBACK to a2;
rollback to a2
*
ERROR at line 1:
ORA-01086: savepoint 'A2' never established in this session or is invalid




Scenario 2 :ORA-01086 error when rollback to SAVEPOINT is attempted after a commit transaction point


SQL> insert into test_savepoint values ( 5 ,'savepoint 5');
1 row created.


SQL> SAVEPOINT a5;
Savepoint created.


SQL> select * from test_savepoint;
ID         SAVEPNT
---------- ----------------------
1 savepoint 1
3 savepoint 3
5 savepoint 5


SQL> insert into test_savepoint values ( 6,'savepoint 6');
1 row created.


SQL> select * from test_savepoint;
ID         SAVEPNT
---------- ------------------
1 savepoint 1
3 savepoint 3
5 savepoint 5
6 savepoint 6


SQL> SAVEPOINT a6;
Savepoint created.


SQL> commit;
Commit complete.


SQL> rollback to a5;
rollback to a5
*
ERROR at line 1:
ORA-01086: savepoint 'A5' never established in this session or is invalid



So , ORA-01086 error generally appears when explicit commit is performed within a PL/SQL block ; or a ROLLBACK attempted which is actually a ROLL FORWARD within a transaction.





ORA-04022: nowait requested, but had to wait to lock dictionary object

$
0
0

ORA- Error:


SQL> exec dbms_fga.drop_policy('APPL_OWNER','MIS_CONDITION','FGA_MIS_CONDITION_SEL');

PL/SQL procedure successfully completed.


SQL> EXECUTE DBMS_FGA.ADD_POLICY(OBJECT_SCHEMA => 'APPL_OWNER',OBJECT_NAME => ', POLICY_NAME => 'FGA_MIS_CONDITION_SEL', AUDIT_CONDITION => 'SYS_CONTEXT(''USERENV'',''SESSION_USER'') IN (''APPL_XE_WRITER'',''APPL_READER'')', AUDIT_COLUMN => 'AGREEMENT_CODE', ENABLE => TRUE, STATEMENT_TYPES => 'SELECT');

BEGIN DBMS_FGA.ADD_POLICY(OBJECT_SCHEMA => 'APPL_OWNER',OBJECT_NAME => 'MIS_CONDITION', POLICY_NAME => 'FGA_MIS_CONDITION_SEL', AUDIT_CONDITION => 'SYS_CONTEXT(''USERENV'',''SESSION_USER'') IN (''APPL_XE_WRITER'',''APPL_READER'')', AUDIT_COLUMN => 'AGREEMENT_CODE', ENABLE => TRUE, STATEMENT_TYPES => 'SELECT'); END;

*
ERROR at line 1:
ORA-04022: nowait requested, but had to wait to lock dictionary object
ORA-06512: at "SYS.DBMS_FGA", line 20
ORA-06512: at line 1

Cause/Solution:

After deletion of FGA policy , new policy creation command is executed immediately which has not allowed to reflect changes in dictionary and dependent fixed objects caused error ORA-04022. 

Solution will be to retry the FGA add policy command after at least 10-15 seconds.


ORA-01830: date format picture ends before converting entire input string

$
0
0

ORA- Error :


SQL> SELECT TIMESTAMP ,db_user,OS_USER,object_schema,object_name,policy_name,statement_type,sql_text FROM DBA_FGA_AUDIT_TRAIL where policy_name like 'FGA%' and to_date(TIMESTAMP,'dd-mon-yyyy') >= to_date(sysdate-7,'dd-mon-yyyy') ORDER BY TIMESTAMP; 2 3

FROM DBA_FGA_AUDIT_TRAIL where policy_name like 'FGA%' and to_date(TIMESTAMP,'dd-mon-yyyy') >= to_date(sysdate-7,'dd-mon-yyyy')
*
ERROR at line 2:
ORA-01830: date format picture ends before converting entire input string




Cause :

Mismatch in session date format used at session level caused the error ORA-01830.

nls_date_format was set to dd-mon-yyy hh24:mi:ss , however to_date or to_timestamp in query filter where clause set to only date i.e. dd-mon-yyyy without time format hh24:mi:ss


SQL> alter session set nls_date_format='dd-mon-yyyyhh24:mi:ss';

Session altered.



SQL> SELECT TIMESTAMP ,db_user,OS_USER,object_schema,object_name,policy_name,statement_type,sql_text FROM DBA_FGA_AUDIT_TRAIL where policy_name like 'FGA%' and to_timestamp(TIMESTAMP,'dd-mon-yyyy') >= to_timestamp(sysdate-7,'dd-mon-yyyy') ORDER BY TIMESTAMP; 2 3

FROM DBA_FGA_AUDIT_TRAIL where policy_name like 'FGA%' and to_timestamp(TIMESTAMP,'dd-mon-yyyy') >= to_timestamp(sysdate-7,'dd-mon-yyyy')

*
ERROR at line 2:
ORA-01830: date format picture ends before converting entire input string



Solution :

Either set nls_date_format to only 'dd-mon-yyyy'or accommodate 'hh24:mi:ss' within the to_date/to_timestamp as below to solve error ORA-01830. 

SQL> SELECT TIMESTAMP ,db_user,OS_USER,object_schema,object_name,policy_name,statement_type,sql_text
FROM DBA_FGA_AUDIT_TRAIL where policy_name like 'FGA%' and to_timestamp(TIMESTAMP,'dd-mon-yyyy hh24:mi:ss') >= to_timestamp(sysdate-7,'dd-mon-yyyy hh24:mi:ss') ORDER BY TIMESTAMP; 








ORA-02266: unique/primary keys in table referenced by enabled foreign keys

$
0
0

ORA- Error :


SQL> truncate table mis_report_new;
truncate table mis_report_new
*
ERROR at line 1:
ORA-02266: unique/primary keys in table referenced by enabled foreign keys


Cause :

Dependency of primary/unique column of the table being truncated is referenced by a table causing error ORA-02266 and denying the structural changes to the table while using truncate as DDL statement.

Solution :

Considering the dependency of primary/unique column is taken care by removal of the referenced key values, the error ORA-02266 can be avoid using delete DML statement.


SQL> delete from mis_report_new;

1872 rows deleted.

SQL> commit;

Commit complete.


Bermuda Triangle The Mystery Solved ?

$
0
0
What is Bermuda Triangle ?

The Bermuda Triangle, also known as the Devil's Triangle or Hurricane Alley, is a loosely defined region in the western part of the North Atlantic Ocean where a number of aircraft and ships are said to have disappeared under mysterious circumstances.

Where is Bermuda Triangle Located ?

About 500,000 square miles of ocean off the southeastern tip of Florida , In Atlantic Ocean roughly bounded by Miami, Bermuda and Puerto Rico. The total area varying from 1,300,000 to 3,900,000 km (500,000 to 1,510,000 sq mi)."Indeed, some writers even stretch it as far as the Irish coast."











(Graphical Image of Bermuda Triangle)


                                                                                                                            



 (Satellite Image of Bermuda Triangle)




Who found Bermuda Triangle ?

In 1490 (approx) , 
When Christopher Columbus sailed through the area on his first voyage to the New World, he reported that a great flame of fire (probably a meteor) crashed into the sea one night and that a strange light appeared in the distance a few weeks later. He also wrote about erratic compass readings, perhaps because at that time a sliver of the Bermuda Triangle was one of the few places on Earth where true north and magnetic north lined up.

Famous 8 Incidents at Bermuda Triangle..

1. Ellen Austin

The Ellen Austin supposedly came across a derelict ship, placed on board it a prize crew, and attempted to sail in tandem with it to New York in 1881. According to the stories, the derelict disappeared; others elaborating further that the derelict reappeared minus the prize crew, and then disappeared again with a second prize crew on board. A check from Lloyd's of London records proved the existence of Meta, built in 1854, and that in 1880, Meta was renamed Ellen Austin. There are no casualty listings for this vessel, or any vessel at that time, that would suggest a large number of missing men were placed on board a derelict that later disappeared.




2. USS Cyclops

The incident resulting in the single largest loss of life in the history of the US Navy not related to combat occurred when the collier Cyclops, carrying a full load of manganese ore and with one engine out of action, went missing without a trace with a crew of 309 sometime after March 4, 1918, after departing the island of Barbados. Although there is no strong evidence for any single theory, many independent theories exist, some blaming storms, some capsizing, and some suggesting that wartime enemy activity was to blame for the loss.

In addition, two of Cyclops's sister ships, Proteus and Nereus were subsequently lost in the North Atlantic during World War II. Both ships were transporting heavy loads of metallic ore similar to that which was loaded on Cyclops during her fatal voyage. In all three cases structural failure due to overloading with a much denser cargo than designed is considered the most likely cause of sinking.



3. Carroll A. Deering

Schooner Carroll A. Deering, as seen from the Cape Lookout lightvessel on January 29, 1921, two days before she was found deserted in North Carolina. (US Coast Guard)
A five-masted schooner built in 1919, Carroll A. Deering was found hard aground and abandoned at Diamond Shoals, near Cape Hatteras, North Carolina, on January 31, 1921. Rumors and more at the time indicated Deering was a victim of piracy, possibly connected with the illegal rum-running trade during Prohibition, and possibly involving another ship, Hewitt, which disappeared at roughly the same time. Just hours later, an unknown steamer sailed near the lightship along the track of Deering, and ignored all signals from the lightship. It is speculated that Hewitt may have been this mystery ship, and possibly involved in Deering's crew disappearance


4. Flight 19

Flight 19 was a training flight of five TBM Avenger torpedo bombers that disappeared on December 5, 1945, while over the Atlantic. The squadron's flight plan was scheduled to take them due east from Fort Lauderdale for 141 mi (227 km), north for 73 mi (117 km), and then back over a final 140-mile (230-kilometre) leg to complete the exercise. The flight never returned to base. The disappearance was attributed by Navy investigators to navigational error leading to the aircraft running out of fuel.



One of the search and rescue aircraft deployed to look for them, a PBM Mariner with a 13-man crew, also disappeared. A tanker off the coast of Florida reported seeing an explosion and observing a widespread oil slick when fruitlessly searching for survivors. The weather was becoming stormy by the end of the incident. According to contemporaneous sources the Mariner had a history of explosions due to vapour leaks when heavily loaded with fuel, as it might have been for a potentially long search-and-rescue operation.

5. Star Tiger and Star Ariel

G-AHNP Star Tiger disappeared on January 30, 1948, on a flight from the Azores to Bermuda; G-AGRE Star Ariel disappeared on January 17, 1949, on a flight from Bermuda to Kingston, Jamaica. Both were Avro Tudor IV passenger aircraft operated by British South American Airways. Both planes were operating at the very limits of their range and the slightest error or fault in the equipment could keep them from reaching the small island.

6. Douglas DC-3
 
On December 28, 1948, a Douglas DC-3 aircraft, number NC16002, disappeared while on a flight from San Juan, Puerto Rico, to Miami. No trace of the aircraft, or the 32 people on board, was ever found. A Civil Aeronautics Board investigation found there was insufficient information available on which to determine probable cause of the disappearance.

7. Connemara IV

A pleasure yacht was found adrift in the Atlantic south of Bermuda on September 26, 1955; it is usually stated in the stories (Berlitz, Winer) that the crew vanished while the yacht survived being at sea during three hurricanes. The 1955 Atlantic hurricane season shows Hurricane Ione passing nearby between 14 and 18 September, with Bermuda being affected by winds of almost gale force. 

On the morning of September 22, Connemara IV was lying to a heavy mooring in the open roadstead of Carlisle Bay. Because of the approaching hurricane, the owner strengthened the mooring ropes and put out two additional anchors. There was little else he could do, as the exposed mooring was the only available anchorage. ... In Carlisle Bay, the sea in the wake of Hurricane Janet was awe-inspiring and dangerous. The owner of Connemara IV observed that she had disappeared. An investigation revealed that she had dragged her moorings and gone to sea.

8. KC-135 Stratotankers

On August 28, 1963, a pair of US Air Force KC-135 Stratotanker aircraft collided and crashed into the Atlantic 300 miles west of Bermuda. Some writers say that while the two aircraft did collide there were two distinct crash sites, separated by over 160 miles (260 km) of water. However, Kusche's research showed that the unclassified version of the Air Force investigation report revealed that the debris field defining the second "crash site" was examined by a search and rescue ship, and found to be a mass of seaweed and driftwood tangled in an old buoy.




What is the Natural explanations to these incidents ?

1. Compass variations

Compass problems are one of the cited phrases in many Triangle incidents. While some have theorized that unusual local magnetic anomalies may exist in the area, such anomalies have not been found. Compasses have natural magnetic variations in relation to the magnetic poles, a fact which navigators have known for centuries. Magnetic (compass) north and geographic (true) north are exactly the same only for a small number of places – for example, as of 2000, in the United States, only those places on a line running from Wisconsin to the Gulf of Mexico. But the public may not be as informed, and think there is something mysterious about a compass "changing" across an area as large as the Triangle, which it naturally will.

2. Gulf Stream

The Gulf Stream is a major surface current, primarily driven by thermohaline circulation that originates in the Gulf of Mexico and then flows through the Straits of Florida into the North Atlantic. In essence, it is a river within an ocean, and, like a river, it can and does carry floating objects. It has a maximum surface velocity of about 2 m/s (6.6 ft/s). A small plane making a water landing or a boat having engine trouble can be carried away from its reported position by the current.

3. Human error

One of the most cited explanations in official inquiries as to the loss of any aircraft or vessel is human error. Human stubbornness may have caused businessman Harvey Conover to lose his sailing yacht, Revonoc, as he sailed into the teeth of a storm south of Florida on January 1, 1958.

4. Violent weather

Hurricanes are powerful storms that form in tropical waters and have historically cost thousands of lives and caused billions of dollars in damage. The sinking of Francisco de Bobadilla's Spanish fleet in 1502 was the first recorded instance of a destructive hurricane. These storms have in the past caused a number of incidents related to the Triangle.

A powerful downdraft of cold air was suspected to be a cause in the sinking of Pride of Baltimore on May 14, 1986. The crew of the sunken vessel noted the wind suddenly shifted and increased velocity from 32 km/h (20 mph) to 97–145 km/h (60–90 mph). A National Hurricane Center satellite specialist, James Lushine, stated "during very unstable weather conditions the downburst of cold air from aloft can hit the surface like a bomb, exploding outward like a giant squall line of wind and water."[32] A similar event occurred to Concordia in 2010, off the coast of Brazil. Scientists are currently investigating whether "hexagonal" clouds may be the source of these up-to-170 mph (270 km/h) "air bombs".



5. Methane hydrates

Worldwide distribution of confirmed or inferred offshore gas hydrate-bearing sediments, 1996.
An explanation for some of the disappearances has focused on the presence of large fields of methane hydrates (a form of natural gas) on the continental shelves. Laboratory experiments carried out in Australia have proven that bubbles can, indeed, sink a scale model ship by decreasing the density of the water; any wreckage consequently rising to the surface would be rapidly dispersed by the Gulf Stream. It has been hypothesized that periodic methane eruptions (sometimes called "mud volcanoes") may produce regions of frothy water that are no longer capable of providing adequate buoyancy for ships. If this were the case, such an area forming around a ship could cause it to sink very rapidly and without warning.

Publications by the USGS describe large stores of undersea hydrates worldwide, including the Blake Ridge area, off the coast of the southeastern United States. However, according to the USGS, no large releases of gas hydrates are believed to have occurred in the Bermuda Triangle for the past 15,000 years.

Scientists Viewpoint ? Conclusion ?

By the time author Vincent Gaddis coined the phrase “Bermuda Triangle” in a 1964 magazine article, additional mysterious accidents had occurred in the area, including three passenger planes that went down despite having just sent “all’s well” messages. Charles Berlitz, whose grandfather founded the Berlitz language schools, stoked the legend even further in 1974 with a sensational bestseller about the legend. Since then, scores of fellow paranormal writers have blamed the triangle’s supposed lethalness on everything from aliens, Atlantis and sea monsters to time warps and reverse gravity fields, whereas more scientifically minded theorists have pointed to magnetic anomalies, waterspouts or huge eruptions of methane gas from the ocean floor.

U.S. Coast Guard, which says: “In a review of many aircraft and vessel losses in the area over the years, there has been nothing discovered that would indicate that casualties were the result of anything other than physical causes. No extraordinary factors have ever been identified.”

A short article by George Sand covering the loss of several planes and ships, including the loss of Flight 19, a group of five US Navy Grumman TBM Avenger torpedo bombers on a training mission. Sand's article was the first to lay out the now-familiar triangular area where the losses took place, as well as the first to suggest a supernatural element to the Flight 19 incident. Flight 19 alone would be covered again in the April 1962 issue of American Legion magazine.In it, author Allan W. Eckert wrote that the flight leader had been heard saying, "We are entering white water, nothing seems right. We don't know where we are, the water is green, no white." He also wrote that officials at the Navy board of inquiry stated that the planes "flew off to Mars."

Larry Kusche, author of The Bermuda Triangle Mystery: Solved (1975) argued that many claims of Gaddis and subsequent writers were exaggerated, dubious or unverifiable. 
Kusche's research revealed a number of inaccuracies and inconsistencies between Berlitz's accounts and statements from eyewitnesses, participants, and others involved in the initial incidents.

Kusche concluded that:
The number of ships and aircraft reported missing in the area was not significantly greater, proportionally speaking, than in any other part of the ocean.
In an area frequented by tropical cyclones, the number of disappearances that did occur were, for the most part, neither disproportionate, unlikely, nor mysterious.
Furthermore, Berlitz and other writers would often fail to mention such storms or even represent the disappearance as having happened in calm conditions when meteorological records clearly contradict this.
The numbers themselves had been exaggerated by sloppy research. 
A boat's disappearance, for example, would be reported, but its eventual (if belated) return to port may not have been.
Some disappearances had, in fact, never happened. One plane crash was said to have taken place in 1937, off Daytona Beach, Florida, in front of hundreds of witnesses; a check of the local papers revealed nothing. 
The legend of the Bermuda Triangle is a manufactured mystery, perpetuated by writers who either purposely or unknowingly made use of misconceptions, faulty reasoning, and sensationalism.

Skeptical researchers, such as Ernest Taves and Barry Singer, have noted how mysteries and the paranormal are very popular and profitable. This has led to the production of vast amounts of material on topics such as the Bermuda Triangle. They were able to show that some of the pro-paranormal material is often misleading or inaccurate, but its producers continue to market it. Accordingly, they have claimed that the market is biased in favor of books, TV specials, and other media that support the Triangle mystery, and against well-researched material if it espouses a skeptical viewpoint.


                                

Video :




ORA-04023: Object could not be validated or authorized

$
0
0


ORA- Error:


SQL>SELECT DAT.*,DATE_MODE||';'||SYS_META_KEY MIS_XDISPARE
FROM MIS_SYS_DATA DAT WHERE 1 = 0 

ORA-04023: Object could not be validated or authorized


Cause: 

Timestamp mismatch between dependent objects.


Solution: 

Run utldchk.sql script to identify objects with timestamp mismatch and compile both dependent objects manually , re-run utldchk.sql to verify the object is not listed under mismatched object list.

SQL>@?/rdbms/admin/utldtchk.sql

D_OWNER   D_NAME       P_OWNER   P_NAME           REASON

--------- ------------ --------- ----------    ----------------------

TEST_USER MIS_SYS_DATA TEST_USER MIS_SYS_P_DATA  TS mismatch:

                                                 16-JUN-20 07:42:02

                                                 30-JUN-20 06:16:17

 

SQL>alter view MIS_SYS_P_DATA compile;

SQL>alter procedure MIS_SYS_DATA compile;


SQL>@?/rdbms/admin/utldtchk.sql



Solved !!




ORA-13605: The specified task or object does not exist for the current user

$
0
0


ORA- Error:


SQL>Begin
dbms_sqltune.Execute_tuning_task (task_name => 'sql_sta_01151548_85fakm008r9z9');
end;
/

ERROR:
ORA-13605: The specified task or object 
sql_sta_01151548_85fakm008r9z9 does not exist for the current user.
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.PRVT_ADVISOR", line 5900
ORA-06512: at "SYS.DBMS_SQLTUNE", line 926
ORA-06512: at line 1



Cause/Solution:

I.  The User which is logged into db to create the tuning task doesn't have advisor privilege ; Grant advisor,administer sql tuning set to solve the error

SQL>grant advisor to scott;

SQL>grant administer sql tuning set to scott;



II.  ORA-13605 caused due to ORA-13780 ; as sql statement itself not found in the workload history while creating a tuning task.


SQL> DECLARE
my_task_name VARCHAR2(30);
BEGIN
my_task_name := DBMS_SQLTUNE.CREATE_TUNING_TASK(
sql_id =>'85fakm008r9z9',
scope => 'COMPREHENSIVE',
time_limit => 600,
task_name => 'sql_sta_01151548_85fakm008r9z9',
description => 'Task to tune a query autbywjufccpd');
END;


ERROR at line 1:
ORA-13780: SQL statement does not exist.
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
ORA-06512: at "SYS.PRVT_SQLADV_INFRA", line 125
ORA-06512: at "SYS.DBMS_SQLTUNE", line 655
ORA-06512: at line 4



ORA-13780 can be solved by specifying the AWR begin_snap  and end_snap id in create tuning task code to allow tuning task to search for the sql statement in specific range of workload where it exists. 

SQL> DECLARE
my_task_name VARCHAR2(30);
BEGIN
my_task_name := DBMS_SQLTUNE.CREATE_TUNING_TASK(
begin_snap => 291940,
end_snap => 292266,

sql_id =>'
85fakm008r9z9',
scope => 'COMPREHENSIVE',
time_limit => 600,
task_name => '
sql_sta_01151548_85fakm008r9z9',
description => 'Task to tune a query autbywjufccpd');
END;

PL/SQL procedure successfully completed.



Once tuning task is created successfully, execute the tuning task to get desired result.


SQL>Begin
dbms_sqltune.Execute_tuning_task (task_name => 'sql_sta_01151548_85fakm008r9z9');
end;
/

PL/SQL procedure successfully completed.


Retrieve the Advisory Report ..


SQL>set long 900000
SQL>set linesize 9000
SQL>set pages 9000
SQL>col TUNING_ADVICE_85fakm008r9z9 for a9000
SQL>select dbms_sqltune.report_tuning_task('sql_sta_01151548_85fakm008r9z9') TUNING_ADVICE_85fakm008r9z9 from dual;

PL/SQL procedure successfully completed.


Solved !!!



How to install Linux on virtual machine in 3 easy steps

$
0
0

Install ubuntu linux using virtual machine on laptop or PC in 3 east steps.  As given in below link or click here

After installing Linux ubuntu virtual host you can use the same for learning UNIX , installing database or application software to improve you hands-on skills.

Adding more than one virtual hosts enable you to create cluster or replication setup for various technologies like docker container , kubernatis , Cassandra Cluster , Oracle Cluster , Microsoft Azure DevOps.







Enjoy Learning !


How to recover from Migraine headache : a personal experience

$
0
0

Over 39% population in world suffers Migraine headache and it has no cure yet in medical science , the only solution is lifestyle correction which can reduce the impact on life.

Various articles cover scientific reason behind Migraine Headache , however i am writing my personal experience how i struggle through the migraine pain and overcome to reduce its frequency from 2-3 times a week to 1-2 time in a month without medicines many times .














Why Migraine headache occurs ? 

Possible cause of migraines are due to fluctuations in blood flow to the brain.. On further studies it is identified that chemical compounds and hormones, such as serotonin and estrogen, often play a role in pain sensitivity for migraine sufferers.

Migraine pain happens due to waves of activity by groups of excitable brain cells which triggers serotonin, to narrow blood vessels. 

Serotonin is a chemical necessary for communication between nerve cells. It can cause narrowing of blood vessels throughout the body.When serotonin or estrogen levels change, the result for some is a migraine.

What triggers Migraine headache ?

Fluctuation in blood flow to brain caused by multiple reasons which varies person to person but most common of them listed below ..

  • Exposure to sunlight
  • Indigestion of food due to over eating or higher spice level
  • Changes in Food timings or lack of protein in food , eating stale food
  • Inadequate Sleep during golden hours (2-4 AM) , oversleep (more than 9 Hrs)
  • Stress or lack of physical activity , Over thinking
  • Continuous exposure to computer screens 
  • Certain allergic foods (for me it Capsicum , Hot chocolate , High Caffeine)
  • Weeping for long time
 
How it feels during migraine stroke ? 

During Migraine strokes , at initial stage mild pain sensed on left half of the head near back neck which travels slowly towards sinus region. It gives extreme pain and nausea feeling when in midway where fluctuation of blood vessels at their peak.

Headache in other regions such as on right half of the head is possibly due to stomach ache , acidity , viral fever or various other reasons than migraine and it is short term in nature also less painful.  

Duration of the Migraine pain ranges from 4 Hrs to 12 Hrs or more sometime.



Planing to overcome Migraine headache  ..

1. Make a note  

Good practice to note down date time of the headache when it started and ended , calculate its duration , what change happened in lifestyle caused this or triggers , medicine you took , stroke level (mild/major) , what change you look in future to avoid it.

List of these notes will significantly important for own reference and for practitioner.It helps to derive the cause , symptoms and solution to overcome.

2. Not TO-DO List   

Notes made for various strokes appeared in past gives good insight of whats happening wrong. Generally 8-10 episode list is good enough to make a fair judgement.

List the changes that triggered the Migraine add it to the list called Not TO-DO List.

3. Analyze 

Keep making notes about your migraine episodes and analyse it for its duration changes. Also track the changes mentioned in Not TO-DO List are carried out successfully and its effect.

Remedies to reduce Migraine headache ..

Listing down remedies that helped me in past to overcome the migraine pain sometime with medicine or without it. benefit level % suggests approx. success rate of reduction of pain. 



1. Apply Gels/Balm containing Camphor ,Menthol on forehead and back neck (benefit 60%)

2. Deep Feet's in Hot Water tub for at least 5-10 Min  (benefit 50%)

3. Drink Warm Water every 2-3 hrs (benefit 60%) or once along with aspirin (benefit 70%) 

4. Take medicine tablet including content FLUNARIZINE after dinner , practitioner may suggest every day but can be taken regularly 1-2 days prior when episode day is near.  (benefit 90%)

5. In SoS , heavy Migraine headache , take tablet with content Paracetamol / Acetaminophen(650.0 Mg) (benefit 98%)

6. Follow Not TO-DO list (benefit 100%)


Good Luck ! Have Migraine Free Life !!!


ORA-01720: grant option does not exist for

$
0
0

ORA- Error:


SQL> GRANT SELECT on MP_DEPORT_ARTEX_PS_AGR to ORACLE_ASA_ROLE;
GRANT SELECT on 
MP_DEPORT_ARTEX_PS_AGR to ORACLE_ASA_ROLE
*
ERROR at line 1:

ORA-01720: grant option does not exist for 'NEW_ASU_USER.ASU_FINAL_PO_AGR'

SQL>SHOW USER
"NEW_ALT_USER"


Cause:


"NEW_ALT_USER" do not have privilege to grant a SELECT on a table owned by "NEW_ASU_USER" to any other user or role


SQL> select * from all_tab_privs where table_name='ASU_FINAL_PO_AGR';

GRANTOR GRANTEE TABLE_SCHEMA TABLE_NAME PRIVILEGE GRANTABLE HIERARCHY
------- -------- ----------- ----------- -------- -------- ---------
NEW_ASU_USER ORACLE_UPD_ROLE NEW_ASU_USER ASU_FINAL_PO_AGR SELECT NO NO 



Solution:

Login as a owner of the table "NEW_ASU_USER" and grant permission to "NEW_ALT_USER" with grant Option.


SQL>SHOW USER
"NEW_ASU_USER" 
SQL> grant select on NEW_ASU_USER.ASU_FINAL_PO_AGR to NEW_ALT_USER with grant option;

Grant succeeded.



How to avoid getting Dengue Fever and cure it fast : a personal experience

$
0
0


Each year, an estimated 390 million dengue infections occur around the world. Of these, around 5 million cases develop into severe dengue, which results in up to 25,000 deaths annually worldwide.

Dengue Fever is the most dangerous form of fever as it becomes life threatening if not detected in early stages or treatment is delayed. Dengue fever doesn't have medicine to cure it rapidly it has to go through stages of treatment and human immunity response to medicines for recovery matters most.   

To cure from dengue fever the most important step is to prevent it at first , knowing more about dengue helps to attain this step.

What is Dengue Fever ?

Dengue fever is a mosquito borne disease caused by the dengue virus
Dengue virus is primarily transmitted by Aedes mosquitobites.



What are the dengue fever symptoms ?

Symptoms typically begin three to fourteen days after infection.These may include a high fever, headache, vomiting, muscle and joint pains, and a characteristic skin rash.

In a small proportion of cases, the disease develops into severe dengue, also known as dengue hemorrhagic fever, resulting in bleeding, low levels of blood platelets and blood plasma leakage, or into dengue shock syndrome, where dangerously low blood pressure occurs.


How dengue fever get transmitted ?

Dengue virus is primarily transmitted by Aedes mosquito's. They typically bite during the early morning and in the evening, but they may bite and thus spread infection at any time of day. 

Humans are the primary host of the virus, but it also circulates in non-human primates. An infection can be acquired via a single bite. 

It is also said that , Aedes mosquito's generally bite to human with unclean skin , they are attracted to some kind of smell generated from secrete substances from Sweat glands.

A female mosquito that takes a blood meal from a person infected with dengue fever, during the initial 2 to 10 day febrile period, becomes itself infected with the virus in the cells lining its gut. 

About 8–10 days later, the virus spreads to other tissues including the mosquito's salivary glands and is subsequently released into its saliva. 

The virus seems to have no detrimental effect on the mosquito, which remains infected for life. 

Aedes aegypti is particularly involved, as it prefers to lay its eggs in artificial water containers, to live in close proximity to humans, and to feed on people rather than other.

Do we have vaccine for dengue Fever ?

Avaccine for dengue fever has been approved and is commercially available in a number of countries. As of 2018, the vaccine is only recommended in individuals who have been previously infected or, in populations with a high rate of prior infection by age nine.


When did the dengue fever detected first in world ?

Dengue has become a global problem since the Second World War and is common in more than 120 countries, mainly in Asia and South America. 

In 2019 a significant increase in the number of cases was seen. The earliest descriptions of an outbreak date from 1779. Its viral cause and spread were understood by the early 20th century.

What are the different phases of dengue Fever ?

The course of infection is divided into three phases: febrile, critical, and recovery.

The febrile phase involves high fever, potentially over 40 °C (104 °F), and is associated with generalized pain and a headache; this usually lasts two to seven days.Nausea and vomiting may also occur. A rash occurs in 50–80% of those with symptoms in the first or second day of symptoms as flushed skin, or later in the course of illness (days 4–7), as a measles-like rash.
A rash described as "islands of white in a sea of red" has also been observed.
Some petechiae (small red spots that do not disappear when the skin is pressed, which are caused by broken capillaries) can appear at this point, as may some mild bleeding from the mucous membranes of the mouth and nose. The fever itself is classically biphasic or saddleback in nature, breaking and then returning for one or two days.

In some people, the disease proceeds to a critical phase as fever resolves.During this period, there is leakage of plasma from the blood vessels, typically lasting one to two days. This may result in fluid accumulation in the chest and abdominal cavity as well as depletion of fluid from the circulation and decreased blood supply to vital organs. There may also be organ dysfunction and severe bleeding, typically from the gastrointestinal tractShock (dengue shock syndrome) and hemorrhage (dengue hemorrhagic fever) occur in less than 5% of all cases of dengue; however, those who have previously been infected with other serotypes of dengue virus ("secondary infection") are at an increased risk. This critical phase, while rare, occurs relatively more commonly in young adults.

The recovery phase occurs next, with resorption of the leaked fluid into the bloodstream. This usually lasts two to three days. The improvement is often striking, and can be accompanied with severe itching and a slow heart rate.Another rash may occur with either a maculopapular or a vasculitic appearance, which is followed by peeling of the skin. During this stage, a fluid overload state may occur; if it affects the brain, it may cause a reduced level of consciousness or seizuresA feeling of fatigue may last for weeks in adults.


What are the laboratory testing for dengue Fever ?

The diagnosis of dengue fever may be confirmed by microbiological laboratory testing.This can be done by virus isolation in cell cultures, nucleic acid detection by PCR, viral antigen detection (such as for NS1) or specific antibodies (serology). Virus isolation and nucleic acid detection are more accurate than antigen detection, but these tests are not widely available due to their greater cost. 

Detection of NS1 during the febrile phase of a primary infection may be greater than 90% sensitive however is only 60–80% in subsequent infections. All tests may be negative in the early stages of the disease. PCR and viral antigen detection are more accurate in the first seven days. In 2012 a PCR test was introduced that can run on equipment used to diagnose influenza; this is likely to improve access to PCR-based diagnosis.


How does platelet count in dengue fever matters most ? 

The normal count of platelets is 1.5 lac to 4.5 lac per microlitre of blood. In viral fever, it reduces up to 90,000 to one lac. In dengue, this count goes down to 20,000 or even lower, but reaches the normal once dengue is cured. In a viral fever this count comes to the normal range gradually.


Healthy human body blood Platelet count ranges above 160000 , on infection within 2-4 days its starts dropping below 120000 which is considered as a detection factor of dengue virus presence.

By the time treatment initiated , dengue virus does damage to the digestive system leads to loss of taste , weakness and result of which platelet count drops below 80000.

If platelet count drops below  60000 , low blood pressure and breathing problem is seen in patient with need of external oxygen supply.

On Day 8 onward , sometimes platelet recovery spike up is seen but can not guarantee the recovery phase as patient condition is not inline with the blood report. Such platelet count spike should not be considered as recovery point. 

Platelet count shows upward trend when patient starts eating food normally ,which is generally seen after 9-10 days since infection.

The number days mentioned in graph may vary depends on conditions but their pattern observed to be similar in most of the cases.  


What is Anti-dengue day ?

International Anti-Dengue Day is observed every year on 15 June. The idea was first agreed upon in 2010 with the first event held in Jakarta, Indonesia in 2011. Further events were held in 2012 in Yangon, Myanmar and in 2013 in VietnamGoals are to increase public awareness about dengue, mobilize resources for its prevention and control and, to demonstrate the Asian region's commitment in tackling the disease.


How to cure dengue fever ?

No specific antiviral medication is currently available to treat dengue. The treatment of dengue fever is symptomatic and supportive in nature. Bed rest and mild analgesic-antipyretic therapy are often helpful in relieving lethargy, malaise, and fever associated with the disease. Acetaminophen (paracetamol) is recommended for treatment of pain and fever. Aspirin, other salicylates, and nonsteroidal anti-inflammatory drugs (NSAIDs) should be avoided.

Patients with dengue hemorrhagic fever or dengue shock syndrome may require intravenous volume replacement. Plasma volume expanders can be used in patients who do not respond to isotonic fluids.


Home remedies to recover fast from dengue fever ?

Although general medicine treatment considered to be the recommended cure for the disease. In support to which few home remedies do benefit for rapid recovery ...





1.Eat at least 2-3 kiwi fruit daily,it contain good amounts of vitamin A, vitamin E, along with potassium to balance the body's electrolytes and limiting hypertension and high blood pressure. 

The copper in kiwi fruit is especially for the formation of healthy red blood cells and building immunity against disease.

Eating kiwi empty stomach or at least 2-3 hrs early or after lunch helps.

2.Papaya Leaf is rich in enzymes like papain and chymopapain, which aid digestion, prevent bloating and other digestive disorders. 

30 ml of fresh papaya leaf juice helps in increasing the platelet count. It improves digestive system and helps to regain taste which leads to build immunity.

Papaya Leaf should be plucked in the morning and its juice to be served to patient asap with empty stomach and no further eating for next 2-3 hrs. 

Apart from these two best proven remedies , Medium protein diet includes sprouts , green veggies with no spices or oil helps to recover early.


Last but, Important Facts about Dengue Fever , Cure , Prevention ...

1. Dengue never infects to someone who has good healthy habits like sleeping of adequate hours and appropriate time,  food timings with no overeating , hygiene , stress free life . routine exercise like yoga etc. 

2. Early detection of Dengue fever always recovers faster. Considering a family history if dengue antigen tests are taken on 1st or 2nd day of fever itself when symptoms of headache with high fever of 102/103 °F are seen , the recover may happens within 4-5 days of treatment.

3. Don't let water stagnate in home or surrounding area ; keep fish like guppies in home aquarium who eat mosquito eggs.

4. Having home remedies like papaya leaf juice , kiwi fruit in take acts as a support to ongoing medicine for faster recovery.


Also Read ..


ORA-39001: invalid argument value ORA-01775: looping chain of synonyms during export import expdp impdp

$
0
0


ORA- Error :



$expdp parfile=exp_mis_rpt_base.par
Export: Release 11.2.0.4.0 - Production on Tue Jul 14 09:30:48 2020
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning and Automatic Storage Management options
ORA-39001: invalid argument value
ORA-01775: looping chain of synonyms



Cause :

During export or import existing SYS_EXPORT_SCHEMA_n tables will be reused , however invalid public synonym references to these tables leads to ORA-01775: looping chain of synonyms



Solution:


Drop the invalid public synonyms referencing non-existing SYS_EXPORT_SCHEMA_n tables.


SQL> col OBJECT_NAME for a40
SQL> select object_name, owner, object_type, status from dba_objects where object_name like 'SYS_EXPORT_SCHEMA%' and object_type='SYNONYM' and STATUS ='INVALID';



OBJECT_NAME OWNER OBJECT_TYPE STATUS
---------- ------ -------------- -------
SYS_EXPORT_SCHEMA_12 PUBLIC SYNONYM INVALID
SYS_EXPORT_SCHEMA_05 PUBLIC SYNONYM INVALID
SYS_EXPORT_SCHEMA_03 PUBLIC SYNONYM INVALID
SYS_EXPORT_SCHEMA_10 PUBLIC SYNONYM INVALID
SYS_EXPORT_SCHEMA_08 PUBLIC SYNONYM INVALID
SYS_EXPORT_SCHEMA_07 PUBLIC SYNONYM INVALID

6 rows selected.


SQL> select ' drop public synonym ' || object_name || ' ;' from dba_objects where object_name like 'SYS_EXPORT_SCHEMA%' and object_type='SYNONYM' 
and STATUS ='INVALID';


'DROPPUBLICSYNONYM'||OBJECT_NAME||';'
--------------------------------------------
drop public synonym SYS_EXPORT_SCHEMA_12 ;
drop public synonym SYS_EXPORT_SCHEMA_05 ;
drop public synonym SYS_EXPORT_SCHEMA_03 ;
drop public synonym SYS_EXPORT_SCHEMA_10 ;
drop public synonym SYS_EXPORT_SCHEMA_08 ;
drop public synonym SYS_EXPORT_SCHEMA_07 ;


6 rows selected.

SQL>drop public synonym SYS_EXPORT_SCHEMA_12 ;
Synonym dropped.

SQL>drop public synonym SYS_EXPORT_SCHEMA_05 ;
Synonym dropped.

SQL>drop public synonym SYS_EXPORT_SCHEMA_03 ;
Synonym dropped.

SQL>drop public synonym SYS_EXPORT_SCHEMA_10 ;
Synonym dropped.

SQL>drop public synonym SYS_EXPORT_SCHEMA_08 ;
Synonym dropped.

SQL>drop public synonym SYS_EXPORT_SCHEMA_07 ;
Synonym dropped.



Re-run the export/import.



Export: Release 11.2.0.4.0 - Production on Tue Jul 14 09:34:58 2020
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning and Automatic Storage Management options
Starting "RPT_BASE"."SYS_EXPORT_SCHEMA_01": rpt_base/********@mis parfile=exp_mis_rpt_base.par

Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 875.6 MB
. . exported "RPT_BASE"."SP_ENTITY_VISIBILITY" 53.60 MB 2634740 rows
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
. . exported "RPT_BASE"."XP_CUST_SEGME_MAP" 43.42 MB 561120 rows
. . exported "RPT_BASE"."XP_ALLO_FACILITY_KEY" 163.8 MB 5234224 rows
. . exported "RPT_BASE"."XP_SYST_DATA" 25.87 MB 437499 rows
Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
Processing object type SCHEMA_EXPORT/DB_LINK
.
.
.


Success !


Viewing all 155 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>