How to upload your file & folder to google drive (for beginner)

এখান থেকে আপনি নতুন ফাইল তৈরি কিংবা আপলোড করতে পারবেন। নতুন ফাইল তৈরি করার জন্য ক্রিয়েট বাটনে ক্লিক করুন। এখন আপনি যে ধরনের ফাইল তৈরি করবেন সে অনুযায়ী সিলেক্ট করুন।
আর কোন ফাইল বা ফোল্ডার আপলোড করার জন্য আপলোড বাটনে ক্লিক করুন। এখন আপনার কাছে জানতে চাইবে ফাইল না ফোল্ডার আপলোড করবেন। আপনার পছন্দ আনুজায়ি সিলেক্ট করুন। এখানে আমি একটি ফাইল আপলোড করে দেখাব। তাহলে চলুন ফাইল সিলেক্ট করে আপনার কম্পিউটার থেকে একটি ফাইল দেখিয়ে দিন এবং আপলোড করুন।
এখন নিম্নের মতো একটি বার্তা আসবে-

আখানে আপনার কাছে জানতে চাওয়া হবে আপনি যে ফাইলটা আপলোড করছেন তা গুগোল ডকস এর ফরমেটে কনভার্ট করবেন কি না । দ্বিতিও চেক বক্সে টিক দিলে আপনার ছবি বা পিডিএফ ফাইলটা টেক্সট ফরমেটে অটো কনভার্ট হয়ে যাবে।
এবার Start upload সিলেক্ট করে আপলোড শুরু করুন।
![]() |
| Uploading . . . . .. . . . . .. |
আপলোড করা ফাইলটা যদি আপনার একান্ত ব্যাক্তিগত হয় তাহলে আপনার কাজ এখানেই শেষ। আপলোড কমপ্লিট হলে উইন্ডটা কেটে দিয়ে বের হয়ে আসুন।
![]() |
| Sharing Option |

আপনি যদি স্পেসিফিক কাওকে ফাইলটা শেয়ার দিতে চান তাহলে মাঝের অপশন সিলেক্ট করুন। তাহলে যার কাছে ঐ লিঙ্ক থাকবে শুধু সেই ব্যাক্তি ডাউনলোড করতে পারবে। আর যদি সবার সাথে শেয়ার করতে চান তাহলে Public on the web সিলেক্ট করুন।
ইউটিউবের ভিডিও ডাউনলোড করুন আরও সহজে
ডাউনলোড করা যায়। এছাড়া এর মাধ্যমে প্রায় যেকোনো ওয়েব সাইটের ভিডিও ডাউনলোড করতে পারবেন।




Oracle Database : User access control – 2
জন্য প্রদত্ত প্রিভিলেজ এর তালিকা দেওয়া হল……
|
Object Privilege
|
Table
|
View
|
Sequence
|
Procedure
|
|
ALTER
|
*
|
*
|
||
|
DELETE
|
*
|
*
|
||
|
EXECUTE
|
*
|
|||
|
INDEX
|
*
|
|||
|
INSERT
|
*
|
*
|
||
|
REFERENCES
|
*
|
|||
|
SELECT
|
*
|
*
|
*
|
|
|
UPDATE
|
*
|
*
|

Oracle Database: User access control – 1
- User Privilege এবং System Privilege
- কোন টেবিলকে Privilege প্রদান
- Data Dictionary থেকে Privilege দেখা
- Role তৈরি এবং প্রদান
- Role এবং Privilege এর পার্থক্য

|
Privilege
|
Description
|
|
DBA
|
Grantee can Database Administrator
|
|
Grantee can create other Oracle users.
|
|
|
Grantee can drop another user.
|
|
|
Enables a user to alter any index in the database.
Note: There is no ALTER INDEX statement.
|
|
|
Enables a user to alter any materialized view in the database.
Note: There is no ALTER MATERIALIZED VIEW statement.
|
|
|
Enables a user to alter any PL/SQL procedure, function or package in the database.
|
|
|
Enables a user to alter any sequence in the database.
Note: There is no ALTER SEQUENCE statement.
|
|
|
Enables a user to alter any table in the database.
|
|
|
Enables a user to alter any view in the database.
Note: There is no ALTER VIEW statement.
|
|
|
Enables a user to perform operations related to cache groups.
|
|
|
Enables a user to create a cache group owned by any user in the database.
|
|
|
Enables a user to create an index on any table or materialized view in the database.
|
|
|
Enables a user to create a materialized view owned by any user in the database.
|
|
|
Enables a user to create a PL/SQL procedure, function or package owned by any user in the database.
|
|
|
Enables a user to create a sequence owned by any user in the database.
|
|
|
Enables a user to create a private synonym owned by any user in the database.
|
|
|
Enables a user to create a table owned by any user in the database.
|
|
|
Enables a user to create a view owned by any user in the database.
|
|
|
Enables a user to create a cache group owned by that user.
|
|
|
Enables a user to create a materialized view owned by that user.
|
|
|
Enables a user to create a PL/SQL procedure, function or package owned by that user.
|
|
|
Enables a user to create a public synonym.
|
|
|
Enables a user to create a sequence owned by that user.
|
|
|
Enables a user to create a connection to the database.
|
|
|
Enables a user to create a private synonym.
|
|
|
Enables a user to create a table owned by that user.
|
|
|
Enables a user to create a view owned by that user.
|
|
|
Enables a user to delete from any table in the database.
|
|
|
Enables a user to drop any cache group in the database.
|
|
|
Enables a user to drop any index in the database.
|
|
|
Enables a user to drop any materialized view in the database.
|
|
|
Enables a user to drop any PL/SQL procedure, function or package in the database.
|
|
|
Enables a user to drop any sequence in the database.
|
|
|
Enables a user to drop a synonym owned by any user in the database.
|
|
|
Enables a user to drop any table in the database.
|
|
|
Enables a user to drop any view in the database.
|
|
|
Enables a user to drop a public synonym.
|
|
|
Enables a user to execute any PL/SQL procedure, function or package in the database.
|
|
|
Enables a user to flush any cache group in the database.
|
|
|
Enables a user to insert into any table in the database. It also enables the user to insert into any table using the synonym, public or private, to that table.
|
|
|
Enables a user to load any cache group in the database.
|
|
|
Enables a user to flush any cache group in the database.
|
|
|
Enables a user to select from any sequence or synonym on a sequence in the database.
|
|
|
Enables a user to select from any table, view, materialized view, or synonym in the database.
|
|
|
Enables a user to unload any cache group in the database.
|
|
|
Enables a user to update any table, or synonym in the database.
|
|
|
Enables a user to connect to a database as an XLA reader.
|



