top of page
Search

Learn How to Download and Install Oracle Database 11g for Linux x86-64



How to Download and Install Oracle Database 11g on Linux x86-64




Oracle Database is one of the most popular and widely used relational database management systems (RDBMS) in the world. It offers a comprehensive set of features and capabilities for managing, storing, processing, and analyzing data. Oracle Database can run on various operating systems, including Linux, which is a free and open source platform that provides high performance, reliability, security, and scalability.




download 11g database linux x86-64




In this article, we will show you how to download and install Oracle Database 11g Release 2 (11.2.0.4), which is the latest supported version for Linux x86-64 systems. We will also explain why you should use Oracle Database 11g on Linux x86-64, what are the benefits and prerequisites of doing so, how to test your installation, and how to troubleshoot common issues. By following this guide, you will be able to set up a general-purpose Oracle Database installation that uses the local file system for database file storage.


What is Oracle Database 11g and why use it on Linux x86-64?




Oracle Database 11g is the eleventh generation of Oracle's flagship product, which was first released in 2007. It introduced many new features and enhancements, such as:


  • Oracle Real Application Clusters (RAC), which allows multiple servers to share a single database instance and provide high availability, scalability, and load balancing.



  • Oracle Automatic Storage Management (ASM), which simplifies the management of database files by automatically distributing them across disks and disk groups.



  • Oracle Data Guard, which provides disaster recovery and data protection by maintaining standby copies of the primary database.



  • Oracle Partitioning, which improves performance and manageability by dividing large tables and indexes into smaller segments.



  • Oracle Advanced Compression, which reduces storage costs and improves performance by compressing data at various levels.



  • Oracle Total Recall, which enables data auditing and compliance by storing historical versions of data in a secure archive.



Oracle Database 11g is supported on Linux x86-64 systems, which are based on the Intel or AMD processors that use the 64-bit extension of the x86 instruction set. Linux x86-64 systems offer several advantages over other platforms, such as:


  • Lower cost of ownership, as Linux is free and open source software that does not require licensing fees or vendor lock-in.



  • Better performance, as Linux is optimized for running on modern hardware and supports large memory address space and parallel processing.



  • Greater flexibility, as Linux can be customized and configured according to specific needs and preferences.



  • Higher security, as Linux - Higher security, as Linux has a robust architecture and a strong community that constantly updates and patches the system against vulnerabilities and threats.



What are the prerequisites and requirements for installing 11g database linux x86-64?




Before you can download and install Oracle Database 11g on Linux x86-64, you need to make sure that your system meets the following prerequisites and requirements:


  • You need to have a Linux x86-64 operating system installed on your system. Oracle Database 11g supports the following Linux distributions: Oracle Linux, Red Hat Enterprise Linux, SUSE Linux Enterprise Server, and CentOS. You can check your Linux version by running the command uname -a in a terminal window.



  • You need to have at least 1 GB of RAM and 5.5 GB of free disk space available on your system. You can check your memory and disk space by running the commands free -m and df -h in a terminal window.



  • You need to have a valid Oracle account to access the Oracle Software Delivery Cloud website, where you can download the Oracle Database software. You can create a free Oracle account by visiting .



  • You need to have root privileges or sudo access on your system to perform the installation. You can check your user privileges by running the command id in a terminal window.



How to download 11g database linux x86-64




Once you have verified that your system meets the prerequisites and requirements, you can proceed to download the Oracle Database 11g software from the Oracle Software Delivery Cloud website. Here are the steps to follow:


  • Open a web browser and go to , which will take you to the Oracle Software Delivery Cloud website.



  • Sign in with your Oracle account credentials or create a new account if you don't have one.



  • Select "Oracle Database" from the "Select a Product Pack" drop-down menu, and select "Linux x86-64" from the "Platform" drop-down menu. Then click "Go".



  • Scroll down and find the section "Oracle Database 11g Release 2 (11.2.0.4) for Linux x86-64". Click on "See All" to expand the list of files available for download.



  • Select the two files named "V46095-01.zip" and "V46096-01.zip", which are the database installation files for Linux x86-64. Click on "Download" to start downloading them to your system.



  • Wait for the download to complete, which may take some time depending on your internet speed and connection. You can check the progress of the download in your browser's download manager.



  • Once the download is finished, you will have two zip files named "V46095-01.zip" and "V46096-01.zip" in your download folder. These are the files that contain the Oracle Database software that you need to install.



  • Unzip the two files using a tool such as unzip or 7-Zip. You can do this by right-clicking on each file and selecting "Extract Here" or "Extract All". This will create two folders named "database" and "database_1" in your download folder.



  • Move or copy the contents of the folder "database_1" into the folder "database", so that you have one folder named "database" that contains all the installation files. You can delete or archive the folder "database_1" after you have done this.



  • You have now successfully downloaded and unzipped the Oracle Database 11g software for Linux x86-64. You are ready to install it on your system.



