Set synonyms for ease of use Select * from EMP; and so on are used for select * from ABC; Create a common synonymIf the user's level is not enough to establish a public synonym, You can authorize it under system: Grant create any synonym to
Guide: SynonymIt is an alias for database solution objects and is often used to simplify object access and improve object access security. When using synonyms,Oracle DatabaseTranslate it into the name of the corresponding solution object. Similar to
First, synonym synonymConnect sys/123 as SYSDBA;SELECT * from EMP;ORA-00942: Table or view does not existCreate synonym emp for scott.emp;SELECT * from EMP;1. DefinitionA synonym is an alias for a pattern object.Can be a table or view, sequence,
Oracle Database provides the synonym management function. Oracle synonyms are aliases of database solution objects. They are often used to simplify object access and improve object access security. In Oracle databases, most database objects, such as
The Oracle database provides the synonym management function for the creation of Oracle synonyms. Oracle synonyms are aliases of database solution objects. They are often used to simplify object access and improve object access security. In Oracle
Oracle Notes (13) Views, synonyms, indexesFirst, the ViewIn all the SQL syntax previously studied, the query operation is the most troublesome, if the program developers will be a lot of energy wasted on the query writing, it will certainly affect
Five minutes before dismissal
---
Original
Danny R. faught
《
Five minutes ahead of the boot
"
--- Kiki
Translated on
2005/7/15
"This error is of the same type as I found last week. When can they realize this problem? When can I focus on
Reprinted from: http://bbs.csdn.net/topics/300103318#r_78088969Before the main function--the actual function execution entry or startAn explanation:In fact, after the executable is loaded, control is immediately handed to the start function, which
Five minutes before dismissal
---
Original
Danny R. faught
《
Five minutes ahead of the boot
"
--- Kiki
Translated on
2005/7/15
"This error is of the same type as I found last week. When can they realize this problem?
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.