How to install 11g database linux x86-64




To install Oracle Database 11g on Linux x86-64, you need to follow these steps:


  • Open a terminal window and switch to root user or use sudo for executing commands. You can do this by running the command su - or sudo -i, and entering your password when prompted.



  • Navigate to the folder where you have unzipped the Oracle Database software, which is usually in your download folder. You can do this by running the command cd /path/to/database, where /path/to/database is the location of your database folder.



  • Run the command ./runInstaller, - Run the command ./runInstaller, which will launch the Oracle Universal Installer (OUI) graphical user interface (GUI). Alternatively, you can run the command ./runInstaller -silent to run the installer in silent mode, which does not require any user input and uses default or predefined settings.



  • Follow the instructions on the OUI screens to complete the installation. You will need to provide some information, such as:



  • The installation type, which can be either "Typical" or "Advanced". The typical installation is recommended for most users, as it installs the most common components and options with minimal user input. The advanced installation allows you to customize the installation and select specific components and options.



  • The Oracle base directory, which is the parent directory where all Oracle software and data files will be stored. The default location is /u01/app/oracle, but you can change it if you want.



  • The Oracle inventory directory, which is the directory where the OUI records information about the Oracle software products installed on your system. The default location is /u01/app/oraInventory, but you can change it if you want.



  • The Oracle home directory, which is the directory where the Oracle Database software will be installed. The default location is /u01/app/oracle/product/11.2.0/dbhome_1, but you can change it if you want.



  • The global database name, which is the name of the database that will be created by the installer. The default name is orcl, but you can change it if you want.



  • The administrative password, which is the password for the SYS and SYSTEM users of the database. You need to enter and confirm a strong password that meets the Oracle password policy.



  • The installation summary, which shows a summary of the installation options and settings that you have selected. You can review and modify them before proceeding with the installation.



  • Click on "Install" to start the installation process. The installer will copy and configure the Oracle Database software and create the database on your system. This may take some time depending on your system resources and configuration.



  • During the installation process, you may be prompted to run some scripts as root user in a separate terminal window. These scripts are required to set up some system parameters and permissions for the Oracle Database software. You need to run these scripts as instructed by the installer and return to the OUI window to continue with the installation.



  • When the installation process is completed, you will see a confirmation screen that shows the status and details of the installation. You will also see some information about how to access and manage your database, such as:



  • The URL for accessing Oracle Enterprise Manager Database Control, which is a web-based tool for managing and monitoring your database. The URL is where hostname is the name or IP address of your system.



  • The connect descriptor for connecting to your database using SQL*Plus or other tools. The connect descriptor is hostname:1521/orcl, where hostname is the name or IP address of your system and orcl is the global database name that you have chosen.



  • The location of the Oracle home directory, where you can find the Oracle Database software and configuration files.



  • The location of the Oracle inventory directory, where you can find information about the Oracle software products installed on your system.



  • Click on "Exit" to close the OUI window and complete the installation.



How to verify the installation and start the database




After installing Oracle Database 11g on Linux x86-64, you need to verify that - After installing Oracle Database 11g on Linux x86-64, you need to verify that the installation was successful and that the database is up and running. You can do this by following these steps:


oracle database 11g release 2 linux x86-64 download


oracle 11g r2 download for linux 64 bit


oracle database 11g installation on linux x86-64


oracle 11g linux x86-64 zip download


oracle database 11g enterprise edition linux x86-64 download


oracle 11g r2 installation guide for linux x86-64


oracle database 11g free download for linux 64 bit


oracle 11g linux x86-64 rpm download


oracle database 11g quick installation guide for linux x86-64


oracle 11g linux x86-64 docker image download


oracle database 11g release 2 (11.2.0.4) linux x86-64 download


oracle 11g r2 patchset download for linux 64 bit


oracle database 11g installation prerequisites for linux x86-64


oracle 11g linux x86-64 software delivery cloud download


oracle database 11g standard edition linux x86-64 download


oracle 11g r2 client download for linux 64 bit


oracle database 11g installation steps on linux x86-64


oracle 11g linux x86-64 express edition download


oracle database 11g system requirements for linux x86-64


oracle 11g r2 grid infrastructure download for linux 64 bit


oracle database 11g installation on oracle linux 7 (ol7) x86-64


oracle 11g r2 documentation download for linux 64 bit


oracle database 11g installation on red hat enterprise linux (rhel) x86-64


oracle 11g linux x86-64 silent install download


oracle database 11g installation on centos (centos) x86-64


oracle 11g r2 deinstall utility download for linux 64 bit


oracle database 11g installation on ubuntu (ubuntu) x86-64


oracle 11g linux x86-64 sample schemas download


oracle database 11g installation on suse (suse) x86-64


oracle 11g r2 response file download for linux 64 bit


  • Open a terminal window and switch to the oracle user, which is the user that owns the Oracle Database software and files. You can do this by running the command su - oracle, and entering the oracle user password when prompted.



  • Set the environment variables for the Oracle Database software by running the command . oraenv, and entering the name of the Oracle home directory when prompted. This will set the ORACLE_HOME and ORACLE_SID variables, which are required for accessing and managing the database.



  • Start SQL*Plus, which is a command-line tool for interacting with the database. You can do this by running the command sqlplus / as sysdba, which will connect you to the database as the SYS user with SYSDBA privileges.



  • Check the status of the database by running the command select open_mode from v$database;, which will show you whether the database is open or not. If the database is open, you will see a message like "OPEN_MODE ---------- READ WRITE". If the database is not open, you will see a message like "OPEN_MODE ---------- MOUNTED".



  • If the database is not open, you need to open it by running the command alter database open;, which will open the database for normal operations. You should see a message like "Database altered."



  • You have now verified that the installation was successful and that the database is open and ready for use.



How to test your installation




To test your installation and make sure that everything is working properly, you can perform some basic tasks with your database, such as:


  • Connecting to the database and running some queries



  • Using Oracle Enterprise Manager Database Control



  • Troubleshooting common issues with 11g database linux x86-64



Connecting to the database and running some queries




One of the simplest ways to test your installation is to connect to your database and run some queries to retrieve some information from it. You can do this by using SQL*Plus or any other tool that supports Oracle Database connectivity, such as SQL Developer, Toad, or JDBC. Here are some examples of queries that you can run:


  • To check the version of your Oracle Database software, run the query select banner from v$version;, which will show you something like "BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production PL/SQL Release 11.2.0.4.0 - Production CORE 11.2.0.4.0 Production TNS for Linux: Version 11.2.0.4.0 - Production NLSRTL Version 11.2.0.4.0 - Production"



  • To check the size of your database, run the query select sum(bytes)/1024/1024/1024 as size_gb from dba_data_files;, which will show you something like "SIZE_GB ---------- 5.0625"



  • To check the number of tables in your database, run the query select count(*) from dba_tables;, which will show you something like "COUNT(*) ---------- 1016"



  • To check the number of users in your database, run the query select count(*) from dba_users;, which will show you something like "COUNT(*) ---------- 30"



You can also create your own tables and insert some data into them, and then query them to see if they work as expected.


Using Oracle Enterprise Manager Database Control




Another way to test your installation is to use Oracle Enterprise Manager Database Control, which is a web-based tool that allows you to manage and monitor your database from a browser. You can access Oracle Enterprise Manager Database Control by using the URL that was provided by the installer, which is where hostname is the name or IP address of your system.


To log in to Oracle Enterprise Manager Database Control, you need to enter your username and password for accessing - To log in to Oracle Enterprise Manager Database Control, you need to enter your username and password for accessing the database. The default username is SYS and the default password is the one that you have chosen during the installation. You also need to select the "SYSDBA" role from the drop-down menu.


  • Once you are logged in, you will see the Oracle Enterprise Manager Database Control home page, which shows you an overview of your database status, performance, alerts, and metrics. You can use the tabs and links on the page to navigate to different sections and features of the tool.



  • Some of the things that you can do with Oracle Enterprise Manager Database Control are:



  • Monitor and manage your database configuration, storage, security, backup and recovery, availability, and performance.



  • View and analyze various reports and charts that show you the health and activity of your database.



  • Perform various administrative tasks, such as creating and dropping users, tables, indexes, and other objects, running SQL commands and scripts, scheduling jobs, and applying patches.



  • Access various tools and utilities, such as SQL*Plus, SQL Developer, Data Pump, Recovery Manager, and Database Configuration Assistant.



You can also customize Oracle Enterprise Manager Database Control according to your preferences and needs, such as changing the layout, theme, language, and settings of the tool.


Troubleshooting common issues with 11g database linux x86-64




Although Oracle Database 11g on Linux x86-64 is a stable and reliable product, you may encounter some issues or errors during or after the installation. Here are some of the common issues that you may face and how to resolve them:


IssueSolution


The installer fails to start or hangs during the installation.This may be caused by insufficient memory or disk space, incorrect permissions or ownership of files or directories, or incompatible software or hardware. You can try to:


- Check the log files in /tmp/OraInstall* or /u01/app/oraInventory/logs for any errors or warnings.


- Increase the memory or disk space available on your system.


- Change the permissions or ownership of files or directories to oracle:oinstall or root:root as appropriate.


- Disable or uninstall any software or hardware that may interfere with the installation, such as antivirus, firewall, or virtualization software.


The database fails to start or connect after the installation.This may be caused by incorrect environment variables, missing or corrupted files or directories, or network configuration issues. You can try to:


- Check the environment variables ORACLE_HOME and ORACLE_SID and make sure they are set correctly.


- Check the files and directories in /u01/app/oracle/product/11.2.0/dbhome_1 and make sure they are present and intact.


- Check the network configuration files in /etc/hosts, /etc/resolv.conf, /etc/sysconfig/network, and /etc/sysconfig/network-scripts/ifcfg-eth0 and make sure they are correct and consistent.


The database performance is slow or unstable after the installation.This may be caused by insufficient system resources, improper database configuration, or external factors. You can try to:


- Monitor and tune your system resources, such as CPU, memory, disk, and network usage.


- Monitor and tune your database configuration parameters, such as memory allocation, - Monitor and tune your database configuration parameters, such as memory allocation, storage management, data compression, partitioning, and indexing.


- Identify and eliminate any external factors that may affect your database performance, such as network latency, concurrent users, or workload spikes.


You can use various tools and utilities to help you with troubleshooting and performance tuning, such as Oracle Enterprise Manager Database Control, SQL*Plus, SQL Developer, AWR, ADDM, ASH, and TKPROF.


Conclusion




In this article, we have shown you how to download and install Oracle Database 11g on Linux x86-64 systems. We have also explained why you should use Oracle Database 11g on Linux x86-64, what are the benefits and prerequisites of doing so, how to test your installation, and how to troubleshoot common issues. By following this guide, you should be able to set up a general-purpose Oracle Database installation that uses the local file system for database file storage.


Oracle Database 11g is a powerful and versatile product that offers a comprehensive set of features and capabilities for managing, storing, processing, and analyzing data. Oracle Database 11g on Linux x86-64 is a cost-effective and efficient solution that provides high performance, reliability, security, and scalability. Oracle Database 11g on Linux x86-64 is suitable for various applications and scenarios, such as data warehousing, business intelligence, online transaction processing, web services, and cloud computing.


Here are some tips and best practices for using Oracle Database 11g on Linux x86-64:


  • Keep your system and software updated with the latest patches and security fixes.



  • Backup your database regularly and test your backup and recovery procedures.



  • Monitor your database performance and resource usage and apply appropriate tuning measures.



  • Secure your database access and data by using encryption, authentication, authorization, auditing, and firewall features.



  • Leverage the Oracle support and community resources for getting help and advice.



Here are some resources and links for further information:


  • , which provides detailed information about installing, configuring, administering, developing, and using Oracle Database 11g.



  • , which provides access to the latest software versions and patches for Oracle Database 11g.



  • , which provide a platform for asking questions and sharing knowledge with other Oracle Database users and experts.



  • , which provide insights and tips from Oracle Database professionals and enthusiasts.



  • , which provides videos and tutorials on various topics related to Oracle Database 11g.



FAQs




Here are some frequently asked questions about Oracle Database 11g on Linux x86-64:


  • Q: What are the differences between Oracle Database Enterprise Edition, Standard Edition, Standard Edition One, and Express Edition?



  • A: Oracle Database offers different editions that cater to different needs and budgets. The main differences are in the features, options, - Oracle Database offers different editions that cater to different needs and budgets. The main differences are in the features, options, scalability, and licensing of each edition. Here is a brief overview of each edition: - Oracle Database Enterprise Edition (EE) is the most comprehensive and advanced edition, which offers the full range of features and options for data management, performance, availability, security, and analytics. It supports unlimited scalability and can run on any hardware platform. It is suitable for large and complex applications that require high performance and reliability. It is licensed based on the number of processor cores or users that access the database. - Oracle Database Standard Edition (SE) is a more affordable and simplified edition, which offers the core features and options for data management, performance, availability, security, and analytics. It supports up to 4 processor sockets or 16 processor cores per server, and can run on any hardware platform. It is suitable for medium-sized applications that require moderate performance and reliability. It is licensed based on the number of processor sockets or users that access the database. - Oracle Database Standard Edition One (SE1) is a low-cost and entry-level edition, which offers a subset of the features and options of SE for data management, performance, availability, security, and analytics. It supports up to 2 processor sockets or 8 processor cores per server, and can run on any hardware platform. It is suitable for small applications that require basic performance and reliability. It is licensed based on the number of processor sockets or users that access the database. - Oracle Database Express Edition (XE) is a free and lightweight edition, which offers a limited set of features and options for data management, performance, availability, security, and analytics. It supports up to 1 processor core and 1 GB of RAM per server, and can run only on Linux or Windows platforms. It is suitable for learning, testing, prototyping, or developing applications that do not require high performance or reliability. It does not require any licensing or registration.



  • Q: What are the advantages of using Oracle Automatic Storage Management (ASM) for managing database files?



  • A: Oracle Automatic Storage Management (ASM) is a feature that simplifies the management of database files by automatically distributing them across disks and disk groups. ASM provides several advantages over using the local file system or a third-party volume manager for managing database files, such as:



  • Improved performance, as ASM balances the I/O load across disks and disk groups by using a fine-grained striping technique.



  • Increased availability, as ASM provides redundancy and fault tolerance by using a mirroring technique.



  • Enhanced scalability, as ASM allows you to add or remove disks and disk groups without affecting the database availability or performance.



  • Reduced administration, as ASM eliminates the need to manually create, resize, move, or rename database files.



  • To use ASM for managing database files, you need to install and configure the Oracle Grid Infrastructure software, which includes ASM and other components that support cluster and storage management.



  • Q: How can I upgrade from an earlier version of Oracle Database to 11g on Linux x86-64?



A: There are different methods and tools that you can use to upgrade from an earlier version of Oracle Database to 11g on Linux x86-64, depending on your current version, configuration, - There are different methods and tools that you can use to upgrade from an earlier version of Oracle Database to 11g on Linux x86-64, depending on your current version, configuration, and requirements. Some of the common methods and tools are: - Database Upgrade Assistant (DBUA), which is a graphical user interface (GUI) tool that automates the upgrade process and guides you through the steps. DBUA can upgrade databases from versions 9.2, 10.1, 10.2, or 11.1 to 11.2. You can launch DBUA from the Oracle Universal Installer (OUI) or from the command line. - Manual upgrade, which is a manual process that involves running scripts and commands to perform the upgrade. Manual upgrade can upgrade databases from versions 8.1.7, 9.0.1, 9.2, 10.1, 10.2, or 11.1 to 11.2. You need to follow the instructions in the Oracle Database Upgrade Guide for Linux x86-64. - Export/Import, which is a method that involves exporting data from the source database and importing it into the target database. Export/Import can upgrade databases from any version to 11.2, but it requires more time and disk space than other methods. You can use tools such as Data Pump Export/Import or Original Export/Import for this method. - Transportable Tablespaces, which is a method that involves copying data files from the source database and plugging them into the target database. Transportable Tablespaces can upgrade databases from versions 9.2, 10.1, 10.2, or 11.1 to 11.2, but it requires some prerequisites and restrictions to be met. You can use tools such as Data Pump Export/Import or RMAN for this method. - Before you choose a method or tool for upgrading your database, you need to consider some factors, such as: - The downtime and availability of your database during and after the upgrade. - The compatibility and interoperability of your database with other applications and systems. - The performance and scalability of your database after the upgrade. - The backup and recovery options and procedures for your database before and after the upgrade. - You also need to prepare your system and database for the upgrade by performing some tasks, such as: - Checking the system requirements and prerequisites for installing Oracle Database 11g on Linux x86-64. - Backing up your database and testing your backup and recovery procedures. - Applying any patches or fixes that are required for the upgrade. - Gathering statistics and information about your database before the upgrade. - Reviewing the Oracle Database Upgrade Guide for Linux x86-64 for detailed instructions and best practices for upgrading your database. Q: How can I install Oracle Database on a cluster or a virtual machine?




A: Oracle Database can be installed on a cluster or a virtual machine to provide high availability, scalability, and flexibility for your database environment. A cluster is a group of servers that work together as a single system, while a virtual machine is a software-based emulation of a physical server.


To install Oracle Database on a cluster or a virtual machine, you need to use the Oracle Grid Infrastructure software, which includes components such as Oracle Clusterware and Oracle Automatic Storage Management (ASM). Oracle Grid Infrastructure provides the infrastructure and services that enable Oracle Database to run on a cluster or a virtual machine.


To install Oracle Database on a cluster or a virtual machine, you need to follow these steps:


  • Download and unzip the Oracle Grid Infrastructure software for Linux x86-64 from the Oracle Software Delivery Cloud website.



  • Run the installer for Oracle Grid Infrastructure and follow the instructions on the screens to configure and install it on your cluster or virtual machine.



  • Download and unzip the Oracle Database software for Linux x86-64 from the Oracle Software Delivery Cloud website.



  • Run the installer for Oracle Database and follow the instructions on the screens to configure and install it on your cluster or virtual machine.



  • Verify and test your installation by using tools such as SQL*Plus, SQL Developer, or Oracle Enterprise Manager Database Control.



You can find more information about installing Oracle Database on a cluster or a virtual machine in the Oracle Grid Infrastructure Installation Guide for Linux x86-64.


Q: How can I secure my Oracle Database installation and protect it from unauthorized access?




A: Securing your Oracle Database installation and protecting it from unauthorized access is an important task that requires careful planning and implementation. Oracle Database provides various features and options that help you secure your database at different levels, such as:


  • Encryption, which protects your data from unauthorized access by encrypting it at rest or in transit.</li - Encryption, which protects your data from unauthorized access by encrypting it at rest or in transit.



  • Authentication, which verifies the identity of users and applications that access your database by using passwords, certificates, tokens, or other methods.



  • Authorization, which controls the access and privileges of users and applications that access your database by using roles, profiles, grants, or other methods.



  • Auditing, which records and monitors the activities and events that occur in your database by using audit trails, policies, or other methods.



  • Firewall, which filters and blocks the network traffic that reaches your database by using rules, ports, or other methods.



To secure your Oracle Database installation and protect it from unauthorized access, you need to follow these steps:


  • Plan and design your security strategy and requirements based on your business and regulatory needs and objectives.



  • Implement and configure the security features and options that suit your security strategy and requirements by using tools such as Oracle Enterprise Manager Database Control, SQL*Plus, SQL Developer, or Oracle Wallet Manager.



  • Test and validate your security implementation and configuration by using tools such as Oracle Database Security Assessment Tool (DBSAT), Oracle Audit Vault and Database Firewall (AVDF), or Oracle Data Safe.



  • Maintain and update your security implementation and configuration by applying patches and fixes, reviewing audit logs and reports, and performing periodic security assessments and audits.



You can find more information about securing your Oracle Database installation and protecting it from unauthorized access in the Oracle Database Security Guide for Linux x86-64.






This is the end of the article that I have created for you based on the topic "download 11g database linux x86-64". I hope you have found it useful and informative. Thank you for choosing me as your content writer. Have a great day! 44f88ac181


 
 
 

Recent Posts

See All

Comments


© 2023 Bio Beauty Care. Proudly created with Wix.com

  • w-facebook
  • Twitter Clean
bottom of page